@xyo-network/sdk 2.40.0-rc.2 → 2.40.0

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 +9 -9
  2. package/package.json +16 -17
package/dist/docs.json CHANGED
@@ -64280,17 +64280,17 @@
64280
64280
  "sources": [
64281
64281
  {
64282
64282
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
64283
- "line": 2001,
64283
+ "line": 2013,
64284
64284
  "character": 8
64285
64285
  },
64286
64286
  {
64287
64287
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
64288
- "line": 2005,
64288
+ "line": 2017,
64289
64289
  "character": 8
64290
64290
  },
64291
64291
  {
64292
64292
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
64293
- "line": 2009,
64293
+ "line": 2021,
64294
64294
  "character": 8
64295
64295
  }
64296
64296
  ],
@@ -64698,27 +64698,27 @@
64698
64698
  "sources": [
64699
64699
  {
64700
64700
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
64701
- "line": 2093,
64701
+ "line": 2105,
64702
64702
  "character": 8
64703
64703
  },
64704
64704
  {
64705
64705
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
64706
- "line": 2097,
64706
+ "line": 2109,
64707
64707
  "character": 8
64708
64708
  },
64709
64709
  {
64710
64710
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
64711
- "line": 2101,
64711
+ "line": 2113,
64712
64712
  "character": 8
64713
64713
  },
64714
64714
  {
64715
64715
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
64716
- "line": 2105,
64716
+ "line": 2117,
64717
64717
  "character": 8
64718
64718
  },
64719
64719
  {
64720
64720
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
64721
- "line": 2109,
64721
+ "line": 2121,
64722
64722
  "character": 8
64723
64723
  }
64724
64724
  ],
@@ -68452,7 +68452,7 @@
68452
68452
  "fileName": "packages/sdk/src/index.ts",
68453
68453
  "line": 1,
68454
68454
  "character": 0,
68455
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda3d4790/packages/sdk/src/index.ts#L1"
68455
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/55fe09cb2/packages/sdk/src/index.ts#L1"
68456
68456
  }
68457
68457
  ]
68458
68458
  }
package/package.json CHANGED
@@ -10,25 +10,25 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/account": "^2.40.0-rc.2",
14
- "@xyo-network/api-models": "^2.40.0-rc.2",
15
- "@xyo-network/boundwitness": "^2.40.0-rc.2",
16
- "@xyo-network/core": "^2.40.0-rc.2",
17
- "@xyo-network/network": "^2.40.0-rc.2",
18
- "@xyo-network/payload": "^2.40.0-rc.2",
19
- "@xyo-network/payload-plugin": "^2.40.0-rc.2",
20
- "@xyo-network/promise": "^2.40.0-rc.2",
21
- "@xyo-network/shared": "^2.40.0-rc.2",
22
- "@xyo-network/storage": "^2.40.0-rc.2",
23
- "@xyo-network/typeof": "^2.40.0-rc.2",
24
- "@xyo-network/utils": "^2.40.0-rc.2",
25
- "@xyo-network/wallet": "^2.40.0-rc.2",
26
- "@xyo-network/witnesses": "^2.40.0-rc.2",
13
+ "@xyo-network/account": "^2.40.0",
14
+ "@xyo-network/api-models": "^2.40.0",
15
+ "@xyo-network/boundwitness": "^2.40.0",
16
+ "@xyo-network/core": "^2.40.0",
17
+ "@xyo-network/network": "^2.40.0",
18
+ "@xyo-network/payload": "^2.40.0",
19
+ "@xyo-network/payload-plugin": "^2.40.0",
20
+ "@xyo-network/promise": "^2.40.0",
21
+ "@xyo-network/shared": "^2.40.0",
22
+ "@xyo-network/storage": "^2.40.0",
23
+ "@xyo-network/typeof": "^2.40.0",
24
+ "@xyo-network/utils": "^2.40.0",
25
+ "@xyo-network/wallet": "^2.40.0",
26
+ "@xyo-network/witnesses": "^2.40.0",
27
27
  "tslib": "^2.4.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "axios": "^1.1.3",
31
- "pako": "^2.0.4"
31
+ "pako": "^2.1.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "axios": "^1.1.3",
@@ -67,6 +67,5 @@
67
67
  },
68
68
  "sideEffects": false,
69
69
  "types": "dist/esm/index.d.ts",
70
- "version": "2.40.0-rc.2",
71
- "stableVersion": "2.39.6"
70
+ "version": "2.40.0"
72
71
  }