@xyo-network/sdk 2.41.9 → 2.41.10

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 +9 -9
package/dist/docs.json CHANGED
@@ -35242,7 +35242,7 @@
35242
35242
  "fileName": "sdk/src/index.ts",
35243
35243
  "line": 1,
35244
35244
  "character": 0,
35245
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8e56cac6/packages/sdk/src/index.ts#L1"
35245
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d31ba100/packages/sdk/src/index.ts#L1"
35246
35246
  }
35247
35247
  ]
35248
35248
  }
package/package.json CHANGED
@@ -10,14 +10,14 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/api-models": "^2.41.9",
14
- "@xyo-network/axios": "^2.41.9",
15
- "@xyo-network/network": "^2.41.9",
16
- "@xyo-network/payload-plugin": "^2.41.9",
17
- "@xyo-network/storage": "^2.41.9",
18
- "@xyo-network/utils": "^2.41.9",
19
- "@xyo-network/wallet": "^2.41.9",
20
- "@xyo-network/witnesses": "^2.41.9",
13
+ "@xyo-network/api-models": "^2.41.10",
14
+ "@xyo-network/axios": "^2.41.10",
15
+ "@xyo-network/network": "^2.41.10",
16
+ "@xyo-network/payload-plugin": "^2.41.10",
17
+ "@xyo-network/storage": "^2.41.10",
18
+ "@xyo-network/utils": "^2.41.10",
19
+ "@xyo-network/wallet": "^2.41.10",
20
+ "@xyo-network/witnesses": "^2.41.10",
21
21
  "tslib": "^2.4.1"
22
22
  },
23
23
  "devDependencies": {
@@ -61,5 +61,5 @@
61
61
  },
62
62
  "sideEffects": false,
63
63
  "types": "dist/esm/index.d.ts",
64
- "version": "2.41.9"
64
+ "version": "2.41.10"
65
65
  }