@xyo-network/sdk-js 3.9.18 → 3.9.20

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.
@@ -4,3 +4,4 @@ export * from '@xyo-network/modules';
4
4
  export * from '@xyo-network/protocol';
5
5
  export * from '@xyo-network/sdk-utils';
6
6
  export * from '@xyo-network/shared';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,mCAAmC,CAAA;AACjD,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA"}
@@ -4,3 +4,4 @@ export * from '@xyo-network/modules';
4
4
  export * from '@xyo-network/protocol';
5
5
  export * from '@xyo-network/sdk-utils';
6
6
  export * from '@xyo-network/shared';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,mCAAmC,CAAA;AACjD,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA"}
@@ -4,3 +4,4 @@ export * from '@xyo-network/modules';
4
4
  export * from '@xyo-network/protocol';
5
5
  export * from '@xyo-network/sdk-utils';
6
6
  export * from '@xyo-network/shared';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,mCAAmC,CAAA;AACjD,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/sdk-js",
3
- "version": "3.9.18",
3
+ "version": "3.9.20",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -62,25 +62,25 @@
62
62
  "quick-lru": "^5"
63
63
  },
64
64
  "dependencies": {
65
- "@xyo-network/core-payload-plugins": "^3.9.18",
66
- "@xyo-network/manifest": "^3.9.18",
67
- "@xyo-network/modules": "^3.9.18",
68
- "@xyo-network/protocol": "^3.9.18",
69
- "@xyo-network/sdk-utils": "^3.9.18",
70
- "@xyo-network/shared": "^3.9.18"
65
+ "@xyo-network/core-payload-plugins": "^3.9.20",
66
+ "@xyo-network/manifest": "^3.9.20",
67
+ "@xyo-network/modules": "^3.9.20",
68
+ "@xyo-network/protocol": "^3.9.20",
69
+ "@xyo-network/sdk-utils": "^3.9.20",
70
+ "@xyo-network/shared": "^3.9.20"
71
71
  },
72
72
  "devDependencies": {
73
- "@firebase/app": "^0.11.1",
74
- "@firebase/app-compat": "^0.2.50",
73
+ "@firebase/app": "^0.11.2",
74
+ "@firebase/app-compat": "^0.2.51",
75
75
  "@stylistic/eslint-plugin": "^4.1.0",
76
76
  "@types/supertest": "^6.0.2",
77
77
  "@typescript-eslint/eslint-plugin": "^8.25.0",
78
78
  "@typescript-eslint/parser": "^8.25.0",
79
79
  "@vitest/coverage-v8": "^3.0.7",
80
- "@xylabs/eslint-config-flat": "^5.0.25",
80
+ "@xylabs/eslint-config-flat": "^5.0.39",
81
81
  "@xylabs/forget": "^4.5.1",
82
- "@xylabs/ts-scripts-yarn3": "^5.0.25",
83
- "@xylabs/tsconfig": "^5.0.25",
82
+ "@xylabs/ts-scripts-yarn3": "^5.0.39",
83
+ "@xylabs/tsconfig": "^5.0.39",
84
84
  "@xylabs/vitest-extended": "^4.5.1",
85
85
  "dotenv": "^16.4.7",
86
86
  "eslint": "^9.21.0",
@@ -92,7 +92,7 @@
92
92
  "tslib": "^2.8.1",
93
93
  "typedoc": "^0.27.9",
94
94
  "typedoc-material-theme": "^1.3.0",
95
- "typescript": "^5.7.3",
95
+ "typescript": "^5.8.2",
96
96
  "vitest": "^3.0.7"
97
97
  },
98
98
  "packageManager": "yarn@4.6.0",