@xyo-network/bridge-abstract 2.110.13 → 2.110.14

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 +33 -33
package/package.json CHANGED
@@ -10,41 +10,41 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/assert": "^3.6.5",
14
- "@xylabs/exists": "^3.6.5",
15
- "@xylabs/forget": "^3.6.5",
16
- "@xylabs/hex": "^3.6.5",
17
- "@xylabs/lodash": "^3.6.5",
18
- "@xylabs/object": "^3.6.5",
19
- "@xylabs/promise": "^3.6.5",
20
- "@xyo-network/account": "^2.110.13",
21
- "@xyo-network/account-model": "^2.110.13",
22
- "@xyo-network/archivist-model": "^2.110.13",
23
- "@xyo-network/archivist-wrapper": "^2.110.13",
24
- "@xyo-network/boundwitness-model": "^2.110.13",
25
- "@xyo-network/boundwitness-wrapper": "^2.110.13",
26
- "@xyo-network/bridge-model": "^2.110.13",
27
- "@xyo-network/diviner-model": "^2.110.13",
28
- "@xyo-network/diviner-wrapper": "^2.110.13",
29
- "@xyo-network/manifest-model": "^2.110.13",
30
- "@xyo-network/module-abstract": "^2.110.13",
31
- "@xyo-network/module-model": "^2.110.13",
32
- "@xyo-network/module-resolver": "^2.110.13",
33
- "@xyo-network/module-wrapper": "^2.110.13",
34
- "@xyo-network/node-model": "^2.110.13",
35
- "@xyo-network/node-wrapper": "^2.110.13",
36
- "@xyo-network/payload-builder": "^2.110.13",
37
- "@xyo-network/payload-model": "^2.110.13",
38
- "@xyo-network/query-payload-plugin": "^2.110.13",
39
- "@xyo-network/sentinel-model": "^2.110.13",
40
- "@xyo-network/sentinel-wrapper": "^2.110.13",
41
- "@xyo-network/witness-model": "^2.110.13",
42
- "@xyo-network/witness-wrapper": "^2.110.13",
13
+ "@xylabs/assert": "^3.6.6",
14
+ "@xylabs/exists": "^3.6.6",
15
+ "@xylabs/forget": "^3.6.6",
16
+ "@xylabs/hex": "^3.6.6",
17
+ "@xylabs/lodash": "^3.6.6",
18
+ "@xylabs/object": "^3.6.6",
19
+ "@xylabs/promise": "^3.6.6",
20
+ "@xyo-network/account": "^2.110.14",
21
+ "@xyo-network/account-model": "^2.110.14",
22
+ "@xyo-network/archivist-model": "^2.110.14",
23
+ "@xyo-network/archivist-wrapper": "^2.110.14",
24
+ "@xyo-network/boundwitness-model": "^2.110.14",
25
+ "@xyo-network/boundwitness-wrapper": "^2.110.14",
26
+ "@xyo-network/bridge-model": "^2.110.14",
27
+ "@xyo-network/diviner-model": "^2.110.14",
28
+ "@xyo-network/diviner-wrapper": "^2.110.14",
29
+ "@xyo-network/manifest-model": "^2.110.14",
30
+ "@xyo-network/module-abstract": "^2.110.14",
31
+ "@xyo-network/module-model": "^2.110.14",
32
+ "@xyo-network/module-resolver": "^2.110.14",
33
+ "@xyo-network/module-wrapper": "^2.110.14",
34
+ "@xyo-network/node-model": "^2.110.14",
35
+ "@xyo-network/node-wrapper": "^2.110.14",
36
+ "@xyo-network/payload-builder": "^2.110.14",
37
+ "@xyo-network/payload-model": "^2.110.14",
38
+ "@xyo-network/query-payload-plugin": "^2.110.14",
39
+ "@xyo-network/sentinel-model": "^2.110.14",
40
+ "@xyo-network/sentinel-wrapper": "^2.110.14",
41
+ "@xyo-network/witness-model": "^2.110.14",
42
+ "@xyo-network/witness-wrapper": "^2.110.14",
43
43
  "lru-cache": "^11.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@xylabs/ts-scripts-yarn3": "^3.13.9",
47
- "@xylabs/tsconfig": "^3.13.9",
46
+ "@xylabs/ts-scripts-yarn3": "^3.14.1",
47
+ "@xylabs/tsconfig": "^3.14.1",
48
48
  "typescript": "^5.5.4"
49
49
  },
50
50
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -86,6 +86,6 @@
86
86
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
87
87
  },
88
88
  "sideEffects": false,
89
- "version": "2.110.13",
89
+ "version": "2.110.14",
90
90
  "type": "module"
91
91
  }