@dword-design/base-config-app 6.0.3 → 7.0.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.
@@ -1,2 +1,2 @@
1
- declare const _default: (packageConfig: any) => any;
1
+ declare const _default: (packageConfig: any) => string;
2
2
  export default _default;
package/dist/index.js CHANGED
@@ -66,7 +66,7 @@ export default function (config) {
66
66
  })
67
67
  },
68
68
  setupDeploy: {
69
- handler: () => execaCommand("pm2 deploy production setup", {
69
+ handler: () => execaCommand(`${packageName`pm2`} deploy production setup`, {
70
70
  stdio: "inherit"
71
71
  })
72
72
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base-config-app",
3
- "version": "6.0.3",
3
+ "version": "7.0.0",
4
4
  "repository": "dword-design/base-config-app",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",
@@ -26,36 +26,38 @@
26
26
  "lint": "base lint",
27
27
  "prepare": "base prepare",
28
28
  "prepublishOnly": "base prepublishOnly",
29
- "test": "base test"
29
+ "test": "base test",
30
+ "typecheck": "base typecheck",
31
+ "verify": "base verify"
30
32
  },
31
33
  "dependencies": {
32
- "@dword-design/base-config-nuxt": "^7.0.0",
34
+ "@dword-design/base-config-nuxt": "^8.0.2",
33
35
  "@semantic-release/exec": "^6.0.3",
34
36
  "ceiling": "^4.0.0",
35
- "depcheck-package-name": "^3.0.1",
36
- "endent": "npm:@dword-design/endent@^1.4.1",
37
+ "depcheck-package-name": "^4.0.0",
38
+ "endent": "npm:@dword-design/endent@^1.4.7",
37
39
  "execa": "^9.6.0",
38
40
  "fs-extra": "^11.3.0",
39
- "hosted-git-info": "^7.0.2",
41
+ "hosted-git-info": "^8.1.0",
40
42
  "load-pkg": "^4.0.0",
41
- "output-files": "^2.0.32",
43
+ "output-files": "^3.0.0",
42
44
  "parse-git-config": "npm:@dword-design/parse-git-config@^0.0.1",
43
45
  "parse-packagejson-name": "^1.0.1",
44
- "pm2": "^5.4.3",
46
+ "pm2": "^6.0.8",
45
47
  "tagged-template-noop": "^2.1.1",
46
48
  "yaml": "^2.8.0"
47
49
  },
48
50
  "devDependencies": {
49
- "@dword-design/base": "^13.0.7",
50
- "@playwright/browser-chromium": "^1.53.0",
51
- "@playwright/test": "^1.53.0",
51
+ "@dword-design/base": "^15.1.0",
52
+ "@playwright/browser-chromium": "^1.54.1",
53
+ "@playwright/test": "^1.54.1",
52
54
  "get-port": "^7.1.0",
53
- "nuxt-dev-ready": "^4.0.1",
54
- "tree-kill-promise": "^3.0.14"
55
+ "nuxt-dev-ready": "^5.0.1",
56
+ "tree-kill-promise": "^4.0.0"
55
57
  },
56
58
  "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
57
59
  "engines": {
58
- "node": ">=18"
60
+ "node": ">=20"
59
61
  },
60
62
  "publishConfig": {
61
63
  "access": "public"