cddl 0.14.8 → 0.14.9
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/.release-it.ts +2 -0
- package/README.md +1 -0
- package/package.json +2 -2
- package/changelogithub.config.ts +0 -6
package/.release-it.ts
CHANGED
package/README.md
CHANGED
|
@@ -71,3 +71,4 @@ Read the full documentation on this AST in the [`docs`](./docs/README.md) direct
|
|
|
71
71
|
---
|
|
72
72
|
|
|
73
73
|
If you are interested in this project, please feel free to contribute ideas or code patches. Have a look at our [contributing guidelines](https://github.com/webdriverio/cddl/blob/master/CONTRIBUTING.md) to get started.
|
|
74
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cddl",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.9",
|
|
4
4
|
"description": "Concise data definition language (RFC 8610) implementation and JSON validator in Node.js",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"yargs": "^18.0.0"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
|
-
"release": "release-it --config .release-it.ts",
|
|
32
|
+
"release": "release-it --config .release-it.ts --VV",
|
|
33
33
|
"release:ci": "pnpm release --ci --npm.skipChecks"
|
|
34
34
|
}
|
|
35
35
|
}
|