hachure 0.5.0 → 0.5.1
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 +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hachure",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"
|
|
3
|
+
"version": "0.5.1",
|
|
4
|
+
"statusFunctionVersion": "2",
|
|
5
|
+
"description": "Hachure — canonical distribution of the open trust format: normative JSON schemas, conformance test vectors, and spec constants.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "./index.mjs",
|
|
7
8
|
"exports": {
|