@madgex/fert 1.7.0 → 1.7.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.
@@ -14,9 +14,9 @@ jobs:
14
14
  runs-on: ubuntu-latest
15
15
  steps:
16
16
  - name: Checkout
17
- uses: actions/checkout@v1
17
+ uses: actions/checkout@v4
18
18
  - name: Setup Node.js
19
- uses: actions/setup-node@v2
19
+ uses: actions/setup-node@v3
20
20
  with:
21
21
  cache: npm
22
22
  node-version: 20
package/constants.js CHANGED
@@ -23,7 +23,7 @@ module.exports = {
23
23
  '/api/assets/jobseekers-frontend/{fertConfig.clientPropertyId}',
24
24
  AWS_PARAM_NAME:
25
25
  '/{Environement_Name}/jobboard/kong/internal/consumer-key/jobseekers-frontend_{fertConfig.client.rootClientPropertyId}',
26
- INVALIDATION_PATH: `/jobseekers-frontend/{fertConfig.clientPropertyId}/*`,
26
+ INVALIDATION_PATH: `/{fertConfig.client.rootClientPropertyId}/jobseekers-frontend/{fertConfig.clientPropertyId}/*`,
27
27
  ASSET_STORE_USER_GUID: 'a386d4b6-f2df-4b80-ad1f-0349e23f530b',
28
28
  TEMPLATES: [
29
29
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madgex/fert",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Tool to help build the V6 branding",
5
5
  "bin": {
6
6
  "fert": "./bin/cli.js"
@@ -1,14 +0,0 @@
1
- name: Conventional Commit Checker
2
-
3
- on:
4
- pull_request:
5
- branches: [master]
6
- types: [opened, edited, synchronize]
7
-
8
- jobs:
9
- check-for-cc:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - name: check-for-cc
13
- id: check-for-cc
14
- uses: agenthunt/conventional-commit-checker-action@v1.0.0