@xyo-network/archivist-mongodb 2.75.18 → 2.76.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 +23 -26
- package/dist/docs.json +0 -31935
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.12.
|
|
14
|
-
"@xylabs/promise": "^2.12.
|
|
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/node-core-model": "~2.
|
|
23
|
-
"@xyo-network/payload-model": "~2.
|
|
24
|
-
"@xyo-network/payload-wrapper": "~2.
|
|
13
|
+
"@xylabs/exists": "^2.12.28",
|
|
14
|
+
"@xylabs/promise": "^2.12.28",
|
|
15
|
+
"@xyo-network/archivist-abstract": "~2.76.1",
|
|
16
|
+
"@xyo-network/archivist-model": "~2.76.1",
|
|
17
|
+
"@xyo-network/archivist-model-mongodb": "~2.76.1",
|
|
18
|
+
"@xyo-network/boundwitness-builder": "~2.76.1",
|
|
19
|
+
"@xyo-network/boundwitness-model": "~2.76.1",
|
|
20
|
+
"@xyo-network/boundwitness-wrapper": "~2.76.1",
|
|
21
|
+
"@xyo-network/module-abstract-mongodb": "~2.76.1",
|
|
22
|
+
"@xyo-network/node-core-model": "~2.76.1",
|
|
23
|
+
"@xyo-network/payload-model": "~2.76.1",
|
|
24
|
+
"@xyo-network/payload-wrapper": "~2.76.1"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@xyo-network/sdk-xyo-mongo-js": "~2.
|
|
27
|
+
"@xyo-network/sdk-xyo-mongo-js": "~2.76.1"
|
|
28
28
|
},
|
|
29
29
|
"peerDependenciesMeta": {
|
|
30
30
|
"@xyo-network/sdk-xyo-mongo-js": {
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@xylabs/jest-helpers": "^2.12.
|
|
36
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
37
|
-
"@xylabs/tsconfig": "^3.1.
|
|
38
|
-
"@xyo-network/account": "~2.
|
|
39
|
-
"@xyo-network/account-model": "~2.
|
|
40
|
-
"@xyo-network/archivist-wrapper": "~2.
|
|
41
|
-
"@xyo-network/payload-builder": "~2.
|
|
42
|
-
"@xyo-network/sdk-xyo-mongo-js": "~2.
|
|
35
|
+
"@xylabs/jest-helpers": "^2.12.28",
|
|
36
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.12",
|
|
37
|
+
"@xylabs/tsconfig": "^3.1.12",
|
|
38
|
+
"@xyo-network/account": "~2.76.1",
|
|
39
|
+
"@xyo-network/account-model": "~2.76.1",
|
|
40
|
+
"@xyo-network/archivist-wrapper": "~2.76.1",
|
|
41
|
+
"@xyo-network/payload-builder": "~2.76.1",
|
|
42
|
+
"@xyo-network/sdk-xyo-mongo-js": "~2.76.1",
|
|
43
43
|
"fake-indexeddb": "^4.0.2",
|
|
44
44
|
"jest": "^29.7.0",
|
|
45
45
|
"typescript": "^5.2.2"
|
|
@@ -70,15 +70,12 @@
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"./docs": {
|
|
74
|
-
"default": "./dist/docs.json"
|
|
75
|
-
},
|
|
76
73
|
"./package.json": "./package.json"
|
|
77
74
|
},
|
|
78
75
|
"main": "dist/node/index.js",
|
|
79
76
|
"module": "dist/node/index.mjs",
|
|
80
77
|
"homepage": "https://xyo.network",
|
|
81
|
-
"license": "LGPL-3.0",
|
|
78
|
+
"license": "LGPL-3.0-only",
|
|
82
79
|
"publishConfig": {
|
|
83
80
|
"access": "public"
|
|
84
81
|
},
|
|
@@ -87,5 +84,5 @@
|
|
|
87
84
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
88
85
|
},
|
|
89
86
|
"sideEffects": false,
|
|
90
|
-
"version": "2.
|
|
87
|
+
"version": "2.76.1"
|
|
91
88
|
}
|