@hot-updater/postgres 0.20.3 → 0.20.5
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 +0 -17
- package/dist/index.js +0 -17
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1479,23 +1479,6 @@ const filterCompatibleAppVersions = (targetAppVersionList, currentVersion) => {
|
|
|
1479
1479
|
};
|
|
1480
1480
|
const encoder = new TextEncoder();
|
|
1481
1481
|
const decoder = new TextDecoder();
|
|
1482
|
-
var JOSEError = class extends Error {
|
|
1483
|
-
static code = "ERR_JOSE_GENERIC";
|
|
1484
|
-
code = "ERR_JOSE_GENERIC";
|
|
1485
|
-
constructor(message$1, options) {
|
|
1486
|
-
super(message$1, options);
|
|
1487
|
-
this.name = this.constructor.name;
|
|
1488
|
-
Error.captureStackTrace?.(this, this.constructor);
|
|
1489
|
-
}
|
|
1490
|
-
};
|
|
1491
|
-
(class extends JOSEError {
|
|
1492
|
-
[Symbol.asyncIterator];
|
|
1493
|
-
static code = "ERR_JWKS_MULTIPLE_MATCHING_KEYS";
|
|
1494
|
-
code = "ERR_JWKS_MULTIPLE_MATCHING_KEYS";
|
|
1495
|
-
constructor(message$1 = "multiple matching keys found in the JSON Web Key Set", options) {
|
|
1496
|
-
super(message$1, options);
|
|
1497
|
-
}
|
|
1498
|
-
});
|
|
1499
1482
|
const minute = 60;
|
|
1500
1483
|
const hour = minute * 60;
|
|
1501
1484
|
const day = hour * 24;
|
package/dist/index.js
CHANGED
|
@@ -1481,23 +1481,6 @@ const filterCompatibleAppVersions = (targetAppVersionList, currentVersion) => {
|
|
|
1481
1481
|
};
|
|
1482
1482
|
const encoder = new TextEncoder();
|
|
1483
1483
|
const decoder = new TextDecoder();
|
|
1484
|
-
var JOSEError = class extends Error {
|
|
1485
|
-
static code = "ERR_JOSE_GENERIC";
|
|
1486
|
-
code = "ERR_JOSE_GENERIC";
|
|
1487
|
-
constructor(message$1, options) {
|
|
1488
|
-
super(message$1, options);
|
|
1489
|
-
this.name = this.constructor.name;
|
|
1490
|
-
Error.captureStackTrace?.(this, this.constructor);
|
|
1491
|
-
}
|
|
1492
|
-
};
|
|
1493
|
-
(class extends JOSEError {
|
|
1494
|
-
[Symbol.asyncIterator];
|
|
1495
|
-
static code = "ERR_JWKS_MULTIPLE_MATCHING_KEYS";
|
|
1496
|
-
code = "ERR_JWKS_MULTIPLE_MATCHING_KEYS";
|
|
1497
|
-
constructor(message$1 = "multiple matching keys found in the JSON Web Key Set", options) {
|
|
1498
|
-
super(message$1, options);
|
|
1499
|
-
}
|
|
1500
|
-
});
|
|
1501
1484
|
const minute = 60;
|
|
1502
1485
|
const hour = minute * 60;
|
|
1503
1486
|
const day = hour * 24;
|
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.5",
|
|
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.5",
|
|
35
|
+
"@hot-updater/plugin-core": "0.20.5"
|
|
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.5"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "tsdown",
|