@xyo-network/sdk 2.39.2 → 2.39.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 +9 -9
  2. package/package.json +20 -16
package/dist/docs.json CHANGED
@@ -73423,17 +73423,17 @@
73423
73423
  "sources": [
73424
73424
  {
73425
73425
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
73426
- "line": 1954,
73426
+ "line": 2001,
73427
73427
  "character": 8
73428
73428
  },
73429
73429
  {
73430
73430
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
73431
- "line": 1958,
73431
+ "line": 2005,
73432
73432
  "character": 8
73433
73433
  },
73434
73434
  {
73435
73435
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
73436
- "line": 1962,
73436
+ "line": 2009,
73437
73437
  "character": 8
73438
73438
  }
73439
73439
  ],
@@ -73841,27 +73841,27 @@
73841
73841
  "sources": [
73842
73842
  {
73843
73843
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
73844
- "line": 2046,
73844
+ "line": 2093,
73845
73845
  "character": 8
73846
73846
  },
73847
73847
  {
73848
73848
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
73849
- "line": 2050,
73849
+ "line": 2097,
73850
73850
  "character": 8
73851
73851
  },
73852
73852
  {
73853
73853
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
73854
- "line": 2054,
73854
+ "line": 2101,
73855
73855
  "character": 8
73856
73856
  },
73857
73857
  {
73858
73858
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
73859
- "line": 2058,
73859
+ "line": 2105,
73860
73860
  "character": 8
73861
73861
  },
73862
73862
  {
73863
73863
  "fileName": "node_modules/@types/lodash/common/object.d.ts",
73864
- "line": 2062,
73864
+ "line": 2109,
73865
73865
  "character": 8
73866
73866
  }
73867
73867
  ],
@@ -77607,7 +77607,7 @@
77607
77607
  "fileName": "packages/sdk/src/index.ts",
77608
77608
  "line": 1,
77609
77609
  "character": 0,
77610
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0b8967fc8/packages/sdk/src/index.ts#L1"
77610
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/770719d2b/packages/sdk/src/index.ts#L1"
77611
77611
  }
77612
77612
  ]
77613
77613
  }
package/package.json CHANGED
@@ -10,23 +10,27 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/account": "^2.39.2",
14
- "@xyo-network/api-models": "^2.39.2",
15
- "@xyo-network/boundwitness": "^2.39.2",
16
- "@xyo-network/core": "^2.39.2",
17
- "@xyo-network/network": "^2.39.2",
18
- "@xyo-network/panel": "^2.39.2",
19
- "@xyo-network/payload": "^2.39.2",
20
- "@xyo-network/payload-plugin": "^2.39.2",
21
- "@xyo-network/promise": "^2.39.2",
22
- "@xyo-network/shared": "^2.39.2",
23
- "@xyo-network/storage": "^2.39.2",
24
- "@xyo-network/typeof": "^2.39.2",
25
- "@xyo-network/utils": "^2.39.2",
26
- "@xyo-network/wallet": "^2.39.2",
27
- "@xyo-network/witnesses": "^2.39.2",
13
+ "@xyo-network/account": "^2.39.4",
14
+ "@xyo-network/api-models": "^2.39.4",
15
+ "@xyo-network/boundwitness": "^2.39.4",
16
+ "@xyo-network/core": "^2.39.4",
17
+ "@xyo-network/network": "^2.39.4",
18
+ "@xyo-network/panel": "^2.39.4",
19
+ "@xyo-network/payload": "^2.39.4",
20
+ "@xyo-network/payload-plugin": "^2.39.4",
21
+ "@xyo-network/promise": "^2.39.4",
22
+ "@xyo-network/shared": "^2.39.4",
23
+ "@xyo-network/storage": "^2.39.4",
24
+ "@xyo-network/typeof": "^2.39.4",
25
+ "@xyo-network/utils": "^2.39.4",
26
+ "@xyo-network/wallet": "^2.39.4",
27
+ "@xyo-network/witnesses": "^2.39.4",
28
28
  "tslib": "^2.4.1"
29
29
  },
30
+ "devDependencies": {
31
+ "axios": "^1.1.3",
32
+ "pako": "^2.0.4"
33
+ },
30
34
  "peerDependencies": {
31
35
  "axios": "^1.1.3",
32
36
  "pako": "^2.0.4"
@@ -64,5 +68,5 @@
64
68
  },
65
69
  "sideEffects": false,
66
70
  "types": "dist/esm/index.d.ts",
67
- "version": "2.39.2"
71
+ "version": "2.39.4"
68
72
  }