@xyo-network/xl1-sdk 1.26.11 → 1.26.13

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xyo-network/xl1-sdk",
4
- "version": "1.26.11",
4
+ "version": "1.26.13",
5
5
  "description": "XYO Layer One Protocol",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -23,12 +23,10 @@
23
23
  "exports": {
24
24
  ".": {
25
25
  "types": "./dist/neutral/index.d.ts",
26
- "source": "./src/index.ts",
27
26
  "default": "./dist/neutral/index.mjs"
28
27
  },
29
28
  "./test": {
30
29
  "types": "./dist/neutral/test/index.d.ts",
31
- "source": "./src/test/index.ts",
32
30
  "default": "./dist/neutral/test/index.mjs"
33
31
  },
34
32
  "./package.json": "./package.json"
@@ -38,10 +36,10 @@
38
36
  "types": "./dist/neutral/index.d.ts",
39
37
  "files": [
40
38
  "dist",
41
- "src",
42
39
  "!**/*.bench.*",
43
40
  "!**/*.spec.*",
44
- "!**/*.test.*"
41
+ "!**/*.test.*",
42
+ "README.md"
45
43
  ],
46
44
  "workspaces": [
47
45
  "packages/*",
@@ -49,31 +47,52 @@
49
47
  "packages/*/packages/*/packages/*"
50
48
  ],
51
49
  "dependencies": {
52
- "@xyo-network/xl1-protocol": "~1.26.11",
53
- "@xyo-network/xl1-protocol-sdk": "~1.26.11",
54
- "@xyo-network/xl1-providers": "~1.26.11",
55
- "@xyo-network/xl1-rpc": "~1.26.11",
56
- "@xyo-network/xl1-wrappers": "~1.26.11"
50
+ "@xyo-network/xl1-protocol": "~1.26.13",
51
+ "@xyo-network/xl1-protocol-sdk": "~1.26.13",
52
+ "@xyo-network/xl1-providers": "~1.26.13",
53
+ "@xyo-network/xl1-rpc": "~1.26.13",
54
+ "@xyo-network/xl1-wrappers": "~1.26.13"
57
55
  },
58
56
  "devDependencies": {
57
+ "@firebase/app": "0.x",
58
+ "@firebase/app-compat": "0.x",
59
+ "@firebase/app-types": "0.x",
60
+ "@firebase/util": "1.x",
61
+ "@metamask/providers": "^22",
59
62
  "@opentelemetry/api": "^1.9.1",
60
- "@xylabs/sdk-js": "^5.0.90",
61
- "@xylabs/ts-scripts-common": "~7.5.6",
62
- "@xylabs/ts-scripts-yarn3": "~7.5.6",
63
- "@xylabs/tsconfig": "~7.5.6",
64
- "@xyo-network/sdk-js": "^5.3.17",
63
+ "@types/node": "^25.5.0",
64
+ "@xylabs/geo": "^5",
65
+ "@xylabs/sdk-js": "^5.0.91",
66
+ "@xylabs/ts-scripts-common": "~7.6.13",
67
+ "@xylabs/ts-scripts-yarn3": "~7.6.13",
68
+ "@xylabs/tsconfig": "~7.6.13",
69
+ "@xyo-network/sdk-js": "^5.3.22",
70
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
65
71
  "ajv": "~8.18.0",
66
- "axios": "^1.13.6",
72
+ "axios": "^1.14.0",
73
+ "cosmiconfig": ">=9",
74
+ "esbuild": ">=0.18",
75
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0",
67
76
  "ethers": "^6.16.0",
77
+ "firebase": "^12",
78
+ "lru-cache": "^11",
79
+ "mapbox-gl": "^3",
80
+ "mongodb": "^6 || ^7",
81
+ "rollup": "^3.29.4 || ^4",
82
+ "tslib": "^2.8.1",
68
83
  "typescript": "~5.9.3",
69
- "vitest": "~4.1.2",
84
+ "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
70
85
  "zod": "~4.3.6"
71
86
  },
72
87
  "peerDependencies": {
88
+ "@opentelemetry/api": "^1",
73
89
  "@xylabs/sdk-js": "^5",
74
90
  "@xyo-network/sdk-js": "^5",
91
+ "ajv": "^8",
75
92
  "axios": "^1",
76
93
  "ethers": "^6",
94
+ "mongodb": "^6 || ^7",
95
+ "typescript": ">=4.9.5",
77
96
  "zod": "^4"
78
97
  },
79
98
  "packageManager": "yarn@4.12.0",
package/src/index.ts DELETED
@@ -1,5 +0,0 @@
1
- export * from '@xyo-network/xl1-protocol'
2
- export * from '@xyo-network/xl1-protocol-sdk'
3
- export * from '@xyo-network/xl1-providers'
4
- export * from '@xyo-network/xl1-rpc'
5
- export * from '@xyo-network/xl1-wrappers'
package/src/test/index.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@xyo-network/xl1-protocol-sdk/test'