@storm-software/linting-tools 1.131.10 → 1.131.11
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 +0 -1
- package/bin/lint.cjs +1 -1
- package/bin/lint.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/bin/lint.cjs
CHANGED
|
@@ -316942,7 +316942,7 @@ schemaRegistry.add(ownerSchema, {
|
|
|
316942
316942
|
description: "The owner of the package"
|
|
316943
316943
|
});
|
|
316944
316944
|
var modeSchema = _default(
|
|
316945
|
-
_enum(["development", "
|
|
316945
|
+
_enum(["development", "test", "production"]).check(_trim(), _toLowerCase()),
|
|
316946
316946
|
"production"
|
|
316947
316947
|
);
|
|
316948
316948
|
schemaRegistry.add(modeSchema, {
|
package/bin/lint.js
CHANGED
|
@@ -317543,7 +317543,7 @@ schemaRegistry.add(ownerSchema, {
|
|
|
317543
317543
|
description: "The owner of the package"
|
|
317544
317544
|
});
|
|
317545
317545
|
var modeSchema = _default(
|
|
317546
|
-
_enum(["development", "
|
|
317546
|
+
_enum(["development", "test", "production"]).check(_trim(), _toLowerCase()),
|
|
317547
317547
|
"production"
|
|
317548
317548
|
);
|
|
317549
317549
|
schemaRegistry.add(modeSchema, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.131.
|
|
3
|
+
"version": "1.131.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
"vfile-reporter": "8.1.1"
|
|
150
150
|
},
|
|
151
151
|
"publishConfig": { "access": "public" },
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "69fc35e481abd37da0a2638a66cae265a00c7fd9"
|
|
153
153
|
}
|