@xyo-network/bridge-abstract 2.103.4 → 2.103.5

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 +31 -31
package/package.json CHANGED
@@ -10,36 +10,36 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/assert": "^3.3.3",
14
- "@xylabs/exists": "^3.3.3",
15
- "@xylabs/forget": "^3.3.3",
16
- "@xylabs/hex": "^3.3.3",
17
- "@xylabs/lodash": "^3.3.3",
18
- "@xylabs/object": "^3.3.3",
19
- "@xylabs/promise": "^3.3.3",
20
- "@xyo-network/account": "~2.103.4",
21
- "@xyo-network/account-model": "~2.103.4",
22
- "@xyo-network/archivist-model": "~2.103.4",
23
- "@xyo-network/archivist-wrapper": "~2.103.4",
24
- "@xyo-network/boundwitness-model": "~2.103.4",
25
- "@xyo-network/boundwitness-wrapper": "~2.103.4",
26
- "@xyo-network/bridge-model": "~2.103.4",
27
- "@xyo-network/diviner-model": "~2.103.4",
28
- "@xyo-network/diviner-wrapper": "~2.103.4",
29
- "@xyo-network/manifest-model": "~2.103.4",
30
- "@xyo-network/module-abstract": "~2.103.4",
31
- "@xyo-network/module-model": "~2.103.4",
32
- "@xyo-network/module-resolver": "~2.103.4",
33
- "@xyo-network/module-wrapper": "~2.103.4",
34
- "@xyo-network/node-model": "~2.103.4",
35
- "@xyo-network/node-wrapper": "~2.103.4",
36
- "@xyo-network/payload-builder": "~2.103.4",
37
- "@xyo-network/payload-model": "~2.103.4",
38
- "@xyo-network/query-payload-plugin": "~2.103.4",
39
- "@xyo-network/sentinel-model": "~2.103.4",
40
- "@xyo-network/sentinel-wrapper": "~2.103.4",
41
- "@xyo-network/witness-model": "~2.103.4",
42
- "@xyo-network/witness-wrapper": "~2.103.4",
13
+ "@xylabs/assert": "^3.4.1",
14
+ "@xylabs/exists": "^3.4.1",
15
+ "@xylabs/forget": "^3.4.1",
16
+ "@xylabs/hex": "^3.4.1",
17
+ "@xylabs/lodash": "^3.4.1",
18
+ "@xylabs/object": "^3.4.1",
19
+ "@xylabs/promise": "^3.4.1",
20
+ "@xyo-network/account": "~2.103.5",
21
+ "@xyo-network/account-model": "~2.103.5",
22
+ "@xyo-network/archivist-model": "~2.103.5",
23
+ "@xyo-network/archivist-wrapper": "~2.103.5",
24
+ "@xyo-network/boundwitness-model": "~2.103.5",
25
+ "@xyo-network/boundwitness-wrapper": "~2.103.5",
26
+ "@xyo-network/bridge-model": "~2.103.5",
27
+ "@xyo-network/diviner-model": "~2.103.5",
28
+ "@xyo-network/diviner-wrapper": "~2.103.5",
29
+ "@xyo-network/manifest-model": "~2.103.5",
30
+ "@xyo-network/module-abstract": "~2.103.5",
31
+ "@xyo-network/module-model": "~2.103.5",
32
+ "@xyo-network/module-resolver": "~2.103.5",
33
+ "@xyo-network/module-wrapper": "~2.103.5",
34
+ "@xyo-network/node-model": "~2.103.5",
35
+ "@xyo-network/node-wrapper": "~2.103.5",
36
+ "@xyo-network/payload-builder": "~2.103.5",
37
+ "@xyo-network/payload-model": "~2.103.5",
38
+ "@xyo-network/query-payload-plugin": "~2.103.5",
39
+ "@xyo-network/sentinel-model": "~2.103.5",
40
+ "@xyo-network/sentinel-wrapper": "~2.103.5",
41
+ "@xyo-network/witness-model": "~2.103.5",
42
+ "@xyo-network/witness-wrapper": "~2.103.5",
43
43
  "lru-cache": "^10.2.2"
44
44
  },
45
45
  "devDependencies": {
@@ -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.103.4",
89
+ "version": "2.103.5",
90
90
  "type": "module"
91
91
  }