@chain-registry/workflows 1.28.0 → 1.30.0
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/README.md +4 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -72,8 +72,10 @@ chain-registry validate
|
|
|
72
72
|
|
|
73
73
|
Options:
|
|
74
74
|
|
|
75
|
-
- `--
|
|
76
|
-
- `--
|
|
75
|
+
- `--registryDir`: Path to the chain registry directory (required).
|
|
76
|
+
- `--useStrict`: Enables strict mode in the schema validation process, ensuring that only explicitly permitted properties are present in the data (default: false).
|
|
77
|
+
- `--allErrors`: Configures the validator to return all errors found during validation instead of stopping at the first error (default: true).
|
|
78
|
+
- `--useDefaults`: Applies default values defined in the schema during validation, filling in missing data as needed (default: true).
|
|
77
79
|
|
|
78
80
|
### Codegen
|
|
79
81
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/workflows",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.30.0",
|
|
4
4
|
"description": "Chain Registry Workflows",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"strfy-js": "^2.2.2"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/interfaces": "^0.
|
|
35
|
+
"@chain-registry/interfaces": "^0.29.0",
|
|
36
36
|
"ajv": "^8.12.0",
|
|
37
37
|
"ajv-formats": "^3.0.1",
|
|
38
38
|
"bignumber.js": "9.1.1",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"cosmos",
|
|
51
51
|
"interchain"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "a8e191a74bad94ab2c1a9c05eec1bb9a4a044d3d"
|
|
54
54
|
}
|