create-unisphere-project 3.2.0 → 3.3.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,19 @@
1
1
  # create-unisphere-project
2
2
 
3
+ ## 3.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - migrate to latest nx
8
+
9
+ ## 3.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - sync templates with @unisphere/nx@4.9.0 migrations
14
+ - pin @unisphere/nx to 4.9.0
15
+ - pin @unisphere/cli to 5.2.0
16
+
3
17
  ## 3.2.0
4
18
 
5
19
  ### Minor Changes
@@ -26,8 +40,8 @@
26
40
  - convert jest.config.ts from ESM to CJS syntax
27
41
  - add @nx/vitest plugin to nx.json
28
42
  - add @nx/vitest package to devDependencies
29
- - bump @nx/* packages from 22.1.3 to 22.7.1
30
- - bump @swc/* packages to latest versions
43
+ - bump @nx/\* packages from 22.1.3 to 22.7.1
44
+ - bump @swc/\* packages to latest versions
31
45
  - pin @unisphere/nx to 4.4.0
32
46
  - pin @unisphere/cli to 5.0.1
33
47
 
@@ -35,7 +35,7 @@
35
35
  "@kaltura/ds-react-utils": "^12.8.0",
36
36
  "@mui/icons-material": "7.3.7",
37
37
  "@mui/material": "7.3.7",
38
- "@unisphere/cli": "5.1.0",
38
+ "@unisphere/cli": "5.2.0",
39
39
  "@unisphere/core": "1",
40
40
  "@unisphere/notifications-core": "1",
41
41
  "@unisphere/notifications-runtime-react": "1",
@@ -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.7.0",
81
+ "@unisphere/nx": "4.9.0",
82
82
  "@vitejs/plugin-react": "4.7.0",
83
83
  "@vitest/coverage-v8": "^1.0.4",
84
84
  "@vitest/ui": "^1.3.1",
@@ -13164,9 +13164,9 @@
13164
13164
  "license": "ISC"
13165
13165
  },
13166
13166
  "node_modules/@unisphere/cli": {
13167
- "version": "5.1.0",
13168
- "resolved": "https://registry.npmjs.org/@unisphere/cli/-/cli-5.1.0.tgz",
13169
- "integrity": "sha512-6oruOLHjt3TD0GVaV1dVN5fB3mt24mXNYR/icBzNGkzO/sUmmA7EWx/8P9r0fHU0mPmjKnz4ZtCE4RGFITxKYw==",
13167
+ "version": "5.2.0",
13168
+ "resolved": "https://registry.npmjs.org/@unisphere/cli/-/cli-5.2.0.tgz",
13169
+ "integrity": "sha512-TfYCdlCl9zq7XBQ6uHPRud58oSYMfrrZNbqOXSIdxFUXTnt6yeSHh6yvkNsfzatoYqV2jwlAQUD4Cy2/W8QH2w==",
13170
13170
  "dependencies": {
13171
13171
  "@aws-sdk/client-s3": "3.1035.0",
13172
13172
  "@aws-sdk/client-sts": "3.1037.0",
@@ -13633,9 +13633,9 @@
13633
13633
  }
13634
13634
  },
13635
13635
  "node_modules/@unisphere/nx": {
13636
- "version": "4.7.0",
13637
- "resolved": "https://registry.npmjs.org/@unisphere/nx/-/nx-4.7.0.tgz",
13638
- "integrity": "sha512-TM3hfLuXZyGFwFeIQCSPrqBE9Xh08PXyPUNQnOxPqkq9h7DDaJVSL/Iu3icO1802CVXBOV70WEV8PT55g4aA0w==",
13636
+ "version": "4.9.0",
13637
+ "resolved": "https://registry.npmjs.org/@unisphere/nx/-/nx-4.9.0.tgz",
13638
+ "integrity": "sha512-rg4hW0E8W7b39p47nyKCBt7CFB191fyX3KfMnjkluOsqztFkzgSpRGZIRUAVURlnqUr53296d9MGEngt+Z4xvw==",
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.7.0",
46
+ "@unisphere/nx": "4.9.0",
47
47
  "@vitejs/plugin-react": "4.7.0",
48
48
  "@vitest/coverage-v8": "^1.0.4",
49
49
  "@vitest/ui": "^1.3.1",
@@ -93,7 +93,7 @@
93
93
  "@kaltura/ds-react-utils": "^12.8.0",
94
94
  "@mui/icons-material": "7.3.7",
95
95
  "@mui/material": "7.3.7",
96
- "@unisphere/cli": "5.1.0",
96
+ "@unisphere/cli": "5.2.0",
97
97
  "@unisphere/core": "1",
98
98
  "@unisphere/notifications-core": "1",
99
99
  "@unisphere/notifications-runtime-react": "1",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-unisphere-project",
3
- "version": "3.2.0",
3
+ "version": "3.3.1",
4
4
  "private": false,
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-unisphere-project",
3
- "version": "3.2.0",
3
+ "version": "3.3.1",
4
4
  "private": false,
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",