@dword-design/base 16.0.4 → 16.0.6

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,5 +14,6 @@ export default function (): {
14
14
  permissions: {
15
15
  contents: string;
16
16
  'id-token': string;
17
+ issues: string;
17
18
  };
18
19
  };
@@ -17,8 +17,9 @@ export default function () {
17
17
  permissions: {
18
18
  contents: "write",
19
19
  // Create GitHub releases
20
- "id-token": "write"
20
+ "id-token": "write",
21
21
  // For npm trusted publishing
22
+ issues: "write"
22
23
  }
23
24
  };
24
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "16.0.4",
3
+ "version": "16.0.6",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@commitlint/cli": "^18.6.1",
35
35
  "@commitlint/config-conventional": "^18.6.3",
36
- "@dword-design/base-config-node": "^5.0.0",
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
39
  "@dword-design/eslint-config": "^8.1.0",
@@ -68,7 +68,6 @@
68
68
  "lint-staged": "^16.2.7",
69
69
  "lodash-es": "^4.17.21",
70
70
  "make-cli": "^4.0.8",
71
- "mkdist": "^2.4.1",
72
71
  "output-files": "^3.0.0",
73
72
  "package-name-regex": "^4.0.3",
74
73
  "parse-git-config": "npm:@dword-design/parse-git-config@^0.0.1",