@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 CHANGED
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Linting Tools](#storm-linting-tools)
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", "staging", "production"]).check(_trim(), _toLowerCase()),
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", "staging", "production"]).check(_trim(), _toLowerCase()),
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.10",
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": "b5501e3dcc4eda6c260f69df5eb55dc3d58ae540"
152
+ "gitHead": "69fc35e481abd37da0a2638a66cae265a00c7fd9"
153
153
  }