@hot-updater/supabase 1.0.0-rc.0 → 1.0.0-rc.1

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/supabase",
3
3
  "type": "module",
4
- "version": "1.0.0-rc.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",
@@ -57,9 +57,9 @@
57
57
  "hono": "4.12.34",
58
58
  "uuidv7": "^1.0.2",
59
59
  "@hot-updater/core": "1.0.0-rc.0",
60
- "@hot-updater/server": "1.0.0-rc.0",
61
- "@hot-updater/cli-tools": "1.0.0-rc.0",
62
- "@hot-updater/plugin-core": "1.0.0-rc.0"
60
+ "@hot-updater/plugin-core": "1.0.0-rc.1",
61
+ "@hot-updater/server": "1.0.0-rc.1",
62
+ "@hot-updater/cli-tools": "1.0.0-rc.1"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@electric-sql/pglite": "0.4.1",
@@ -69,9 +69,9 @@
69
69
  "execa": "9.5.2",
70
70
  "@types/node": "^20",
71
71
  "mime": "^4.0.4",
72
- "@hot-updater/mock": "1.0.0-rc.0",
73
- "@hot-updater/postgres": "1.0.0-rc.0",
74
- "@hot-updater/test-utils": "1.0.0-rc.0"
72
+ "@hot-updater/mock": "1.0.0-rc.1",
73
+ "@hot-updater/test-utils": "1.0.0-rc.1",
74
+ "@hot-updater/postgres": "1.0.0-rc.1"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "tsdown",
@@ -459,9 +459,9 @@ BEGIN
459
459
  is_tombstone = EXCLUDED.is_tombstone,
460
460
  updated_at_ms = EXCLUDED.updated_at_ms;
461
461
 
462
- WHEN 'analytics' THEN
462
+ WHEN 'insights' THEN
463
463
  IF v_change->>'operation' <> 'insert' THEN
464
- RAISE EXCEPTION 'Unsupported analytics change'
464
+ RAISE EXCEPTION 'Unsupported insights change'
465
465
  USING ERRCODE = '22023';
466
466
  END IF;
467
467
  v_event := pg_catalog.jsonb_populate_record(