@storm-software/workspace-tools 1.62.39 → 1.63.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 +12 -0
- package/index.js +1 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +1 -1
- package/src/executors/tsup-browser/executor.js +1 -1
- package/src/executors/tsup-neutral/executor.js +1 -1
- package/src/executors/tsup-node/executor.js +1 -1
- package/src/utils/index.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 1.63.0 (2024-03-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🚀 Features
|
|
5
|
+
|
|
6
|
+
- **config:** Added the implementation for the `externalPackagePatterns` config parameter ([73762463](https://github.com/storm-software/storm-ops/commit/73762463))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
1
13
|
## 1.62.39 (2024-03-03)
|
|
2
14
|
|
|
3
15
|
|
package/index.js
CHANGED
|
@@ -474787,7 +474787,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
474787
474787
|
}
|
|
474788
474788
|
},
|
|
474789
474789
|
import_typescript.sys,
|
|
474790
|
-
|
|
474790
|
+
(0, import_node_path2.dirname)(options8.tsConfig)
|
|
474791
474791
|
);
|
|
474792
474792
|
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
474793
474793
|
if (parsedTsconfig.options.paths) {
|