@xyo-network/api 3.0.6 → 3.0.7

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 +34 -34
package/package.json CHANGED
@@ -1,56 +1,56 @@
1
1
  {
2
+ "name": "@xyo-network/api",
3
+ "version": "3.0.7",
4
+ "description": "Primary SDK for using XYO Protocol 2.0",
5
+ "homepage": "https://xyo.network",
6
+ "bugs": {
7
+ "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues",
8
+ "email": "support@xyo.network"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
13
+ },
14
+ "license": "LGPL-3.0-only",
2
15
  "author": {
3
- "email": "support@xyo.network",
4
16
  "name": "XYO Development Team",
17
+ "email": "support@xyo.network",
5
18
  "url": "https://xyo.network"
6
19
  },
7
- "bugs": {
8
- "email": "support@xyo.network",
9
- "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
20
+ "sideEffects": false,
21
+ "type": "module",
22
+ "exports": {
23
+ ".": {
24
+ "types": "./dist/neutral/index.d.ts",
25
+ "default": "./dist/neutral/index.mjs"
26
+ },
27
+ "./package.json": "./package.json"
10
28
  },
29
+ "module": "dist/neutral/index.mjs",
30
+ "types": "dist/neutral/index.d.ts",
11
31
  "dependencies": {
12
32
  "@xylabs/axios": "^4.0.2",
13
33
  "@xylabs/object": "^4.0.2",
14
- "@xyo-network/api-models": "^3.0.6",
15
- "@xyo-network/boundwitness-model": "^3.0.6",
16
- "@xyo-network/diviner-model": "^3.0.6",
17
- "@xyo-network/huri": "^3.0.6",
18
- "@xyo-network/payload-model": "^3.0.6",
34
+ "@xyo-network/api-models": "^3.0.7",
35
+ "@xyo-network/boundwitness-model": "^3.0.7",
36
+ "@xyo-network/diviner-model": "^3.0.7",
37
+ "@xyo-network/huri": "^3.0.7",
38
+ "@xyo-network/payload-model": "^3.0.7",
19
39
  "axios": "^1.7.4"
20
40
  },
21
- "description": "Primary SDK for using XYO Protocol 2.0",
22
41
  "devDependencies": {
23
42
  "@types/node": "^22.5.0",
24
43
  "@types/uuid": "^10.0.0",
25
44
  "@xylabs/jest-helpers": "^4.0.2",
26
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.30",
27
- "@xylabs/tsconfig": "^4.0.0-rc.30",
28
- "@xyo-network/module-model": "^3.0.6",
29
- "@xyo-network/query-payload-plugin": "^3.0.6",
45
+ "@xylabs/ts-scripts-yarn3": "^4.0.0",
46
+ "@xylabs/tsconfig": "^4.0.0",
47
+ "@xyo-network/module-model": "^3.0.7",
48
+ "@xyo-network/query-payload-plugin": "^3.0.7",
30
49
  "jest": "^29.7.0",
31
50
  "typescript": "^5.5.4",
32
51
  "uuid": "^10.0.0"
33
52
  },
34
- "exports": {
35
- ".": {
36
- "types": "./dist/neutral/index.d.ts",
37
- "default": "./dist/neutral/index.mjs"
38
- },
39
- "./package.json": "./package.json"
40
- },
41
- "module": "dist/neutral/index.mjs",
42
- "types": "dist/neutral/index.d.ts",
43
- "homepage": "https://xyo.network",
44
- "license": "LGPL-3.0-only",
45
- "name": "@xyo-network/api",
46
53
  "publishConfig": {
47
54
  "access": "public"
48
- },
49
- "repository": {
50
- "type": "git",
51
- "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
52
- },
53
- "sideEffects": false,
54
- "version": "3.0.6",
55
- "type": "module"
55
+ }
56
56
  }