@xyo-network/api 2.92.0-rc.9 → 2.92.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +15 -16
package/package.json CHANGED
@@ -9,23 +9,23 @@
9
9
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
10
10
  },
11
11
  "dependencies": {
12
- "@xylabs/axios": "^3.0.6",
13
- "@xylabs/object": "^3.0.6",
14
- "@xyo-network/api-models": "~2.92.0-rc.9",
15
- "@xyo-network/boundwitness-model": "~2.92.0-rc.9",
16
- "@xyo-network/diviner-model": "~2.92.0-rc.9",
17
- "@xyo-network/huri": "~2.92.0-rc.9",
18
- "@xyo-network/payload-model": "~2.92.0-rc.9"
12
+ "@xylabs/axios": "^3.0.11",
13
+ "@xylabs/object": "^3.0.11",
14
+ "@xyo-network/api-models": "~2.92.1",
15
+ "@xyo-network/boundwitness-model": "~2.92.1",
16
+ "@xyo-network/diviner-model": "~2.92.1",
17
+ "@xyo-network/huri": "~2.92.1",
18
+ "@xyo-network/payload-model": "~2.92.1"
19
19
  },
20
20
  "description": "Primary SDK for using XYO Protocol 2.0",
21
21
  "devDependencies": {
22
- "@xylabs/jest-helpers": "^3.0.6",
23
- "@xylabs/ts-scripts-yarn3": "^3.4.1",
24
- "@xylabs/tsconfig": "^3.4.1",
25
- "@xyo-network/address-payload-plugin": "~2.92.0-rc.9",
26
- "@xyo-network/query-payload-plugin": "~2.92.0-rc.9",
22
+ "@xylabs/jest-helpers": "^3.0.11",
23
+ "@xylabs/ts-scripts-yarn3": "^3.5.0",
24
+ "@xylabs/tsconfig": "^3.5.0",
25
+ "@xyo-network/address-payload-plugin": "~2.92.1",
26
+ "@xyo-network/query-payload-plugin": "~2.92.1",
27
27
  "jest": "^29.7.0",
28
- "typescript": "^5.3.3",
28
+ "typescript": "^5.4.2",
29
29
  "uuid": "^9.0.1"
30
30
  },
31
31
  "exports": {
@@ -67,7 +67,6 @@
67
67
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
68
68
  },
69
69
  "sideEffects": false,
70
- "version": "2.92.0-rc.9",
71
- "type": "module",
72
- "stableVersion": "2.91.3"
70
+ "version": "2.92.1",
71
+ "type": "module"
73
72
  }