@hot-updater/supabase 0.36.10 → 0.36.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6586,7 +6586,9 @@ const pushDB = async (workdir, { accessToken, dbPassword }) => {
6586
6586
  "db",
6587
6587
  "push",
6588
6588
  "--include-all",
6589
- "--yes"
6589
+ "--yes",
6590
+ "--workdir",
6591
+ workdir
6590
6592
  ], {
6591
6593
  cwd: workdir,
6592
6594
  env: getSupabaseCommandEnv(accessToken, dbPassword),
@@ -6581,7 +6581,9 @@ const pushDB = async (workdir, { accessToken, dbPassword }) => {
6581
6581
  "db",
6582
6582
  "push",
6583
6583
  "--include-all",
6584
- "--yes"
6584
+ "--yes",
6585
+ "--workdir",
6586
+ workdir
6585
6587
  ], {
6586
6588
  cwd: workdir,
6587
6589
  env: getSupabaseCommandEnv(accessToken, dbPassword),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/supabase",
3
3
  "type": "module",
4
- "version": "0.36.10",
4
+ "version": "0.36.11",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",
@@ -55,10 +55,10 @@
55
55
  "@supabase/supabase-js": "2.76.1",
56
56
  "hono": "4.12.34",
57
57
  "uuidv7": "^1.0.2",
58
- "@hot-updater/core": "0.36.10",
59
- "@hot-updater/plugin-core": "0.36.10",
60
- "@hot-updater/cli-tools": "0.36.10",
61
- "@hot-updater/server": "0.36.10"
58
+ "@hot-updater/core": "0.36.11",
59
+ "@hot-updater/cli-tools": "0.36.11",
60
+ "@hot-updater/plugin-core": "0.36.11",
61
+ "@hot-updater/server": "0.36.11"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@electric-sql/pglite": "0.4.1",
@@ -68,10 +68,10 @@
68
68
  "execa": "9.5.2",
69
69
  "@types/node": "^20",
70
70
  "mime": "^4.0.4",
71
- "@hot-updater/js": "0.36.10",
72
- "@hot-updater/test-utils": "0.36.10",
73
- "@hot-updater/postgres": "0.36.10",
74
- "@hot-updater/mock": "0.36.10"
71
+ "@hot-updater/js": "0.36.11",
72
+ "@hot-updater/mock": "0.36.11",
73
+ "@hot-updater/test-utils": "0.36.11",
74
+ "@hot-updater/postgres": "0.36.11"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "tsdown",