@xyo-network/sdk-js 5.0.3 → 5.0.5
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/package.json +13 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/sdk-js",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.5",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"test": "vitest --watch false"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@xyo-network/manifest": "~5.0.
|
|
57
|
-
"@xyo-network/modules": "~5.0.
|
|
58
|
-
"@xyo-network/protocol": "~5.0.
|
|
56
|
+
"@xyo-network/manifest": "~5.0.5",
|
|
57
|
+
"@xyo-network/modules": "~5.0.5",
|
|
58
|
+
"@xyo-network/protocol": "~5.0.5"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@firebase/app": "~0.14.1",
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"@typescript-eslint/parser": "~8.39.1",
|
|
67
67
|
"@typescript-eslint/types": "~8.39.1",
|
|
68
68
|
"@vitest/coverage-v8": "~3.2.4",
|
|
69
|
-
"@xylabs/eslint-config-flat": "~7.1.
|
|
70
|
-
"@xylabs/forget": "~5.0.
|
|
71
|
-
"@xylabs/ts-scripts-yarn3": "~7.1.
|
|
72
|
-
"@xylabs/tsconfig": "~7.1.
|
|
73
|
-
"@xylabs/tsconfig-dom": "~7.1.
|
|
74
|
-
"@xylabs/vitest-extended": "~5.0.
|
|
75
|
-
"@xyo-network/sdk-utils": "~5.0.
|
|
69
|
+
"@xylabs/eslint-config-flat": "~7.1.1",
|
|
70
|
+
"@xylabs/forget": "~5.0.8",
|
|
71
|
+
"@xylabs/ts-scripts-yarn3": "~7.1.1",
|
|
72
|
+
"@xylabs/tsconfig": "~7.1.1",
|
|
73
|
+
"@xylabs/tsconfig-dom": "~7.1.1",
|
|
74
|
+
"@xylabs/vitest-extended": "~5.0.8",
|
|
75
|
+
"@xyo-network/sdk-utils": "~5.0.5",
|
|
76
76
|
"chalk": "~5.5.0",
|
|
77
77
|
"dependency-cruiser": "~17.0.1",
|
|
78
78
|
"dotenv": "~17.2.1",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"supertest": "~7.1.4",
|
|
87
87
|
"tslib": "~2.8.1",
|
|
88
88
|
"typedoc": "~0.28.10",
|
|
89
|
-
"typedoc-plugin-markdown": "~4.8.
|
|
89
|
+
"typedoc-plugin-markdown": "~4.8.1",
|
|
90
90
|
"typescript": "~5.9.2",
|
|
91
91
|
"vitest": "~3.2.4"
|
|
92
92
|
},
|
|
@@ -98,6 +98,5 @@
|
|
|
98
98
|
"publishConfig": {
|
|
99
99
|
"access": "public"
|
|
100
100
|
},
|
|
101
|
-
"readme": "README.md"
|
|
102
|
-
"resolutions_comment": "We set the above resolutions to make sure we pull in the latest versions of these packages even if some sub packages request earlier versions"
|
|
101
|
+
"readme": "README.md"
|
|
103
102
|
}
|