@adbayb/stack 0.0.0-next-db1659a → 0.0.0-next-39c69a8

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.
package/dist/index.js CHANGED
@@ -464,7 +464,7 @@ const PRESERVE_FILES = [
464
464
  "node_modules"
465
465
  ];
466
466
 
467
- var version = "0.0.0-next-db1659a";
467
+ var version = "0.0.0-next-39c69a8";
468
468
 
469
469
  const createCreateCommand = (program)=>{
470
470
  program.command({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "0.0.0-next-db1659a",
3
+ "version": "0.0.0-next-39c69a8",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "stack",
@@ -48,4 +48,3 @@ jobs:
48
48
  publish: pnpm release:publish
49
49
  env:
50
50
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -21,7 +21,7 @@ jobs:
21
21
  git config --global user.email adbayb@gmail.com
22
22
  git config --global user.name 'Ayoub Adib'
23
23
  - name: Create changelog entry
24
- uses: actions/github-script@v8
24
+ uses: actions/github-script@v9
25
25
  # Credits to https://github.com/backstage/backstage/blob/bcc11651add5a2589898dfb9d665ebb9d412201b/.github/workflows/sync_renovate-changesets.yml
26
26
  with:
27
27
  script: |
@@ -48,4 +48,3 @@ jobs:
48
48
  publish: pnpm release:publish
49
49
  env:
50
50
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -21,7 +21,7 @@ jobs:
21
21
  git config --global user.email adbayb@gmail.com
22
22
  git config --global user.name 'Ayoub Adib'
23
23
  - name: Create changelog entry
24
- uses: actions/github-script@v8
24
+ uses: actions/github-script@v9
25
25
  # Credits to https://github.com/backstage/backstage/blob/bcc11651add5a2589898dfb9d665ebb9d412201b/.github/workflows/sync_renovate-changesets.yml
26
26
  with:
27
27
  script: |