@hot-updater/postgres 0.20.9 → 0.20.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.
- package/dist/index.cjs +8 -4
- package/dist/index.js +1 -1
- 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
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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/dist/index.js
CHANGED
|
@@ -2051,7 +2051,7 @@ var require_lib = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/pg-mi
|
|
|
2051
2051
|
|
|
2052
2052
|
//#endregion
|
|
2053
2053
|
//#region src/getUpdateInfo.ts
|
|
2054
|
-
var import_lib = /* @__PURE__ */ __toESM$1(require_lib()
|
|
2054
|
+
var import_lib = /* @__PURE__ */ __toESM$1(require_lib());
|
|
2055
2055
|
const appVersionStrategy = async (pool, { platform, appVersion, bundleId, minBundleId = NIL_UUID, channel = "production" }) => {
|
|
2056
2056
|
const sqlGetTargetAppVersionList = (0, import_lib.default)(`
|
|
2057
2057
|
SELECT target_app_version
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/postgres",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.20.
|
|
4
|
+
"version": "0.20.11",
|
|
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.
|
|
35
|
-
"@hot-updater/plugin-core": "0.20.
|
|
34
|
+
"@hot-updater/core": "0.20.11",
|
|
35
|
+
"@hot-updater/plugin-core": "0.20.11"
|
|
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.
|
|
42
|
+
"@hot-updater/js": "0.20.11"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "tsdown",
|