@xyo-network/modules 3.9.35 → 3.9.36
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,"sources":["../../src/index.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/archivist'\nexport * from '@xyo-network/bridge'\nexport * from '@xyo-network/diviner'\nexport * from '@xyo-network/module'\nexport * from '@xyo-network/node'\nexport * from '@xyo-network/sentinel'\nexport * from '@xyo-network/witness'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA;AACpC,cAAc,qBAAqB,CAAA;AACnC,cAAc,mBAAmB,CAAA;AACjC,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/modules",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.36",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -21,45 +21,45 @@
|
|
|
21
21
|
"type": "module",
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
24
|
-
"types": "./dist/
|
|
24
|
+
"types": "./dist/types/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/types/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/archivist": "^3.9.
|
|
33
|
-
"@xyo-network/bridge": "^3.9.
|
|
34
|
-
"@xyo-network/diviner": "^3.9.
|
|
35
|
-
"@xyo-network/module": "^3.9.
|
|
36
|
-
"@xyo-network/node": "^3.9.
|
|
37
|
-
"@xyo-network/sentinel": "^3.9.
|
|
38
|
-
"@xyo-network/witness": "^3.9.
|
|
32
|
+
"@xyo-network/archivist": "^3.9.36",
|
|
33
|
+
"@xyo-network/bridge": "^3.9.36",
|
|
34
|
+
"@xyo-network/diviner": "^3.9.36",
|
|
35
|
+
"@xyo-network/module": "^3.9.36",
|
|
36
|
+
"@xyo-network/node": "^3.9.36",
|
|
37
|
+
"@xyo-network/sentinel": "^3.9.36",
|
|
38
|
+
"@xyo-network/witness": "^3.9.36"
|
|
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/account": "^3.9.
|
|
46
|
-
"@xyo-network/archivist-memory": "^3.9.
|
|
47
|
-
"@xyo-network/archivist-model": "^3.9.
|
|
48
|
-
"@xyo-network/diviner-address-history": "^3.9.
|
|
49
|
-
"@xyo-network/diviner-jsonpatch-memory": "^3.9.
|
|
50
|
-
"@xyo-network/diviner-jsonpath-aggregate-memory": "^3.9.
|
|
51
|
-
"@xyo-network/diviner-jsonpath-memory": "^3.9.
|
|
52
|
-
"@xyo-network/diviner-model": "^3.9.
|
|
53
|
-
"@xyo-network/manifest": "^3.9.
|
|
54
|
-
"@xyo-network/module-factory-locator": "^3.9.
|
|
55
|
-
"@xyo-network/module-resolver": "^3.9.
|
|
56
|
-
"@xyo-network/node-memory": "^3.9.
|
|
57
|
-
"@xyo-network/node-model": "^3.9.
|
|
58
|
-
"@xyo-network/payload-model": "^3.9.
|
|
59
|
-
"@xyo-network/witness-adhoc": "^3.9.
|
|
60
|
-
"@xyo-network/witness-model": "^3.9.
|
|
41
|
+
"@xylabs/delay": "^4.6.0",
|
|
42
|
+
"@xylabs/ts-scripts-yarn3": "^6.0.5",
|
|
43
|
+
"@xylabs/tsconfig": "^6.0.5",
|
|
44
|
+
"@xylabs/vitest-extended": "^4.6.0",
|
|
45
|
+
"@xyo-network/account": "^3.9.36",
|
|
46
|
+
"@xyo-network/archivist-memory": "^3.9.36",
|
|
47
|
+
"@xyo-network/archivist-model": "^3.9.36",
|
|
48
|
+
"@xyo-network/diviner-address-history": "^3.9.36",
|
|
49
|
+
"@xyo-network/diviner-jsonpatch-memory": "^3.9.36",
|
|
50
|
+
"@xyo-network/diviner-jsonpath-aggregate-memory": "^3.9.36",
|
|
51
|
+
"@xyo-network/diviner-jsonpath-memory": "^3.9.36",
|
|
52
|
+
"@xyo-network/diviner-model": "^3.9.36",
|
|
53
|
+
"@xyo-network/manifest": "^3.9.36",
|
|
54
|
+
"@xyo-network/module-factory-locator": "^3.9.36",
|
|
55
|
+
"@xyo-network/module-resolver": "^3.9.36",
|
|
56
|
+
"@xyo-network/node-memory": "^3.9.36",
|
|
57
|
+
"@xyo-network/node-model": "^3.9.36",
|
|
58
|
+
"@xyo-network/payload-model": "^3.9.36",
|
|
59
|
+
"@xyo-network/witness-adhoc": "^3.9.36",
|
|
60
|
+
"@xyo-network/witness-model": "^3.9.36",
|
|
61
61
|
"typescript": "^5.8.2",
|
|
62
|
-
"vitest": "^3.0.
|
|
62
|
+
"vitest": "^3.0.8"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
package/src/index.ts
CHANGED
|
File without changes
|