create-unisphere-project 3.1.0 → 3.1.1

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/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # create-unisphere-project
2
2
 
3
+ ## 3.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - sync templates with @unisphere/nx@4.5.2
8
+ - pin @unisphere/nx to 4.5.2
9
+
3
10
  ## 3.1.0
4
11
 
5
12
  ### Minor Changes
@@ -78,7 +78,7 @@
78
78
  "@types/react-dom": "19.2.3",
79
79
  "@typescript-eslint/eslint-plugin": "^7.3.0",
80
80
  "@typescript-eslint/parser": "^7.3.0",
81
- "@unisphere/nx": "4.4.0",
81
+ "@unisphere/nx": "4.5.2",
82
82
  "@vitejs/plugin-react": "4.7.0",
83
83
  "@vitest/coverage-v8": "^1.0.4",
84
84
  "@vitest/ui": "^1.3.1",
@@ -13633,9 +13633,9 @@
13633
13633
  }
13634
13634
  },
13635
13635
  "node_modules/@unisphere/nx": {
13636
- "version": "4.4.0",
13637
- "resolved": "https://registry.npmjs.org/@unisphere/nx/-/nx-4.4.0.tgz",
13638
- "integrity": "sha512-v0xhE5IpPFbGF1qk0myZe9EKfunDNGdCNS5aWRvRsRtuVxsD2tR0WV849376QGJ8jcQRIxikLCBF06NU/o3MWA==",
13636
+ "version": "4.5.2",
13637
+ "resolved": "https://registry.npmjs.org/@unisphere/nx/-/nx-4.5.2.tgz",
13638
+ "integrity": "sha512-WNwL0L+JcCQUvUKbUFUFAB4DB3R9rhN3WkBnZNrMRWS+6NuPvb/i4lQrqhNdttnEfz66rrVP7J/mKvOPILwdzg==",
13639
13639
  "dev": true,
13640
13640
  "dependencies": {
13641
13641
  "@nx/devkit": "21.2.1",
@@ -43,7 +43,7 @@
43
43
  "@types/react-dom": "19.2.3",
44
44
  "@typescript-eslint/eslint-plugin": "^7.3.0",
45
45
  "@typescript-eslint/parser": "^7.3.0",
46
- "@unisphere/nx": "4.4.0",
46
+ "@unisphere/nx": "4.5.2",
47
47
  "@vitejs/plugin-react": "4.7.0",
48
48
  "@vitest/coverage-v8": "^1.0.4",
49
49
  "@vitest/ui": "^1.3.1",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-unisphere-project",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "private": false,
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -258,7 +258,7 @@ legacy-peer-deps=true`);
258
258
  skip: () => !!options.skipPackagesCreation,
259
259
  task: async (ctx, task) => {
260
260
  const packageName = options.nxpluginPath || '@unisphere/nx';
261
- const createDocumentationCommand = `npx nx g ${packageName}:add-documentation --isExperienceLevel --skipInstall --no-interactive`;
261
+ const createDocumentationCommand = `npx nx g ${packageName}:add-documentation --skipInstall --no-interactive`;
262
262
  debug(`Running: ${createDocumentationCommand}`);
263
263
  task.title = 'Creating documentation site';
264
264
  (0, child_process_1.execSync)(createDocumentationCommand, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-unisphere-project",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "private": false,
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",