@xyo-network/sdk-js 3.14.0 → 3.14.2

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.
@@ -1,8 +1,5 @@
1
1
  // src/index.ts
2
- export * from "@xyo-network/core-payload-plugins";
3
2
  export * from "@xyo-network/manifest";
4
3
  export * from "@xyo-network/modules";
5
4
  export * from "@xyo-network/protocol";
6
- export * from "@xyo-network/sdk-utils";
7
- export * from "@xyo-network/shared";
8
5
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
@@ -1,7 +1,4 @@
1
- export * from '@xyo-network/core-payload-plugins';
2
1
  export * from '@xyo-network/manifest';
3
2
  export * from '@xyo-network/modules';
4
3
  export * from '@xyo-network/protocol';
5
- export * from '@xyo-network/sdk-utils';
6
- export * from '@xyo-network/shared';
7
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,uBAAuB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/sdk-js",
3
- "version": "3.14.0",
3
+ "version": "3.14.2",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -48,19 +48,13 @@
48
48
  "test": "vitest --watch false"
49
49
  },
50
50
  "resolutions": {
51
- "@noble/hashes": "^1.6",
52
51
  "axios": "^1",
53
- "ethers": "^6",
54
- "fake-indexeddb": "^4",
55
- "quick-lru": "^4"
52
+ "fake-indexeddb": "^4"
56
53
  },
57
54
  "dependencies": {
58
- "@xyo-network/core-payload-plugins": "^3.14.0",
59
- "@xyo-network/manifest": "^3.14.0",
60
- "@xyo-network/modules": "^3.14.0",
61
- "@xyo-network/protocol": "^3.14.0",
62
- "@xyo-network/sdk-utils": "^3.14.0",
63
- "@xyo-network/shared": "^3.14.0"
55
+ "@xyo-network/manifest": "^3.14.2",
56
+ "@xyo-network/modules": "^3.14.2",
57
+ "@xyo-network/protocol": "^3.14.2"
64
58
  },
65
59
  "devDependencies": {
66
60
  "@firebase/app": "^0.11.5",
@@ -75,6 +69,7 @@
75
69
  "@xylabs/ts-scripts-yarn3": "^6.3.5",
76
70
  "@xylabs/tsconfig": "^6.3.5",
77
71
  "@xylabs/vitest-extended": "^4.8.7",
72
+ "@xyo-network/sdk-utils": "^3.14.2",
78
73
  "dependency-cruiser": "^16.10.1",
79
74
  "dotenv": "^16.5.0",
80
75
  "eslint": "^9.25.1",
package/src/index.ts CHANGED
@@ -1,6 +1,3 @@
1
- export * from '@xyo-network/core-payload-plugins'
2
1
  export * from '@xyo-network/manifest'
3
2
  export * from '@xyo-network/modules'
4
3
  export * from '@xyo-network/protocol'
5
- export * from '@xyo-network/sdk-utils'
6
- export * from '@xyo-network/shared'