@storm-software/workspace-tools 1.13.0 → 1.13.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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [1.13.0](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.12.6...workspace-tools-v1.13.0) (2023-11-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **workspace-tools:** Removed default imports of node packages ([3781197](https://github.com/storm-software/storm-ops/commit/378119711fd6e88a36f61f3ad9eb347ef30867ee))
7
+ * **workspace-tools:** Resolved issue with ES module imports ([8573fbc](https://github.com/storm-software/storm-ops/commit/8573fbcc2c741c8496160e61ff7011070ad07402))
8
+ * **workspace-tools:** Resolved issue with missing return statement ([138f96a](https://github.com/storm-software/storm-ops/commit/138f96a1d129cfda8c36cf8d13bd76bf931bf2a0))
9
+
10
+
11
+ ### Features
12
+
13
+ * **workspace-tools:** Added `WorkspaceStorage` class to handle caching during processing ([b7a6830](https://github.com/storm-software/storm-ops/commit/b7a68300721be70fdf18c07b9e700f77f1191486))
14
+
1
15
  ## [1.12.6](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.12.5...workspace-tools-v1.12.6) (2023-11-25)
2
16
 
3
17