@hot-updater/postgres 0.20.10 → 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.js +1 -1
- package/package.json +4 -4
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/
|
|
35
|
-
"@hot-updater/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",
|