@hot-updater/postgres 0.20.9 → 0.20.10

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.
Files changed (2) hide show
  1. package/dist/index.cjs +8 -4
  2. package/package.json +4 -4
package/dist/index.cjs CHANGED
@@ -24,10 +24,14 @@ var __toESM$1 = (mod, isNodeMode, target) => (target = mod != null ? __create$1(
24
24
  }) : target, mod));
25
25
 
26
26
  //#endregion
27
- const __hot_updater_plugin_core = __toESM$1(require("@hot-updater/plugin-core"));
28
- const kysely = __toESM$1(require("kysely"));
29
- const pg = __toESM$1(require("pg"));
30
- const __hot_updater_core = __toESM$1(require("@hot-updater/core"));
27
+ let __hot_updater_plugin_core = require("@hot-updater/plugin-core");
28
+ __hot_updater_plugin_core = __toESM$1(__hot_updater_plugin_core);
29
+ let kysely = require("kysely");
30
+ kysely = __toESM$1(kysely);
31
+ let pg = require("pg");
32
+ pg = __toESM$1(pg);
33
+ let __hot_updater_core = require("@hot-updater/core");
34
+ __hot_updater_core = __toESM$1(__hot_updater_core);
31
35
 
32
36
  //#region src/postgres.ts
33
37
  const postgres = (config, hooks) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/postgres",
3
3
  "type": "module",
4
- "version": "0.20.9",
4
+ "version": "0.20.10",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",
@@ -31,15 +31,15 @@
31
31
  "dependencies": {
32
32
  "kysely": "^0.27.5",
33
33
  "pg": "^8.13.1",
34
- "@hot-updater/core": "0.20.9",
35
- "@hot-updater/plugin-core": "0.20.9"
34
+ "@hot-updater/plugin-core": "0.20.10",
35
+ "@hot-updater/core": "0.20.10"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@electric-sql/pglite": "^0.2.15",
39
39
  "@types/pg": "^8.11.10",
40
40
  "camelcase-keys": "^9.1.3",
41
41
  "pg-minify": "^1.6.5",
42
- "@hot-updater/js": "0.20.9"
42
+ "@hot-updater/js": "0.20.10"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsdown",