@dword-design/base 15.5.2 → 16.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.
@@ -12,9 +12,6 @@ export default function () {
12
12
  }, ...[...this.config.preDeploySteps, {
13
13
  env: {
14
14
  GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}",
15
- ...(this.config.npmPublish ? {
16
- NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
17
- } : {}),
18
15
  ...this.config.deployEnv
19
16
  },
20
17
  name: "Release",
@@ -17,8 +17,7 @@ export default function () {
17
17
  }, {
18
18
  uses: gitHubAction`actions/setup-node@v4`,
19
19
  with: {
20
- "node-version": this.config.nodeVersion,
21
- "registry-url": "https://registry.npmjs.org"
20
+ "node-version": this.config.nodeVersion
22
21
  }
23
22
  }, {
24
23
  run: "corepack enable"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "15.5.2",
3
+ "version": "16.0.0",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",