@madgex/fert 6.3.0 → 6.3.2

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.
@@ -4,7 +4,7 @@ import { log } from '../../utils/logging.js';
4
4
 
5
5
  export async function buildExternalAssets(fertConfig) {
6
6
  const { externalAssets, workingDir } = fertConfig;
7
- const destination = Path.join(workingDir, `/dist/external-assets.json`);
7
+ const destination = Path.resolve(workingDir, './dist/external-assets.json');
8
8
 
9
9
  try {
10
10
  await fs.writeFile(destination, JSON.stringify(externalAssets, null, 2));
@@ -129,7 +129,7 @@ export async function loadServiceConfigFiles() {
129
129
  const serviceConfigPaths = await Array.fromAsync(
130
130
  glob(`**/${FERT_SERVICE_CONFIG_FILENAME}`, {
131
131
  cwd: path.resolve(rootDir),
132
- exclude: (item) => ['node_modules', 'dist'].includes(item),
132
+ exclude: (item) => ['node_modules', 'repo-template', 'dist'].includes(item),
133
133
  }),
134
134
  );
135
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madgex/fert",
3
- "version": "6.3.0",
3
+ "version": "6.3.2",
4
4
  "description": "Tool to help build the V6 branding",
5
5
  "bin": {
6
6
  "fert": "./bin/cli.js"
@@ -24,25 +24,25 @@
24
24
  "author": "Madgex",
25
25
  "license": "UNLICENSED",
26
26
  "dependencies": {
27
- "@aws-sdk/client-cloudfront": "^3.812.0",
28
- "@aws-sdk/client-ssm": "^3.812.0",
27
+ "@aws-sdk/client-cloudfront": "^3.857.0",
28
+ "@aws-sdk/client-ssm": "^3.857.0",
29
29
  "@hapi/hapi": "^21.4.0",
30
30
  "@hapi/hoek": "^11.0.7",
31
31
  "@hapi/inert": "^7.1.0",
32
32
  "@hapi/vision": "^7.0.3",
33
33
  "@hapipal/toys": "^4.0.0",
34
34
  "@madgex/design-system": "^10.1.2",
35
- "@madgex/config-api-sdk": "^1.9.1",
35
+ "@madgex/config-api-sdk": "^1.11.0",
36
36
  "@private/header-footer-podlet-server": "github:wiley/madgex-header-footer-podlet",
37
- "axios": "^1.9.0",
37
+ "axios": "^1.11.0",
38
38
  "cac": "^6.7.14",
39
39
  "chalk": "^5.4.1",
40
40
  "chokidar4": "npm:chokidar@^4.0.3",
41
- "debug": "^4.4.0",
42
- "dedent": "^1.5.3",
41
+ "debug": "^4.4.1",
42
+ "dedent": "^1.6.0",
43
43
  "find-up-simple": "^1.0.1",
44
- "flat-cache": "^6.1.9",
45
- "form-data": "^4.0.2",
44
+ "flat-cache": "^6.1.12",
45
+ "form-data": "^4.0.4",
46
46
  "joi": "^17.13.3",
47
47
  "lodash": "^4.17.21",
48
48
  "nunjucks": "^3.2.4",
@@ -50,8 +50,8 @@
50
50
  "ora": "5.4.1",
51
51
  "prompts": "^2.4.2",
52
52
  "rimraf": "^6.0.1",
53
- "sass": "^1.87.0",
54
- "simple-git": "^3.27.0",
53
+ "sass": "^1.89.2",
54
+ "simple-git": "^3.28.0",
55
55
  "simple-update-notifier": "^2.0.0",
56
56
  "uuid-validate": "^0.0.3",
57
57
  "vite": "^6.3.5",
@@ -62,11 +62,11 @@
62
62
  "@commitlint/config-conventional": "^19.8.1",
63
63
  "@madgex/eslint-config-madgex": "^2.3.0",
64
64
  "@madgex/prettier-config-madgex": "^2.0.0",
65
- "eslint": "^9.27.0",
65
+ "eslint": "^9.32.0",
66
66
  "husky": "^9.1.7",
67
- "lint-staged": "^16.0.0",
68
- "prettier": "^3.5.3",
69
- "semantic-release": "^24.2.4"
67
+ "lint-staged": "^16.1.2",
68
+ "prettier": "^3.6.2",
69
+ "semantic-release": "^24.2.7"
70
70
  },
71
71
  "lint-staged": {
72
72
  "*.{js,json}": [