@xyo-network/payload-validator 7.0.6 → 7.0.8
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/payload-validator",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.8",
|
|
4
4
|
"description": "DEPRECATED - use @xyo-network/sdk-protocol/payload-validator. Backward-compatibility re-export stub for @xyo-network/payload-validator.",
|
|
5
5
|
"deprecated": "Use @xyo-network/sdk-protocol/payload-validator instead. @xyo-network/payload-validator is a backward-compatibility re-export stub and will not receive further updates.",
|
|
6
6
|
"homepage": "https://xyo.network",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"README.md"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@xyo-network/sdk-protocol": "~7.0.
|
|
38
|
+
"@xyo-network/sdk-protocol": "~7.0.8"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@xylabs/toolchain": "~8.5.
|
|
42
|
-
"@xylabs/tsconfig": "~8.5.
|
|
41
|
+
"@xylabs/toolchain": "~8.5.14",
|
|
42
|
+
"@xylabs/tsconfig": "~8.5.14",
|
|
43
43
|
"browserslist": "4.28.4",
|
|
44
44
|
"eslint": "^10.6.0",
|
|
45
45
|
"eslint-import-resolver-typescript": "^4.4.5",
|