ueberdb2 6.0.2 → 6.0.4
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dirty_db.d.ts","sourceRoot":"","sources":["../../databases/dirty_db.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,gBAAgB,EAAE,EAAC,KAAK,QAAQ,EAAC,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"dirty_db.d.ts","sourceRoot":"","sources":["../../databases/dirty_db.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,gBAAgB,EAAE,EAAC,KAAK,QAAQ,EAAC,MAAM,yBAAyB,CAAC;AASxE,KAAK,eAAe,GAAG,CAAC,CAAC,CAAC,EAAC,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,KAAG,EAAE,CAAC;AAGrD,MAAM,CAAC,OAAO,MAAO,SAAQ,gBAAgB;IACpC,EAAE,EAAE,GAAG,CAAC;gBACH,QAAQ,EAAC,QAAQ;IAiB7B,IAAI,CAAC,QAAQ,EAAE,MAAI,EAAE;IAOrB,GAAG,CAAC,GAAG,EAAC,MAAM,EAAE,QAAQ,EAAC,eAAe;IAIxC,QAAQ,CAAC,GAAG,EAAC,MAAM,EAAE,MAAM,EAAC,MAAM,EAAE,QAAQ,EAAC,eAAe;IAW5D,GAAG,CAAC,GAAG,EAAC,MAAM,EAAE,KAAK,EAAC,MAAM,EAAE,QAAQ,EAAC,eAAe;IAItD,MAAM,CAAC,GAAG,EAAC,MAAM,EAAE,QAAQ,EAAC,eAAe;IAI3C,KAAK,CAAC,QAAQ,EAAC,eAAe;CAK/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dirty_git_db.d.ts","sourceRoot":"","sources":["../../databases/dirty_git_db.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,EAAE,EAAC,KAAK,QAAQ,EAAC,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"dirty_git_db.d.ts","sourceRoot":"","sources":["../../databases/dirty_git_db.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,EAAE,EAAC,KAAK,QAAQ,EAAC,MAAM,yBAAyB,CAAC;AA4BxE,MAAM,CAAC,OAAO,MAAO,SAAQ,gBAAgB;IACpC,EAAE,EAAE,GAAG,CAAC;gBACH,QAAQ,EAAE,QAAQ;IAiB9B,IAAI,CAAC,QAAQ,EAAE,MAAI,IAAI;IAOvB,GAAG,CAAC,GAAG,EAAC,MAAM,EAAE,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,EAAE,KAAK,EAAE,MAAM,KAAG,IAAI;IAIlE,QAAQ,CAAC,GAAG,EAAC,MAAM,EAAE,MAAM,EAAC,MAAM,EAAE,QAAQ,EAAC,CAAC,CAAC,EAAC,GAAG,EAAE,IAAI,EAAC,MAAM,EAAE,KAAG,EAAE;IAWvE,GAAG,CAAC,GAAG,EAAC,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAI,EAAE;IAU/C,MAAM,CAAC,GAAG,EAAC,MAAM,EAAE,QAAQ,EAAC,MAAK,EAAE;IAInC,KAAK,CAAC,QAAQ,EAAE,MAAI,IAAI;CAIzB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as AbstractDatabase } from "./AbstractDatabase-DfQ39Ry6.js";
|
|
2
|
-
import
|
|
2
|
+
import DirtyImport from "dirty-ts";
|
|
3
3
|
//#region databases/dirty_db.ts
|
|
4
4
|
/**
|
|
5
5
|
* 2011 Peter 'Pita' Martischka
|
|
@@ -16,6 +16,7 @@ import Dirty from "dirty-ts";
|
|
|
16
16
|
* See the License for the specific language governing permissions and
|
|
17
17
|
* limitations under the License.
|
|
18
18
|
*/
|
|
19
|
+
const Dirty = DirtyImport.default ?? DirtyImport;
|
|
19
20
|
var dirty_db_default = class extends AbstractDatabase {
|
|
20
21
|
db;
|
|
21
22
|
constructor(settings) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as AbstractDatabase } from "./AbstractDatabase-DfQ39Ry6.js";
|
|
2
|
-
import
|
|
2
|
+
import DirtyImport from "dirty-ts";
|
|
3
3
|
import { dirname } from "node:path";
|
|
4
4
|
import { simpleGit } from "simple-git";
|
|
5
5
|
//#region databases/dirty_git_db.ts
|
|
@@ -18,6 +18,7 @@ import { simpleGit } from "simple-git";
|
|
|
18
18
|
* See the License for the specific language governing permissions and
|
|
19
19
|
* limitations under the License.
|
|
20
20
|
*/
|
|
21
|
+
const Dirty = DirtyImport.default ?? DirtyImport;
|
|
21
22
|
var dirty_git_db_default = class extends AbstractDatabase {
|
|
22
23
|
db;
|
|
23
24
|
constructor(settings) {
|
package/dist/index.js
CHANGED
|
@@ -473,8 +473,8 @@ var Database = class {
|
|
|
473
473
|
case "mongodb": return new (await (import("./mongodb_db-DgkIuEMZ.js"))).default(this.dbSettings);
|
|
474
474
|
case "redis": return new (await (import("./redis_db-DKRC8sR9.js"))).default(this.dbSettings);
|
|
475
475
|
case "cassandra": return new (await (import("./cassandra_db-B_5ANRzM.js"))).default(this.dbSettings);
|
|
476
|
-
case "dirty": return new (await (import("./dirty_db-
|
|
477
|
-
case "dirtygit": return new (await (import("./dirty_git_db-
|
|
476
|
+
case "dirty": return new (await (import("./dirty_db-C1KQTMCv.js"))).default(this.dbSettings);
|
|
477
|
+
case "dirtygit": return new (await (import("./dirty_git_db-7tkfx6PK.js"))).default(this.dbSettings);
|
|
478
478
|
case "elasticsearch": return new (await (import("./elasticsearch_db-C6G-Wnou.js"))).default(this.dbSettings);
|
|
479
479
|
case "memory": return new (await (import("./memory_db-CGTi0Ck-.js"))).default(this.dbSettings);
|
|
480
480
|
case "mock": return new (await (import("./mock_db-DCUmGtUq.js"))).default(this.dbSettings);
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Transform every database into a object key value store",
|
|
4
4
|
"url": "https://github.com/ether/ueberDB",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "6.0.
|
|
6
|
+
"version": "6.0.4",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"database",
|
|
9
9
|
"keyvalue"
|
|
@@ -100,28 +100,28 @@
|
|
|
100
100
|
"@elastic/elasticsearch": "^9.4.0",
|
|
101
101
|
"@types/async": "^3.2.25",
|
|
102
102
|
"@types/mssql": "^12.3.0",
|
|
103
|
-
"@types/node": "^25.
|
|
103
|
+
"@types/node": "^25.8.0",
|
|
104
104
|
"@types/pg": "^8.20.0",
|
|
105
105
|
"@types/rethinkdb": "^2.3.21",
|
|
106
106
|
"@types/wtfnode": "^0.10.0",
|
|
107
107
|
"cassandra-driver": "^4.9.0",
|
|
108
108
|
"cli-table3": "^0.6.5",
|
|
109
109
|
"mongodb": "^7.2.0",
|
|
110
|
-
"mssql": "^12.5.
|
|
110
|
+
"mssql": "^12.5.3",
|
|
111
111
|
"mysql2": "^3.22.3",
|
|
112
112
|
"nano": "^11.0.5",
|
|
113
|
-
"oxfmt": "^0.
|
|
114
|
-
"oxlint": "^1.
|
|
113
|
+
"oxfmt": "^0.49.0",
|
|
114
|
+
"oxlint": "^1.64.0",
|
|
115
115
|
"pg": "^8.20.0",
|
|
116
116
|
"randexp-ts": "^1.0.5",
|
|
117
117
|
"redis": "^5.12.1",
|
|
118
118
|
"rethinkdb": "^2.4.2",
|
|
119
|
-
"rolldown": "^1.0.
|
|
120
|
-
"semver": "^7.
|
|
119
|
+
"rolldown": "^1.0.1",
|
|
120
|
+
"semver": "^7.8.0",
|
|
121
121
|
"surrealdb": "^2.0.3",
|
|
122
122
|
"testcontainers": "^11.14.0",
|
|
123
123
|
"typescript": "^6.0.3",
|
|
124
|
-
"vitest": "^4.1.
|
|
124
|
+
"vitest": "^4.1.6",
|
|
125
125
|
"wtfnode": "^0.10.1"
|
|
126
126
|
},
|
|
127
127
|
"repository": {
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
}
|
|
144
144
|
],
|
|
145
145
|
"engines": {
|
|
146
|
-
"node": ">=
|
|
146
|
+
"node": ">=24.0.0"
|
|
147
147
|
},
|
|
148
148
|
"scripts": {
|
|
149
149
|
"lint": "oxlint",
|