@xyo-network/modules 2.33.3 → 2.33.4

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 (2) hide show
  1. package/dist/docs.json +1 -1
  2. package/package.json +6 -6
package/dist/docs.json CHANGED
@@ -80080,7 +80080,7 @@
80080
80080
  "fileName": "modules/src/index.ts",
80081
80081
  "line": 1,
80082
80082
  "character": 0,
80083
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/e44882a/packages/modules/src/index.ts#L1"
80083
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/853bd51/packages/modules/src/index.ts#L1"
80084
80084
  }
80085
80085
  ]
80086
80086
  }
package/package.json CHANGED
@@ -10,11 +10,11 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/archivist": "^2.33.3",
14
- "@xyo-network/diviner": "^2.33.3",
15
- "@xyo-network/module": "^2.33.3",
16
- "@xyo-network/node": "^2.33.3",
17
- "@xyo-network/witness": "^2.33.3",
13
+ "@xyo-network/archivist": "^2.33.4",
14
+ "@xyo-network/diviner": "^2.33.4",
15
+ "@xyo-network/module": "^2.33.4",
16
+ "@xyo-network/node": "^2.33.4",
17
+ "@xyo-network/witness": "^2.33.4",
18
18
  "tslib": "^2.4.0"
19
19
  },
20
20
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "sideEffects": false,
52
52
  "types": "dist/esm/index.d.ts",
53
- "version": "2.33.3"
53
+ "version": "2.33.4"
54
54
  }