igniteui-cli 10.1.0-beta.10 → 10.1.0-beta.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-cli",
3
- "version": "10.1.0-beta.10",
3
+ "version": "10.1.0-beta.12",
4
4
  "description": "CLI tool for creating Ignite UI projects",
5
5
  "keywords": [
6
6
  "CLI",
@@ -72,8 +72,8 @@
72
72
  "all": true
73
73
  },
74
74
  "dependencies": {
75
- "@igniteui/angular-templates": "~14.1.1010-beta.10",
76
- "@igniteui/cli-core": "~10.1.0-beta.10",
75
+ "@igniteui/angular-templates": "~14.1.1010-beta.12",
76
+ "@igniteui/cli-core": "~10.1.0-beta.12",
77
77
  "chalk": "^2.3.2",
78
78
  "fs-extra": "^3.0.1",
79
79
  "glob": "^7.1.2",
@@ -0,0 +1,2 @@
1
+ @infragistics:registry=https://packages.infragistics.com/npm/js-licensed/
2
+ //packages.infragistics.com/npm/js-licensed/:always-auth=true
@@ -25,7 +25,7 @@ jobs:
25
25
  uses: actions/setup-node@v2
26
26
  with:
27
27
  node-version: ${{ matrix.node-version }}
28
- cache: 'npm'
28
+ # cache: 'npm' # enable after committing lock file from first install
29
29
  - run: npm i # replace with 'npm ci' after committing lock file from first install
30
30
  # - run: npm run lint
31
31
  - run: npm run build
@@ -41,7 +41,7 @@
41
41
  "concurrently": "^6.3.0",
42
42
  "deepmerge": "^4.2.2",
43
43
  "eslint": "^7.32.0",
44
- "igniteui-cli": "10.1.0-beta.10",
44
+ "igniteui-cli": "10.1.0-beta.12",
45
45
  "rimraf": "^3.0.2",
46
46
  "rollup": "^2.60.0",
47
47
  "rollup-plugin-copy-assets": "^2.0.3",
@@ -50,7 +50,7 @@
50
50
  "concurrently": "^6.3.0",
51
51
  "deepmerge": "^4.2.2",
52
52
  "eslint": "^7.32.0",
53
- "igniteui-cli": "10.1.0-beta.10",
53
+ "igniteui-cli": "10.1.0-beta.12",
54
54
  "rimraf": "^3.0.2",
55
55
  "rollup": "^2.60.0",
56
56
  "rollup-plugin-copy-assets": "^2.0.3",