create-unisphere-project 2.2.2 → 2.3.0
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,12 +1,23 @@
|
|
|
1
1
|
# create-unisphere-project
|
|
2
2
|
|
|
3
|
+
## 2.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- release version
|
|
8
|
+
|
|
9
|
+
## 2.2.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- force scripts in cicd
|
|
14
|
+
|
|
3
15
|
## 2.2.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
19
|
- release versions
|
|
8
20
|
|
|
9
|
-
|
|
10
21
|
## 2.2.1
|
|
11
22
|
|
|
12
23
|
### Patch Changes
|
|
@@ -80,7 +80,7 @@ jobs:
|
|
|
80
80
|
oidc-provider-name: ovp-github-oidc
|
|
81
81
|
|
|
82
82
|
- name: Install dependencies
|
|
83
|
-
run: npm ci --
|
|
83
|
+
run: npm ci --include=optional
|
|
84
84
|
env:
|
|
85
85
|
GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
86
86
|
KALTURA_JFROG_TOKEN: ${{ steps.setup-jfrog.outputs.oidc-token }}
|
|
@@ -126,7 +126,7 @@ jobs:
|
|
|
126
126
|
|
|
127
127
|
- name: Install dependencies
|
|
128
128
|
run: |
|
|
129
|
-
npm ci --
|
|
129
|
+
npm ci --include=optional
|
|
130
130
|
|
|
131
131
|
env:
|
|
132
132
|
GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -181,7 +181,7 @@ jobs:
|
|
|
181
181
|
|
|
182
182
|
- name: Install dependencies
|
|
183
183
|
run: |
|
|
184
|
-
npm ci --
|
|
184
|
+
npm ci --include=optional
|
|
185
185
|
env:
|
|
186
186
|
GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
187
187
|
KALTURA_JFROG_TOKEN: ${{ steps.setup-jfrog.outputs.oidc-token }}
|
|
@@ -232,7 +232,7 @@ jobs:
|
|
|
232
232
|
with:
|
|
233
233
|
oidc-provider-name: ovp-github-oidc
|
|
234
234
|
- name: Install dependencies
|
|
235
|
-
run: npm ci --
|
|
235
|
+
run: npm ci --include=optional
|
|
236
236
|
env:
|
|
237
237
|
GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
238
238
|
KALTURA_JFROG_TOKEN: ${{ steps.setup-jfrog.outputs.oidc-token }}
|
|
@@ -287,7 +287,7 @@ jobs:
|
|
|
287
287
|
with:
|
|
288
288
|
oidc-provider-name: ovp-github-oidc
|
|
289
289
|
- name: Install dependencies
|
|
290
|
-
run: npm ci --
|
|
290
|
+
run: npm ci --include=optional
|
|
291
291
|
env:
|
|
292
292
|
GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
293
293
|
KALTURA_JFROG_TOKEN: ${{ steps.setup-jfrog.outputs.oidc-token }}
|
package/dist/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-unisphere-project",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"private": false,
|
|
5
|
-
"main": "./src/index.js",
|
|
6
|
-
"types": "./src/index.d.ts",
|
|
5
|
+
"main": "./dist/src/index.js",
|
|
6
|
+
"types": "./dist/src/index.d.ts",
|
|
7
7
|
"bin": {
|
|
8
|
-
"create-unisphere-project": "./src/index.js"
|
|
8
|
+
"create-unisphere-project": "./dist/src/index.js"
|
|
9
9
|
},
|
|
10
10
|
"preferGlobal": true,
|
|
11
11
|
"publishConfig": {
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"./package.json": "./package.json",
|
|
36
36
|
".": {
|
|
37
37
|
"@unisphere/nx-plugin": "./src/index.ts",
|
|
38
|
-
"types": "./src/index.d.ts",
|
|
39
|
-
"import": "./src/index.js",
|
|
40
|
-
"default": "./src/index.js"
|
|
38
|
+
"types": "./dist/src/index.d.ts",
|
|
39
|
+
"import": "./dist/src/index.js",
|
|
40
|
+
"default": "./dist/src/index.js"
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
package/dist/src/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-unisphere-project",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"private": false,
|
|
5
|
-
"main": "./src/index.js",
|
|
6
|
-
"types": "./src/index.d.ts",
|
|
5
|
+
"main": "./dist/src/index.js",
|
|
6
|
+
"types": "./dist/src/index.d.ts",
|
|
7
7
|
"bin": {
|
|
8
|
-
"create-unisphere-project": "./src/index.js"
|
|
8
|
+
"create-unisphere-project": "./dist/src/index.js"
|
|
9
9
|
},
|
|
10
10
|
"preferGlobal": true,
|
|
11
11
|
"publishConfig": {
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"./package.json": "./package.json",
|
|
36
36
|
".": {
|
|
37
37
|
"@unisphere/nx-plugin": "./src/index.ts",
|
|
38
|
-
"types": "./src/index.d.ts",
|
|
39
|
-
"import": "./src/index.js",
|
|
40
|
-
"default": "./src/index.js"
|
|
38
|
+
"types": "./dist/src/index.d.ts",
|
|
39
|
+
"import": "./dist/src/index.js",
|
|
40
|
+
"default": "./dist/src/index.js"
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|