@dword-design/base 16.2.1 → 16.2.3

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -184,7 +184,8 @@ class Base {
184
184
  isLockFileFixCommitType: false,
185
185
  lint: () => {},
186
186
  lintStagedConfig: {},
187
- macos: true,
187
+ macos: false,
188
+ // TODO: Too expensive in GitHub Actions, and what are the use cases?
188
189
  maxNodeVersion: null,
189
190
  minNodeVersion: null,
190
191
  nodeVersion: 22,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "16.2.1",
3
+ "version": "16.2.3",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",
@@ -36,7 +36,7 @@
36
36
  "@dword-design/base-config-node": "^5.0.1",
37
37
  "@dword-design/ci": "^5.0.0",
38
38
  "@dword-design/defu": "^1.0.3",
39
- "@dword-design/dotenv-json-extended": "^4.0.1",
39
+ "@dword-design/dotenv-json-extended": "^5.1.1",
40
40
  "@dword-design/eslint-config": "^9.0.0",
41
41
  "@dword-design/personal-data": "^3.0.0",
42
42
  "@semantic-release/changelog": "^6.0.3",