@xyo-network/modules 3.0.5 → 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.
Files changed (1) hide show
  1. package/package.json +49 -49
package/package.json CHANGED
@@ -1,48 +1,24 @@
1
1
  {
2
2
  "name": "@xyo-network/modules",
3
- "author": {
4
- "email": "support@xyo.network",
5
- "name": "XYO Development Team",
6
- "url": "https://xyo.network"
7
- },
3
+ "version": "3.0.7",
4
+ "description": "Primary SDK for using XYO Protocol 2.0",
5
+ "homepage": "https://xyo.network",
8
6
  "bugs": {
9
- "email": "support@xyo.network",
10
- "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
7
+ "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues",
8
+ "email": "support@xyo.network"
11
9
  },
12
- "dependencies": {
13
- "@xyo-network/archivist": "^3.0.5",
14
- "@xyo-network/bridge": "^3.0.5",
15
- "@xyo-network/diviner": "^3.0.5",
16
- "@xyo-network/module": "^3.0.5",
17
- "@xyo-network/node": "^3.0.5",
18
- "@xyo-network/sentinel": "^3.0.5",
19
- "@xyo-network/witness": "^3.0.5"
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
20
13
  },
21
- "devDependencies": {
22
- "@swc/core": "^1.7.14",
23
- "@xylabs/delay": "^4.0.2",
24
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20",
25
- "@xylabs/tsconfig": "^4.0.0-rc.20",
26
- "@xyo-network/account": "^3.0.5",
27
- "@xyo-network/archivist-memory": "^3.0.5",
28
- "@xyo-network/archivist-model": "^3.0.5",
29
- "@xyo-network/diviner-address-history": "^3.0.5",
30
- "@xyo-network/diviner-jsonpatch-memory": "^3.0.5",
31
- "@xyo-network/diviner-jsonpath-aggregate-memory": "^3.0.5",
32
- "@xyo-network/diviner-jsonpath-memory": "^3.0.5",
33
- "@xyo-network/diviner-model": "^3.0.5",
34
- "@xyo-network/manifest": "^3.0.5",
35
- "@xyo-network/module-factory-locator": "^3.0.5",
36
- "@xyo-network/module-resolver": "^3.0.5",
37
- "@xyo-network/node-memory": "^3.0.5",
38
- "@xyo-network/node-model": "^3.0.5",
39
- "@xyo-network/payload-model": "^3.0.5",
40
- "@xyo-network/witness-adhoc": "^3.0.5",
41
- "@xyo-network/witness-model": "^3.0.5",
42
- "typescript": "^5.5.4"
14
+ "license": "LGPL-3.0-only",
15
+ "author": {
16
+ "name": "XYO Development Team",
17
+ "email": "support@xyo.network",
18
+ "url": "https://xyo.network"
43
19
  },
44
- "description": "Primary SDK for using XYO Protocol 2.0",
45
- "types": "dist/neutral/index.d.ts",
20
+ "sideEffects": false,
21
+ "type": "module",
46
22
  "exports": {
47
23
  ".": {
48
24
  "types": "./dist/neutral/index.d.ts",
@@ -51,16 +27,40 @@
51
27
  "./package.json": "./package.json"
52
28
  },
53
29
  "module": "dist/neutral/index.mjs",
54
- "homepage": "https://xyo.network",
55
- "license": "LGPL-3.0-only",
56
- "publishConfig": {
57
- "access": "public"
30
+ "types": "dist/neutral/index.d.ts",
31
+ "dependencies": {
32
+ "@xyo-network/archivist": "^3.0.7",
33
+ "@xyo-network/bridge": "^3.0.7",
34
+ "@xyo-network/diviner": "^3.0.7",
35
+ "@xyo-network/module": "^3.0.7",
36
+ "@xyo-network/node": "^3.0.7",
37
+ "@xyo-network/sentinel": "^3.0.7",
38
+ "@xyo-network/witness": "^3.0.7"
58
39
  },
59
- "repository": {
60
- "type": "git",
61
- "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
40
+ "devDependencies": {
41
+ "@swc/core": "^1.7.14",
42
+ "@xylabs/delay": "^4.0.2",
43
+ "@xylabs/ts-scripts-yarn3": "^4.0.0",
44
+ "@xylabs/tsconfig": "^4.0.0",
45
+ "@xyo-network/account": "^3.0.7",
46
+ "@xyo-network/archivist-memory": "^3.0.7",
47
+ "@xyo-network/archivist-model": "^3.0.7",
48
+ "@xyo-network/diviner-address-history": "^3.0.7",
49
+ "@xyo-network/diviner-jsonpatch-memory": "^3.0.7",
50
+ "@xyo-network/diviner-jsonpath-aggregate-memory": "^3.0.7",
51
+ "@xyo-network/diviner-jsonpath-memory": "^3.0.7",
52
+ "@xyo-network/diviner-model": "^3.0.7",
53
+ "@xyo-network/manifest": "^3.0.7",
54
+ "@xyo-network/module-factory-locator": "^3.0.7",
55
+ "@xyo-network/module-resolver": "^3.0.7",
56
+ "@xyo-network/node-memory": "^3.0.7",
57
+ "@xyo-network/node-model": "^3.0.7",
58
+ "@xyo-network/payload-model": "^3.0.7",
59
+ "@xyo-network/witness-adhoc": "^3.0.7",
60
+ "@xyo-network/witness-model": "^3.0.7",
61
+ "typescript": "^5.5.4"
62
62
  },
63
- "sideEffects": false,
64
- "version": "3.0.5",
65
- "type": "module"
63
+ "publishConfig": {
64
+ "access": "public"
65
+ }
66
66
  }