@camunda8/spectral-cli 6.16.0 → 6.16.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/bin.js +2 -0
- package/index.js +0 -0
- package/package.json +2 -2
package/bin.js
ADDED
package/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda8/spectral-cli",
|
|
3
|
-
"version": "6.16.
|
|
3
|
+
"version": "6.16.1",
|
|
4
4
|
"description": "Camunda fork of Stoplight Spectral CLI — fixes nimma null-deref, Unicode regex false positives, and adds ruleset-level ignoreUnknownFormat.",
|
|
5
5
|
"bin": {
|
|
6
|
-
"spectral": "./
|
|
6
|
+
"spectral": "./bin.js"
|
|
7
7
|
},
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
9
|
"repository": {
|