@xyo-network/archivist-mongodb 2.81.7 → 2.82.0-rc.1
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/package.json +24 -22
package/package.json
CHANGED
|
@@ -10,21 +10,21 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/exists": "^2.13.
|
|
14
|
-
"@xylabs/promise": "^2.13.
|
|
15
|
-
"@xyo-network/archivist-abstract": "~2.
|
|
16
|
-
"@xyo-network/archivist-model": "~2.
|
|
17
|
-
"@xyo-network/archivist-model-mongodb": "~2.
|
|
18
|
-
"@xyo-network/boundwitness-builder": "~2.
|
|
19
|
-
"@xyo-network/boundwitness-model": "~2.
|
|
20
|
-
"@xyo-network/boundwitness-wrapper": "~2.
|
|
21
|
-
"@xyo-network/module-abstract-mongodb": "~2.
|
|
22
|
-
"@xyo-network/payload-model": "~2.
|
|
23
|
-
"@xyo-network/payload-mongodb": "~2.
|
|
24
|
-
"@xyo-network/payload-wrapper": "~2.
|
|
13
|
+
"@xylabs/exists": "^2.13.10",
|
|
14
|
+
"@xylabs/promise": "^2.13.10",
|
|
15
|
+
"@xyo-network/archivist-abstract": "~2.82.0-rc.1",
|
|
16
|
+
"@xyo-network/archivist-model": "~2.82.0-rc.1",
|
|
17
|
+
"@xyo-network/archivist-model-mongodb": "~2.82.0-rc.1",
|
|
18
|
+
"@xyo-network/boundwitness-builder": "~2.82.0-rc.1",
|
|
19
|
+
"@xyo-network/boundwitness-model": "~2.82.0-rc.1",
|
|
20
|
+
"@xyo-network/boundwitness-wrapper": "~2.82.0-rc.1",
|
|
21
|
+
"@xyo-network/module-abstract-mongodb": "~2.82.0-rc.1",
|
|
22
|
+
"@xyo-network/payload-model": "~2.82.0-rc.1",
|
|
23
|
+
"@xyo-network/payload-mongodb": "~2.82.0-rc.1",
|
|
24
|
+
"@xyo-network/payload-wrapper": "~2.82.0-rc.1"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@xyo-network/sdk-xyo-mongo-js": "~2.
|
|
27
|
+
"@xyo-network/sdk-xyo-mongo-js": "~2.82.0-rc.1"
|
|
28
28
|
},
|
|
29
29
|
"peerDependenciesMeta": {
|
|
30
30
|
"@xyo-network/sdk-xyo-mongo-js": {
|
|
@@ -32,14 +32,15 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@xylabs/jest-helpers": "^2.13.
|
|
36
|
-
"@xylabs/ts-scripts-yarn3": "^3.2.
|
|
37
|
-
"@xylabs/tsconfig": "^3.2.
|
|
38
|
-
"@xyo-network/account": "~2.
|
|
39
|
-
"@xyo-network/account-model": "~2.
|
|
40
|
-
"@xyo-network/archivist-wrapper": "~2.
|
|
41
|
-
"@xyo-network/
|
|
42
|
-
"@xyo-network/
|
|
35
|
+
"@xylabs/jest-helpers": "^2.13.10",
|
|
36
|
+
"@xylabs/ts-scripts-yarn3": "^3.2.10",
|
|
37
|
+
"@xylabs/tsconfig": "^3.2.10",
|
|
38
|
+
"@xyo-network/account": "~2.82.0-rc.1",
|
|
39
|
+
"@xyo-network/account-model": "~2.82.0-rc.1",
|
|
40
|
+
"@xyo-network/archivist-wrapper": "~2.82.0-rc.1",
|
|
41
|
+
"@xyo-network/core": "~2.82.0-rc.1",
|
|
42
|
+
"@xyo-network/payload-builder": "~2.82.0-rc.1",
|
|
43
|
+
"@xyo-network/sdk-xyo-mongo-js": "~2.82.0-rc.1",
|
|
43
44
|
"fake-indexeddb": "^4.0.2",
|
|
44
45
|
"jest": "^29.7.0",
|
|
45
46
|
"typescript": "^5.3.2"
|
|
@@ -84,5 +85,6 @@
|
|
|
84
85
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
85
86
|
},
|
|
86
87
|
"sideEffects": false,
|
|
87
|
-
"version": "2.
|
|
88
|
+
"version": "2.82.0-rc.1",
|
|
89
|
+
"stableVersion": "2.81.7"
|
|
88
90
|
}
|