@xyo-network/sdk-js 5.3.25 → 5.3.27

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 (3) hide show
  1. package/README.md +108820 -10
  2. package/package.json +20 -42
  3. package/src/index.ts +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/sdk-js",
3
- "version": "5.3.25",
3
+ "version": "5.3.27",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -22,16 +22,15 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/neutral/index.d.ts",
25
+ "import": "./dist/neutral/index.mjs",
25
26
  "default": "./dist/neutral/index.mjs"
26
27
  },
27
28
  "./package.json": "./package.json",
28
29
  "./README.md": "./README.md"
29
30
  },
30
- "module": "./dist/neutral/index.mjs",
31
31
  "types": "./dist/neutral/index.d.ts",
32
32
  "files": [
33
33
  "dist",
34
- "src",
35
34
  "!**/*.bench.*",
36
35
  "!**/*.spec.*",
37
36
  "!**/*.test.*",
@@ -41,59 +40,38 @@
41
40
  "packages/**/*"
42
41
  ],
43
42
  "dependencies": {
44
- "@xyo-network/core-payload-plugins": "~5.3.25",
45
- "@xyo-network/modules": "~5.3.25",
46
- "@xyo-network/shared": "~5.3.25",
47
- "@xyo-network/manifest": "~5.3.25",
48
- "@xyo-network/sdk-utils": "~5.3.25",
49
- "@xyo-network/protocol": "~5.3.25"
43
+ "@xyo-network/core-payload-plugins": "~5.3.27",
44
+ "@xyo-network/manifest": "~5.3.27",
45
+ "@xyo-network/protocol": "~5.3.27",
46
+ "@xyo-network/modules": "~5.3.27",
47
+ "@xyo-network/shared": "~5.3.27",
48
+ "@xyo-network/sdk-utils": "~5.3.27"
50
49
  },
51
50
  "devDependencies": {
52
- "@firebase/app": "^0.14.10",
53
51
  "@metamask/providers": "^22.1.1",
54
52
  "@opentelemetry/api": "^1.9.1",
55
- "@types/node": "^25.5.0",
56
- "@xylabs/geo": "^5.0.93",
57
- "@xylabs/sdk-js": "^5.0.93",
58
- "@xylabs/ts-scripts-common": "~7.6.16",
59
- "@xylabs/ts-scripts-pnpm": "~7.6.16",
60
- "@xylabs/tsconfig": "~7.6.16",
61
- "acorn": "^8.16.0",
53
+ "@xylabs/geo": "^5.0.94",
54
+ "@xylabs/sdk-js": "^5.0.94",
55
+ "@xylabs/ts-scripts-common": "~7.7.15",
56
+ "@xylabs/ts-scripts-pnpm": "~7.7.15",
57
+ "@xylabs/tsconfig": "~7.7.15",
62
58
  "ajv": "^8.18.0",
63
59
  "axios": "^1.14.0",
64
- "esbuild": "^0.28.0",
65
60
  "ethers": "^6.16.0",
66
- "firebase": "^12.11.0",
67
61
  "lru-cache": "^11.2.7",
68
62
  "mapbox-gl": "^3.21.0",
69
- "tslib": "^2.8.1",
70
63
  "typescript": "~5.9.3",
71
64
  "webextension-polyfill": "^0.12.0",
72
65
  "zod": "^4.3.6",
73
- "@xyo-network/core-payload-plugins": "~5.3.25",
74
- "@xyo-network/manifest": "~5.3.25",
75
- "@xyo-network/modules": "~5.3.25",
76
- "@xyo-network/sdk-utils": "~5.3.25",
77
- "@xyo-network/protocol": "~5.3.25",
78
- "@xyo-network/shared": "~5.3.25"
79
- },
80
- "peerDependencies": {
81
- "@metamask/providers": "^22",
82
- "@xylabs/geo": "^5",
83
- "@xylabs/sdk-js": "^5",
84
- "ajv": "^8",
85
- "axios": "^1",
86
- "ethers": "^6",
87
- "firebase": "^12",
88
- "lru-cache": "^11",
89
- "mapbox-gl": "^3",
90
- "tslib": "^2.8.1",
91
- "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
92
- "zod": "^4"
66
+ "@xyo-network/core-payload-plugins": "~5.3.27",
67
+ "@xyo-network/protocol": "~5.3.27",
68
+ "@xyo-network/modules": "~5.3.27",
69
+ "@xyo-network/manifest": "~5.3.27",
70
+ "@xyo-network/shared": "~5.3.27",
71
+ "@xyo-network/sdk-utils": "~5.3.27"
93
72
  },
94
73
  "volta": {
95
- "node": "22.3.0",
96
- "yarn": "1.22.22"
74
+ "node": "22.3.0"
97
75
  },
98
76
  "publishConfig": {
99
77
  "access": "public"
package/src/index.ts DELETED
@@ -1,6 +0,0 @@
1
- export * from '@xyo-network/core-payload-plugins'
2
- export * from '@xyo-network/manifest'
3
- export * from '@xyo-network/modules'
4
- export * from '@xyo-network/protocol'
5
- export * from '@xyo-network/sdk-utils'
6
- export * from '@xyo-network/shared'