@xyo-network/sdk-js 3.10.5 → 3.10.7
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/BUILD_STATUS.md +27 -0
- package/eslint.config.mjs +1 -1
- package/package.json +24 -24
package/BUILD_STATUS.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
[![logo][logo]](https://xyo.network)
|
|
2
|
+
|
|
3
|
+
[](https://github.com/XYOracleNetwork/sdk-xyo-client-js/actions)
|
|
4
|
+
[](https://github.com/XYOracleNetwork/sdk-xyo-react-js/actions)
|
|
5
|
+
[](https://github.com/XYOracleNetwork/sdk-xyo-typechain/actions)
|
|
6
|
+
|
|
7
|
+
[](https://github.com/XYOracleNetwork/plugins/actions)
|
|
8
|
+
[](https://github.com/XYOracleNetwork/clients/actions)
|
|
9
|
+
|
|
10
|
+
[](https://github.com/XYOracleNetwork/api-archivist-nodejs/actions)
|
|
11
|
+
[](https://github.com/XYOracleNetwork/api-xyo-nodejs/actions)
|
|
12
|
+
[](https://github.com/XYOracleNetwork/api-automation-witness-nodejs/actions)
|
|
13
|
+
|
|
14
|
+
[](https://github.com/XYOracleNetwork/sdk-xyo-client-swift/actions)
|
|
15
|
+
[](https://github.com/XYOracleNetwork/sdk-xyo-client-android/actions)
|
|
16
|
+
|
|
17
|
+
[](https://github.com/XYOracleNetwork/sdk-ble-nodejs/actions)
|
|
18
|
+
[](https://github.com/XYOracleNetwork/web-xyo.network-docusaurus/actions)
|
|
19
|
+
|
|
20
|
+
[](https://github.com/XYOracleNetwork/app-ios-witness-demo-swiftui/actions)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## Credits
|
|
24
|
+
|
|
25
|
+
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
26
|
+
|
|
27
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/eslint.config.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
} from '@xylabs/eslint-config-flat'
|
|
9
9
|
|
|
10
10
|
export default [
|
|
11
|
-
{ ignores: ['
|
|
11
|
+
{ ignores: ['dist', '**/packages/*/dist', '.yarn', 'node_modules', '**/packages/*/node_modules'] },
|
|
12
12
|
unicornConfig,
|
|
13
13
|
workspacesConfig,
|
|
14
14
|
rulesConfig,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/sdk-js",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.7",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
],
|
|
35
35
|
"scripts": {
|
|
36
36
|
"bench": "vitest bench",
|
|
37
|
-
"build": "
|
|
38
|
-
"build-tests": "tsc --noEmit --lib dom,esnext",
|
|
37
|
+
"build": "xy build -j 8 && xy statics",
|
|
39
38
|
"build-typedoc-site": "typedoc",
|
|
40
39
|
"compile": "./scripts/clear-scrollback-buffer.sh && yarn xy compile",
|
|
41
40
|
"coverage": "vitest --coverage --watch false",
|
|
@@ -50,43 +49,44 @@
|
|
|
50
49
|
"axios": "^1",
|
|
51
50
|
"ethers": "^6",
|
|
52
51
|
"fake-indexeddb": "^4",
|
|
53
|
-
"quick-lru": "^
|
|
52
|
+
"quick-lru": "^4"
|
|
54
53
|
},
|
|
55
54
|
"dependencies": {
|
|
56
|
-
"@xyo-network/core-payload-plugins": "^3.10.
|
|
57
|
-
"@xyo-network/manifest": "^3.10.
|
|
58
|
-
"@xyo-network/modules": "^3.10.
|
|
59
|
-
"@xyo-network/protocol": "^3.10.
|
|
60
|
-
"@xyo-network/sdk-utils": "^3.10.
|
|
61
|
-
"@xyo-network/shared": "^3.10.
|
|
55
|
+
"@xyo-network/core-payload-plugins": "^3.10.7",
|
|
56
|
+
"@xyo-network/manifest": "^3.10.7",
|
|
57
|
+
"@xyo-network/modules": "^3.10.7",
|
|
58
|
+
"@xyo-network/protocol": "^3.10.7",
|
|
59
|
+
"@xyo-network/sdk-utils": "^3.10.7",
|
|
60
|
+
"@xyo-network/shared": "^3.10.7"
|
|
62
61
|
},
|
|
63
62
|
"devDependencies": {
|
|
64
|
-
"@firebase/app": "^0.11.
|
|
65
|
-
"@firebase/app-compat": "^0.2.
|
|
63
|
+
"@firebase/app": "^0.11.4",
|
|
64
|
+
"@firebase/app-compat": "^0.2.53",
|
|
66
65
|
"@stylistic/eslint-plugin": "^4.2.0",
|
|
67
66
|
"@types/supertest": "^6.0.3",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
69
|
-
"@typescript-eslint/parser": "^8.
|
|
70
|
-
"@vitest/coverage-v8": "^3.
|
|
71
|
-
"@xylabs/eslint-config-flat": "^6.1
|
|
72
|
-
"@xylabs/forget": "^4.7.
|
|
73
|
-
"@xylabs/ts-scripts-yarn3": "^6.1
|
|
74
|
-
"@xylabs/tsconfig": "^6.1
|
|
75
|
-
"@xylabs/vitest-extended": "^4.7.
|
|
67
|
+
"@typescript-eslint/eslint-plugin": "^8.29.0",
|
|
68
|
+
"@typescript-eslint/parser": "^8.29.0",
|
|
69
|
+
"@vitest/coverage-v8": "^3.1.1",
|
|
70
|
+
"@xylabs/eslint-config-flat": "^6.2.1",
|
|
71
|
+
"@xylabs/forget": "^4.7.15",
|
|
72
|
+
"@xylabs/ts-scripts-yarn3": "^6.2.1",
|
|
73
|
+
"@xylabs/tsconfig": "^6.2.1",
|
|
74
|
+
"@xylabs/vitest-extended": "^4.7.15",
|
|
76
75
|
"dotenv": "^16.4.7",
|
|
77
76
|
"eslint": "^9.23.0",
|
|
78
|
-
"eslint-import-resolver-typescript": "^4.
|
|
77
|
+
"eslint-import-resolver-typescript": "^4.3.1",
|
|
79
78
|
"jsdom": "^26.0.0",
|
|
80
|
-
"knip": "^5.46.
|
|
79
|
+
"knip": "^5.46.5",
|
|
81
80
|
"reflect-metadata": "^0.2.2",
|
|
81
|
+
"rimraf": "^6.0.1",
|
|
82
82
|
"supertest": "^7.1.0",
|
|
83
83
|
"tslib": "^2.8.1",
|
|
84
84
|
"typedoc": "^0.28.1",
|
|
85
85
|
"typedoc-material-theme": "^1.3.0",
|
|
86
86
|
"typescript": "^5.8.2",
|
|
87
|
-
"vitest": "^3.
|
|
87
|
+
"vitest": "^3.1.1"
|
|
88
88
|
},
|
|
89
|
-
"packageManager": "yarn@4.
|
|
89
|
+
"packageManager": "yarn@4.8.1",
|
|
90
90
|
"volta": {
|
|
91
91
|
"node": "22.3.0",
|
|
92
92
|
"yarn": "1.22.22"
|