@xyo-network/sdk-js 3.13.0 → 3.14.1

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.13.0",
3
+ "version": "3.14.1",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -48,33 +48,29 @@
48
48
  "test": "vitest --watch false"
49
49
  },
50
50
  "resolutions": {
51
- "@noble/hashes": "^1",
52
51
  "axios": "^1",
53
52
  "ethers": "^6",
54
- "fake-indexeddb": "^4",
55
- "quick-lru": "^4"
53
+ "fake-indexeddb": "^4"
56
54
  },
57
55
  "dependencies": {
58
- "@xyo-network/core-payload-plugins": "^3.13.0",
59
- "@xyo-network/manifest": "^3.13.0",
60
- "@xyo-network/modules": "^3.13.0",
61
- "@xyo-network/protocol": "^3.13.0",
62
- "@xyo-network/sdk-utils": "^3.13.0",
63
- "@xyo-network/shared": "^3.13.0"
56
+ "@xyo-network/manifest": "^3.14.1",
57
+ "@xyo-network/modules": "^3.14.1",
58
+ "@xyo-network/protocol": "^3.14.1"
64
59
  },
65
60
  "devDependencies": {
66
- "@firebase/app": "^0.11.4",
67
- "@firebase/app-compat": "^0.2.53",
61
+ "@firebase/app": "^0.11.5",
62
+ "@firebase/app-compat": "^0.2.54",
68
63
  "@stylistic/eslint-plugin": "^4.2.0",
69
64
  "@types/supertest": "^6.0.3",
70
65
  "@typescript-eslint/eslint-plugin": "^8.31.0",
71
66
  "@typescript-eslint/parser": "^8.31.0",
72
67
  "@vitest/coverage-v8": "^3.1.2",
73
- "@xylabs/eslint-config-flat": "^6.3.4",
68
+ "@xylabs/eslint-config-flat": "^6.3.5",
74
69
  "@xylabs/forget": "^4.8.7",
75
- "@xylabs/ts-scripts-yarn3": "^6.3.4",
76
- "@xylabs/tsconfig": "^6.3.4",
70
+ "@xylabs/ts-scripts-yarn3": "^6.3.5",
71
+ "@xylabs/tsconfig": "^6.3.5",
77
72
  "@xylabs/vitest-extended": "^4.8.7",
73
+ "@xyo-network/sdk-utils": "^3.14.1",
78
74
  "dependency-cruiser": "^16.10.1",
79
75
  "dotenv": "^16.5.0",
80
76
  "eslint": "^9.25.1",
@@ -86,7 +82,7 @@
86
82
  "supertest": "^7.1.0",
87
83
  "tslib": "^2.8.1",
88
84
  "typedoc": "^0.28.3",
89
- "typedoc-plugin-markdown": "^4.6.2",
85
+ "typedoc-plugin-markdown": "^4.6.3",
90
86
  "typescript": "^5.8.3",
91
87
  "vitest": "^3.1.2"
92
88
  },
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'