@storm-software/workspace-tools 1.209.2 → 1.210.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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## 1.210.0 (2024-12-25)
2
+
3
+ ### Features
4
+
5
+ - **workspace-tools:** Added results logging to `tsup` plugin
6
+ ([adca1139](https://github.com/storm-software/storm-ops/commit/adca1139))
7
+
1
8
  ## 1.209.2 (2024-12-23)
2
9
 
3
10
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.209.2",
3
+ "version": "1.210.0",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
6
6
  "repository": {
@@ -232,9 +232,9 @@ function createProjectFromPackageJsonNextToProjectJson(projectJsonPath, packageJ
232
232
  return {
233
233
  targets: {},
234
234
  tags: [],
235
+ name: name2,
235
236
  ...nx,
236
237
  ...projectJson,
237
- name: name2,
238
238
  root
239
239
  };
240
240
  }