@storm-software/workspace-tools 1.43.17 → 1.43.18

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,10 @@
1
+ ## [1.43.17](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.43.16...workspace-tools-v1.43.17) (2024-01-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **workspace-tools:** Patched transformer functions in tsup dependency ([f6412b4](https://github.com/storm-software/storm-ops/commit/f6412b437bb5d3122573f1e0ff877ac20f4ad947))
7
+
1
8
  ## [1.43.16](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.43.15...workspace-tools-v1.43.16) (2024-01-17)
2
9
 
3
10
 
package/index.js CHANGED
@@ -138005,7 +138005,7 @@ ${(0, import_node_fs2.readFileSync)(file, "utf-8")}`,
138005
138005
  ...options,
138006
138006
  watch: false,
138007
138007
  main: options.entry,
138008
- transformers: options.skipTypia ? [] : ["typia/lib/transform"]
138008
+ transformers: []
138009
138009
  },
138010
138010
  context.root,
138011
138011
  sourceRoot,