@servicetitan/startup 36.1.2-canary.3 → 36.1.2-canary.5

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/bin/nx.js ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ // Auto-generated by scripts/generate-bin-wrappers.js - wraps: nx -> bin/nx.js
3
+ require('./_run')('nx', 'bin/nx.js');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/startup",
3
- "version": "36.1.2-canary.3",
3
+ "version": "36.1.2-canary.5",
4
4
  "description": "CLI to create multi-package Lerna projects with TypeScript and React",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/uikit/startup",
6
6
  "repository": {
@@ -51,6 +51,7 @@
51
51
  "kendo-ui-license": "./bin/kendo-ui-license.js",
52
52
  "lerna": "./bin/lerna.js",
53
53
  "lessc": "./bin/lessc.js",
54
+ "nx": "./bin/nx.js",
54
55
  "patch-package": "./bin/patch-package.js",
55
56
  "prettier": "./bin/prettier.js",
56
57
  "sass": "./bin/sass.js",
@@ -97,7 +98,7 @@
97
98
  "@jest/types": "~30.3.0",
98
99
  "@jsdevtools/coverage-istanbul-loader": "^3.0.5",
99
100
  "@servicetitan/eslint-config": "36.0.0",
100
- "@servicetitan/install": "36.1.2-canary.3",
101
+ "@servicetitan/install": "36.1.2-canary.5",
101
102
  "@servicetitan/startup-utils": "36.0.0",
102
103
  "@servicetitan/stylelint-config": "36.0.0",
103
104
  "@svgr/webpack": "^8.1.0",
@@ -39,6 +39,11 @@ const EXTRA_BINS = [
39
39
  from: '@progress/kendo-licensing',
40
40
  binPath: 'bin/kendo-ui-license.js',
41
41
  },
42
+ {
43
+ name: 'nx',
44
+ from: 'nx',
45
+ binPath: 'bin/nx.js',
46
+ },
42
47
  ];
43
48
 
44
49
  /*