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
|
@@ -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.
|
|
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.
|
|
13637
|
-
"resolved": "https://registry.npmjs.org/@unisphere/nx/-/nx-4.
|
|
13638
|
-
"integrity": "sha512-
|
|
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.
|
|
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
|
@@ -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 --
|
|
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, {
|