@airfleet/generator-init 0.29.0 → 0.30.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.
@@ -25,18 +25,6 @@ jobs:
25
25
  uses: actions/setup-node@v3
26
26
  with:
27
27
  node-version: 16
28
- cache: "npm"
29
-
30
- - name: ⚙️ Get Composer cache directory
31
- id: composer-cache
32
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
33
-
34
- - name: ⚙️ Cache Composer dependencies
35
- uses: actions/cache@v3
36
- with:
37
- path: ${{ steps.composer-cache.outputs.dir }}
38
- key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
39
- restore-keys: ${{ runner.os }}-composer-
40
28
 
41
29
  - name: 🔨 Increase composer timeout
42
30
  run: composer --global config process-timeout 1500
@@ -27,18 +27,6 @@ jobs:
27
27
  uses: actions/setup-node@v3
28
28
  with:
29
29
  node-version: 16
30
- cache: "npm"
31
-
32
- - name: ⚙️ Get Composer cache directory
33
- id: composer-cache
34
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
35
-
36
- - name: ⚙️ Cache Composer dependencies
37
- uses: actions/cache@v3
38
- with:
39
- path: ${{ steps.composer-cache.outputs.dir }}
40
- key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
41
- restore-keys: ${{ runner.os }}-composer-
42
30
 
43
31
  - name: 🔨 Increase composer timeout
44
32
  run: composer --global config process-timeout 1500
@@ -94,6 +94,7 @@
94
94
  " \"title\": \"$2${TM_FILENAME_BASE/([^\\.]*)(\\.block)?$/${1:/capitalize}/}\",",
95
95
  " \"description\": \"$3\",",
96
96
  " \"keywords\": [\"airfleet\", \"${TM_FILENAME_BASE/([^.]*)(\\..+)*$/$1/}\"$4]",
97
+ " \"supports\": { \"anchor\": true }",
97
98
  "}",
98
99
  ""
99
100
  ],
@@ -31,19 +31,6 @@ jobs:
31
31
  uses: actions/setup-node@v3
32
32
  with:
33
33
  node-version: 16
34
- cache: "npm"
35
- cache-dependency-path: "./wp-content/themes/airfleet-lightyear/package-lock.json"
36
-
37
- - name: ⚙️ Get Composer cache directory
38
- id: composer-cache
39
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
40
-
41
- - name: ⚙️ Cache Composer dependencies
42
- uses: actions/cache@v3
43
- with:
44
- path: ${{ steps.composer-cache.outputs.dir }}
45
- key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
46
- restore-keys: ${{ runner.os }}-composer-
47
34
 
48
35
  - name: 🔨 Increase composer timeout
49
36
  run: composer --global config process-timeout 1500
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airfleet/generator-init",
3
3
  "description": "A Yeoman generator to scaffold common Airfleet features",
4
- "version": "0.29.0",
4
+ "version": "0.30.0",
5
5
  "scripts": {},
6
6
  "publishConfig": {
7
7
  "access": "public"