@xyo-network/modules 4.0.2 → 4.1.0
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.
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from '@xyo-network/archivist';
|
|
2
|
+
export * from '@xyo-network/bridge';
|
|
3
|
+
export * from '@xyo-network/diviner';
|
|
4
|
+
export * from '@xyo-network/module';
|
|
5
|
+
export * from '@xyo-network/node';
|
|
6
|
+
export * from '@xyo-network/sentinel';
|
|
7
|
+
export * from '@xyo-network/witness';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/modules",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"type": "module",
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
24
|
-
"types": "./dist/
|
|
24
|
+
"types": "./dist/neutral/index.d.ts",
|
|
25
25
|
"default": "./dist/neutral/index.mjs"
|
|
26
26
|
},
|
|
27
27
|
"./package.json": "./package.json"
|
|
28
28
|
},
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
|
-
"types": "dist/
|
|
30
|
+
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/archivist": "^4.0
|
|
33
|
-
"@xyo-network/bridge": "^4.0
|
|
34
|
-
"@xyo-network/diviner": "^4.0
|
|
35
|
-
"@xyo-network/module": "^4.0
|
|
36
|
-
"@xyo-network/node": "^4.0
|
|
37
|
-
"@xyo-network/sentinel": "^4.0
|
|
38
|
-
"@xyo-network/witness": "^4.0
|
|
32
|
+
"@xyo-network/archivist": "^4.1.0",
|
|
33
|
+
"@xyo-network/bridge": "^4.1.0",
|
|
34
|
+
"@xyo-network/diviner": "^4.1.0",
|
|
35
|
+
"@xyo-network/module": "^4.1.0",
|
|
36
|
+
"@xyo-network/node": "^4.1.0",
|
|
37
|
+
"@xyo-network/sentinel": "^4.1.0",
|
|
38
|
+
"@xyo-network/witness": "^4.1.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@xylabs/delay": "^4.
|
|
42
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
43
|
-
"@xylabs/tsconfig": "^
|
|
44
|
-
"@xylabs/vitest-extended": "^4.
|
|
45
|
-
"@xyo-network/archivist-memory": "^4.0
|
|
46
|
-
"@xyo-network/archivist-model": "^4.0
|
|
47
|
-
"@xyo-network/diviner-address-history": "^4.0
|
|
48
|
-
"@xyo-network/diviner-jsonpatch-memory": "^4.0
|
|
49
|
-
"@xyo-network/diviner-jsonpath-aggregate-memory": "^4.0
|
|
50
|
-
"@xyo-network/diviner-jsonpath-memory": "^4.0
|
|
51
|
-
"@xyo-network/diviner-model": "^4.0
|
|
52
|
-
"@xyo-network/manifest": "^4.0
|
|
53
|
-
"@xyo-network/module-factory-locator": "^4.0
|
|
54
|
-
"@xyo-network/module-resolver": "^4.0
|
|
55
|
-
"@xyo-network/node-memory": "^4.0
|
|
56
|
-
"@xyo-network/node-model": "^4.0
|
|
57
|
-
"@xyo-network/payload-model": "^4.0
|
|
58
|
-
"@xyo-network/wallet": "^4.0
|
|
59
|
-
"@xyo-network/witness-adhoc": "^4.0
|
|
60
|
-
"@xyo-network/witness-model": "^4.0
|
|
41
|
+
"@xylabs/delay": "^4.13.15",
|
|
42
|
+
"@xylabs/ts-scripts-yarn3": "^7.0.0-rc.20",
|
|
43
|
+
"@xylabs/tsconfig": "^7.0.0-rc.20",
|
|
44
|
+
"@xylabs/vitest-extended": "^4.13.15",
|
|
45
|
+
"@xyo-network/archivist-memory": "^4.1.0",
|
|
46
|
+
"@xyo-network/archivist-model": "^4.1.0",
|
|
47
|
+
"@xyo-network/diviner-address-history": "^4.1.0",
|
|
48
|
+
"@xyo-network/diviner-jsonpatch-memory": "^4.1.0",
|
|
49
|
+
"@xyo-network/diviner-jsonpath-aggregate-memory": "^4.1.0",
|
|
50
|
+
"@xyo-network/diviner-jsonpath-memory": "^4.1.0",
|
|
51
|
+
"@xyo-network/diviner-model": "^4.1.0",
|
|
52
|
+
"@xyo-network/manifest": "^4.1.0",
|
|
53
|
+
"@xyo-network/module-factory-locator": "^4.1.0",
|
|
54
|
+
"@xyo-network/module-resolver": "^4.1.0",
|
|
55
|
+
"@xyo-network/node-memory": "^4.1.0",
|
|
56
|
+
"@xyo-network/node-model": "^4.1.0",
|
|
57
|
+
"@xyo-network/payload-model": "^4.1.0",
|
|
58
|
+
"@xyo-network/wallet": "^4.1.0",
|
|
59
|
+
"@xyo-network/witness-adhoc": "^4.1.0",
|
|
60
|
+
"@xyo-network/witness-model": "^4.1.0",
|
|
61
61
|
"typescript": "^5.8.3",
|
|
62
62
|
"vitest": "^3.2.4"
|
|
63
63
|
},
|
|
File without changes
|
|
File without changes
|