@storm-software/workspace-tools 1.5.19 → 1.5.20

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.5.19](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.5.18...workspace-tools-v1.5.19) (2023-11-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **workspace-tools:** Update node-library generator to add library to workspace tsconfig and package.json ([325cb72](https://github.com/storm-software/storm-ops/commit/325cb726e37a333bab12bbfbd95b16497dd2a940))
7
+
1
8
  ## [1.5.18](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.5.17...workspace-tools-v1.5.18) (2023-11-10)
2
9
 
3
10
 
package/config/nx.json CHANGED
@@ -9,7 +9,12 @@
9
9
  },
10
10
  "tasksRunnerOptions": {
11
11
  "default": {
12
- "runner": "nx/tasks-runners/default"
12
+ "runner": "nx/tasks-runners/default",
13
+ "options": {
14
+ "cacheableOperations": ["build", "lint", "format", "test", "e2e"],
15
+ "parallel": 4,
16
+ "cacheDirectory": ".nx/cache"
17
+ }
13
18
  }
14
19
  },
15
20
  "pluginsConfig": {
@@ -107,8 +112,5 @@
107
112
  "e2e": {
108
113
  "cache": true
109
114
  }
110
- },
111
- "parallel": 4,
112
- "cacheDirectory": "node_modules/.cache/nx",
113
- "cacheableOperations": ["build", "lint", "format", "test", "e2e"]
115
+ }
114
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.5.19",
3
+ "version": "1.5.20",
4
4
  "private": false,
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "keywords": [
@@ -5,10 +5,10 @@ AKKA_STREAMS_KAFKA_TEST_FILE_LOGGING=true
5
5
  RUST_BACKTRACE="full"
6
6
  # PUPPETEER_SKIP_DOWNLOAD=true
7
7
 
8
- HS_SERVICE_NAME="@<%= organization %>/<%= name %>"
8
+ HS_SERVICE_NAME="@<%= namespace %>/<%= name %>"
9
9
 
10
- SENTRY_ORGANIZATION="stormstack"
11
- SENTRY_PROPERTIES="apps/web/shell"
10
+ SENTRY_ORGANIZATION="<%= organization %>"
11
+ SENTRY_PROPERTIES="apps/web/app"
12
12
 
13
13
  DEFAULT_LOCALE="en_US"
14
14
  DEFAULT_TIMEZONE="America/New_York"
@@ -18,6 +18,7 @@ STORM_REPO_OWNER="sullivanpj"
18
18
  STORM_REPO_WORKER="stormie-bot"
19
19
  STORM_REPO_ORG="<%= organization %>"
20
20
  STORM_REPO_NAME="<%= name %>"
21
+ STORM_REPO_NAMESPACE="<%= namespace %>"
21
22
  STORM_REPO_URL="<%= repositoryUrl %>"
22
23
  STORM_BRANCH="main"
23
24
  STORM_PRE_MAJOR=false