@storm-software/workspace-tools 1.18.0 → 1.19.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # [1.18.0](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.17.1...workspace-tools-v1.18.0) (2023-12-02)
2
+
3
+
4
+ ### Features
5
+
6
+ * **config-tools:** Added the config-tools library to support storm configuration ([63f8b9e](https://github.com/storm-software/storm-ops/commit/63f8b9e80a3fc95adbb4dae36e04339e9d46d089))
7
+ * **workspace-tools:** Added the `tsup-neutral` and `tsup-node` executors ([0b1c10e](https://github.com/storm-software/storm-ops/commit/0b1c10e40b2c14b1f49012b8288808aec74e247f))
8
+
1
9
  ## [1.17.1](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.17.0...workspace-tools-v1.17.1) (2023-11-30)
2
10
 
3
11
 
package/generators.json CHANGED
@@ -19,6 +19,11 @@
19
19
  "aliases": ["node-lib"],
20
20
  "x-type": "library",
21
21
  "description": "Generate a new node library project in the Storm workspace"
22
+ },
23
+ "config-schema": {
24
+ "factory": "./src/generators/config-schema/generator",
25
+ "schema": "./src/generators/config-schema/schema.json",
26
+ "description": "Create a Storm JSON schema based on the workspaces project configurations"
22
27
  }
23
28
  }
24
29
  }