create-unisphere-project 2.2.2 → 2.2.3

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,17 @@
1
1
  # create-unisphere-project
2
2
 
3
+ ## 2.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - force scripts in cicd
8
+
3
9
  ## 2.2.2
4
10
 
5
11
  ### Patch Changes
6
12
 
7
13
  - release versions
8
14
 
9
-
10
15
  ## 2.2.1
11
16
 
12
17
  ### 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 --ignore-scripts
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 --ignore-scripts
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 --ignore-scripts
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 --ignore-scripts
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 --ignore-scripts
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,6 +1,6 @@
1
1
  {
2
2
  "name": "create-unisphere-project",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "private": false,
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-unisphere-project",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "private": false,
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",