@xyo-network/sentinel-memory 3.0.6 → 3.0.7
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 +39 -39
package/package.json
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/sentinel-memory",
|
|
3
|
+
"version": "3.0.7",
|
|
4
|
+
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
|
+
"homepage": "https://xyo.network",
|
|
6
|
+
"bugs": {
|
|
7
|
+
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues",
|
|
8
|
+
"email": "support@xyo.network"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
13
|
+
},
|
|
14
|
+
"license": "LGPL-3.0-only",
|
|
3
15
|
"author": {
|
|
4
|
-
"email": "support@xyo.network",
|
|
5
16
|
"name": "XYO Development Team",
|
|
17
|
+
"email": "support@xyo.network",
|
|
6
18
|
"url": "https://xyo.network"
|
|
7
19
|
},
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
20
|
+
"sideEffects": false,
|
|
21
|
+
"type": "module",
|
|
22
|
+
"exports": {
|
|
23
|
+
".": {
|
|
24
|
+
"types": "./dist/neutral/index.d.ts",
|
|
25
|
+
"default": "./dist/neutral/index.mjs"
|
|
26
|
+
},
|
|
27
|
+
"./package.json": "./package.json"
|
|
11
28
|
},
|
|
29
|
+
"module": "dist/neutral/index.mjs",
|
|
30
|
+
"types": "dist/neutral/index.d.ts",
|
|
12
31
|
"dependencies": {
|
|
13
32
|
"@xylabs/assert": "^4.0.2",
|
|
14
33
|
"@xylabs/forget": "^4.0.2",
|
|
15
34
|
"@xylabs/hex": "^4.0.2",
|
|
16
35
|
"@xylabs/promise": "^4.0.2",
|
|
17
|
-
"@xyo-network/diviner-model": "^3.0.
|
|
18
|
-
"@xyo-network/module-model": "^3.0.
|
|
19
|
-
"@xyo-network/payload-builder": "^3.0.
|
|
20
|
-
"@xyo-network/payload-model": "^3.0.
|
|
21
|
-
"@xyo-network/payload-wrapper": "^3.0.
|
|
22
|
-
"@xyo-network/sentinel-abstract": "^3.0.
|
|
23
|
-
"@xyo-network/sentinel-model": "^3.0.
|
|
24
|
-
"@xyo-network/witness-model": "^3.0.
|
|
36
|
+
"@xyo-network/diviner-model": "^3.0.7",
|
|
37
|
+
"@xyo-network/module-model": "^3.0.7",
|
|
38
|
+
"@xyo-network/payload-builder": "^3.0.7",
|
|
39
|
+
"@xyo-network/payload-model": "^3.0.7",
|
|
40
|
+
"@xyo-network/payload-wrapper": "^3.0.7",
|
|
41
|
+
"@xyo-network/sentinel-abstract": "^3.0.7",
|
|
42
|
+
"@xyo-network/sentinel-model": "^3.0.7",
|
|
43
|
+
"@xyo-network/witness-model": "^3.0.7"
|
|
25
44
|
},
|
|
26
|
-
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
27
45
|
"devDependencies": {
|
|
28
46
|
"@xylabs/delay": "^4.0.2",
|
|
29
|
-
"@xylabs/ts-scripts-yarn3": "^4.0.0
|
|
30
|
-
"@xylabs/tsconfig": "^4.0.0
|
|
31
|
-
"@xyo-network/abstract-witness": "^3.0.
|
|
32
|
-
"@xyo-network/archivist-memory": "^3.0.
|
|
33
|
-
"@xyo-network/id-payload-plugin": "^3.0.
|
|
34
|
-
"@xyo-network/node-memory": "^3.0.
|
|
35
|
-
"@xyo-network/witness-adhoc": "^3.0.
|
|
47
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.0",
|
|
48
|
+
"@xylabs/tsconfig": "^4.0.0",
|
|
49
|
+
"@xyo-network/abstract-witness": "^3.0.7",
|
|
50
|
+
"@xyo-network/archivist-memory": "^3.0.7",
|
|
51
|
+
"@xyo-network/id-payload-plugin": "^3.0.7",
|
|
52
|
+
"@xyo-network/node-memory": "^3.0.7",
|
|
53
|
+
"@xyo-network/witness-adhoc": "^3.0.7",
|
|
36
54
|
"typescript": "^5.5.4"
|
|
37
55
|
},
|
|
38
|
-
"types": "dist/neutral/index.d.ts",
|
|
39
|
-
"exports": {
|
|
40
|
-
".": {
|
|
41
|
-
"types": "./dist/neutral/index.d.ts",
|
|
42
|
-
"default": "./dist/neutral/index.mjs"
|
|
43
|
-
},
|
|
44
|
-
"./package.json": "./package.json"
|
|
45
|
-
},
|
|
46
|
-
"module": "dist/neutral/index.mjs",
|
|
47
|
-
"homepage": "https://xyo.network",
|
|
48
|
-
"license": "LGPL-3.0-only",
|
|
49
56
|
"publishConfig": {
|
|
50
57
|
"access": "public"
|
|
51
|
-
}
|
|
52
|
-
"repository": {
|
|
53
|
-
"type": "git",
|
|
54
|
-
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
55
|
-
},
|
|
56
|
-
"sideEffects": false,
|
|
57
|
-
"version": "3.0.6",
|
|
58
|
-
"type": "module"
|
|
58
|
+
}
|
|
59
59
|
}
|