create-storm-workspace 1.6.3 → 1.6.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [1.6.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.3...create-storm-workspace-v1.6.4) (2023-11-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **workspace-tools:** Added code to properly set the package.json files in node-library generator ([144749c](https://github.com/storm-software/storm-ops/commit/144749caf85d606612e67e7cfae9273ff8f70bce))
7
+
8
+ ## [1.6.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.2...create-storm-workspace-v1.6.3) (2023-11-12)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **workspace-tools:** Removed unused hasher module ([83cc1ac](https://github.com/storm-software/storm-ops/commit/83cc1ac61e560b19986fab8b02ac94e54a8d0273))
14
+ * **workspace-tools:** Resolve issue with `outDir` in spec tsconfig ([cbf4245](https://github.com/storm-software/storm-ops/commit/cbf4245fc217f4e319c43565ab5bc64af5af2c22))
15
+
1
16
  ## [1.6.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.1...create-storm-workspace-v1.6.2) (2023-11-12)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-storm-workspace",
3
- "version": "1.6.3",
3
+ "version": "1.6.5",
4
4
  "private": false,
5
5
  "description": "⚡A CLI tool used to generate and fully configure a Storm Workspace repository.",
6
6
  "keywords": [