Skip to content

Commit 5a2fbea

Browse files
committed
install public release of vue-supabase
1 parent 11ad31b commit 5a2fbea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"homepage": "https://github.com/scottrobertson/nuxt-supabase#readme",
2727
"dependencies": {
2828
"@vue/composition-api": "^1.0.4",
29-
"vue-supabase": "git+ssh://[email protected]/sduduzog/vue-supabase.git#pin-capi-dependency"
29+
"vue-supabase": "^2.2.3"
3030
},
3131
"devDependencies": {
3232
"eslint": "^8.1.0",

yarn.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,9 +804,10 @@ vue-demi@^0.11.2:
804804
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.11.4.tgz#6101992fe4724cf5634018a16e953f3052e94e2a"
805805
integrity sha512-/3xFwzSykLW2HiiLie43a+FFgNOcokbBJ+fzvFXd0r2T8MYohqvphUyDQ8lbAwzQ3Dlcrb1c9ykifGkhSIAk6A==
806806

807-
"vue-supabase@git+ssh://[email protected]/sduduzog/vue-supabase.git#pin-capi-dependency":
807+
vue-supabase@^2.2.3:
808808
version "2.2.3"
809-
resolved "git+ssh://[email protected]/sduduzog/vue-supabase.git#ddccb4d21d53c24cf8a1b4a82ccc5ca14a896bc8"
809+
resolved "https://registry.yarnpkg.com/vue-supabase/-/vue-supabase-2.2.3.tgz#ecae37bfcd58e8bc05631673ee3b1c76676f5f61"
810+
integrity sha512-Cbyaj0xl20YgfKAmDgO6aW5jYfoZvjeKoyO4meIcyDHTpLhIjorBW8Mk2wLzDd8y84+vJM7Z4zlm38aquZ8HMA==
810811
dependencies:
811812
"@supabase/supabase-js" "^1.25.2"
812813
vue-demi "^0.11.2"

0 commit comments

Comments
 (0)