@xyo-network/api 3.6.0-rc.8 → 3.6.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/api",
3
- "version": "3.6.0-rc.8",
3
+ "version": "3.6.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,29 +29,28 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xylabs/axios": "^4.4.16",
33
- "@xylabs/object": "^4.4.16",
34
- "@xyo-network/api-models": "^3.6.0-rc.8",
35
- "@xyo-network/boundwitness-model": "^3.6.0-rc.8",
36
- "@xyo-network/diviner-model": "^3.6.0-rc.8",
37
- "@xyo-network/huri": "^3.6.0-rc.8",
38
- "@xyo-network/payload-model": "^3.6.0-rc.8",
32
+ "@xylabs/axios": "^4.4.26",
33
+ "@xylabs/object": "^4.4.26",
34
+ "@xyo-network/api-models": "^3.6.0",
35
+ "@xyo-network/boundwitness-model": "^3.6.0",
36
+ "@xyo-network/diviner-model": "^3.6.0",
37
+ "@xyo-network/huri": "^3.6.0",
38
+ "@xyo-network/payload-model": "^3.6.0",
39
39
  "axios": "^1.7.9"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^22.10.2",
43
43
  "@types/uuid": "^10.0.0",
44
- "@xylabs/ts-scripts-yarn3": "^4.2.4",
45
- "@xylabs/tsconfig": "^4.2.4",
46
- "@xylabs/vitest-extended": "^4.4.16",
47
- "@xyo-network/module-model": "^3.6.0-rc.8",
48
- "@xyo-network/query-payload-plugin": "^3.6.0-rc.8",
44
+ "@xylabs/ts-scripts-yarn3": "^4.2.6",
45
+ "@xylabs/tsconfig": "^4.2.6",
46
+ "@xylabs/vitest-extended": "^4.4.26",
47
+ "@xyo-network/module-model": "^3.6.0",
48
+ "@xyo-network/query-payload-plugin": "^3.6.0",
49
49
  "typescript": "^5.7.2",
50
50
  "uuid": "^11.0.3",
51
51
  "vitest": "^2.1.8"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"
55
- },
56
- "stableVersion": "3.5.2"
55
+ }
57
56
  }
@@ -2,7 +2,7 @@ import type { BoundWitness } from '@xyo-network/boundwitness-model'
2
2
  import { BoundWitnessSchema } from '@xyo-network/boundwitness-model'
3
3
 
4
4
  const testBoundWitness: BoundWitness = {
5
- $meta: { signatures: ['95100e5fd2012b958e96895870cfac5353c3a33a19314cfd1304ef7d01d052ec2a3ef80d6449cf88d463027fe0d868ed8cfb8b7323d37e93a08570233eea0b17'] },
5
+ $signatures: ['95100e5fd2012b958e96895870cfac5353c3a33a19314cfd1304ef7d01d052ec2a3ef80d6449cf88d463027fe0d868ed8cfb8b7323d37e93a08570233eea0b17'],
6
6
  addresses: ['5346a2ce56ec4177b67092bda710e150ba6fa046'],
7
7
  payload_hashes: ['20e14207f952a09f767ff614a648546c037fe524ace0bfe55db31f818aff1f1c'],
8
8
  payload_schemas: ['network.xyo.test'],