@storm-software/workspace-tools 1.6.22 → 1.6.24
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.6.23](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.6.22...workspace-tools-v1.6.23) (2023-11-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **linting-tools:** Removed emitDecoratorMetadata from base tsconfig ([e2339d0](https://github.com/storm-software/storm-ops/commit/e2339d0e679ec33e88156124cfb5e9f912a750b5))
|
|
7
|
+
|
|
8
|
+
## [1.6.22](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.6.21...workspace-tools-v1.6.22) (2023-11-13)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **linting-tools:** Remove `experimentalDecorators` from base tsconfig as it is no longer required ([294e869](https://github.com/storm-software/storm-ops/commit/294e86947e46e5aa4b275412f48dd2363e992abb))
|
|
14
|
+
|
|
1
15
|
## [1.6.21](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.6.20...workspace-tools-v1.6.21) (2023-11-13)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -123,7 +123,7 @@ function legacyConfig(entry, outDir, tsConfig = "tsconfig.json", debug = false,
|
|
|
123
123
|
preset: "recommended"
|
|
124
124
|
},
|
|
125
125
|
format: ["cjs", "esm"],
|
|
126
|
-
target: ["
|
|
126
|
+
target: ["es2022", "node16"],
|
|
127
127
|
tsconfig: tsConfig,
|
|
128
128
|
outDir: (0, import_devkit.joinPathFragments)(outDir, "build", "legacy"),
|
|
129
129
|
minify: debug,
|
|
@@ -73,7 +73,7 @@ function legacyConfig(entry, outDir, tsConfig = "tsconfig.json", debug = false,
|
|
|
73
73
|
preset: "recommended"
|
|
74
74
|
},
|
|
75
75
|
format: ["cjs", "esm"],
|
|
76
|
-
target: ["
|
|
76
|
+
target: ["es2022", "node16"],
|
|
77
77
|
tsconfig: tsConfig,
|
|
78
78
|
outDir: (0, import_devkit.joinPathFragments)(outDir, "build", "legacy"),
|
|
79
79
|
minify: debug,
|