@xyo-network/archivist 2.76.0 → 2.76.2
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/package.json
CHANGED
|
@@ -9,32 +9,32 @@
|
|
|
9
9
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@xylabs/assert": "^2.12.
|
|
13
|
-
"@xylabs/lodash": "^2.12.
|
|
14
|
-
"@xylabs/promise": "^2.12.
|
|
15
|
-
"@xyo-network/archivist-abstract": "~2.76.
|
|
16
|
-
"@xyo-network/archivist-model": "~2.76.
|
|
17
|
-
"@xyo-network/archivist-wrapper": "~2.76.
|
|
18
|
-
"@xyo-network/boundwitness-model": "~2.76.
|
|
19
|
-
"@xyo-network/core": "~2.76.
|
|
20
|
-
"@xyo-network/memory-archivist": "~2.76.
|
|
21
|
-
"@xyo-network/module-abstract": "~2.76.
|
|
22
|
-
"@xyo-network/module-model": "~2.76.
|
|
23
|
-
"@xyo-network/payload-model": "~2.76.
|
|
24
|
-
"@xyo-network/payload-wrapper": "~2.76.
|
|
25
|
-
"@xyo-network/promise": "~2.76.
|
|
12
|
+
"@xylabs/assert": "^2.12.28",
|
|
13
|
+
"@xylabs/lodash": "^2.12.28",
|
|
14
|
+
"@xylabs/promise": "^2.12.28",
|
|
15
|
+
"@xyo-network/archivist-abstract": "~2.76.2",
|
|
16
|
+
"@xyo-network/archivist-model": "~2.76.2",
|
|
17
|
+
"@xyo-network/archivist-wrapper": "~2.76.2",
|
|
18
|
+
"@xyo-network/boundwitness-model": "~2.76.2",
|
|
19
|
+
"@xyo-network/core": "~2.76.2",
|
|
20
|
+
"@xyo-network/memory-archivist": "~2.76.2",
|
|
21
|
+
"@xyo-network/module-abstract": "~2.76.2",
|
|
22
|
+
"@xyo-network/module-model": "~2.76.2",
|
|
23
|
+
"@xyo-network/payload-model": "~2.76.2",
|
|
24
|
+
"@xyo-network/payload-wrapper": "~2.76.2",
|
|
25
|
+
"@xyo-network/promise": "~2.76.2",
|
|
26
26
|
"js-cookie": "^3.0.5",
|
|
27
27
|
"store2": "^2.14.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/js-cookie": "^3.0.4",
|
|
31
|
-
"@xylabs/delay": "^2.12.
|
|
32
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
33
|
-
"@xylabs/tsconfig": "^3.1.
|
|
34
|
-
"@xyo-network/account": "~2.76.
|
|
35
|
-
"@xyo-network/boundwitness-builder": "~2.76.
|
|
36
|
-
"@xyo-network/id-payload-plugin": "
|
|
37
|
-
"@xyo-network/node-memory": "~2.76.
|
|
31
|
+
"@xylabs/delay": "^2.12.28",
|
|
32
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.12",
|
|
33
|
+
"@xylabs/tsconfig": "^3.1.12",
|
|
34
|
+
"@xyo-network/account": "~2.76.2",
|
|
35
|
+
"@xyo-network/boundwitness-builder": "~2.76.2",
|
|
36
|
+
"@xyo-network/id-payload-plugin": "~2.76.2",
|
|
37
|
+
"@xyo-network/node-memory": "~2.76.2",
|
|
38
38
|
"typescript": "^5.2.2"
|
|
39
39
|
},
|
|
40
40
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -63,15 +63,12 @@
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"./docs": {
|
|
67
|
-
"default": "./dist/docs.json"
|
|
68
|
-
},
|
|
69
66
|
"./package.json": "./package.json"
|
|
70
67
|
},
|
|
71
68
|
"main": "dist/node/index.js",
|
|
72
69
|
"module": "dist/node/index.mjs",
|
|
73
70
|
"homepage": "https://xyo.network",
|
|
74
|
-
"license": "LGPL-3.0",
|
|
71
|
+
"license": "LGPL-3.0-only",
|
|
75
72
|
"name": "@xyo-network/archivist",
|
|
76
73
|
"publishConfig": {
|
|
77
74
|
"access": "public"
|
|
@@ -81,5 +78,5 @@
|
|
|
81
78
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
82
79
|
},
|
|
83
80
|
"sideEffects": false,
|
|
84
|
-
"version": "2.76.
|
|
81
|
+
"version": "2.76.2"
|
|
85
82
|
}
|