@telos-dev-team/dealernode-permissions 1.0.3 → 1.0.4

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,4 +1,4 @@
1
- name: Publish to GitHub Packages
1
+ name: Publish to npm
2
2
 
3
3
  on:
4
4
  push:
@@ -9,7 +9,6 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  permissions:
11
11
  contents: write
12
- packages: write
13
12
 
14
13
  steps:
15
14
  - uses: actions/checkout@v4
@@ -19,13 +18,13 @@ jobs:
19
18
  - uses: actions/setup-node@v4
20
19
  with:
21
20
  node-version: 22
22
- registry-url: https://npm.pkg.github.com
21
+ registry-url: https://registry.npmjs.org
23
22
 
24
23
  - run: npm ci
25
24
 
26
25
  - name: Bump version and publish
27
26
  env:
28
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
29
28
  run: |
30
29
  git config user.name "github-actions[bot]"
31
30
  git config user.email "github-actions[bot]@users.noreply.github.com"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telos-dev-team/dealernode-permissions",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Shared permissions constants for dealernode projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",