@tkeron/commands 0.4.1 → 0.4.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.
@@ -17,14 +17,13 @@ jobs:
17
17
 
18
18
  - uses: actions/setup-node@v4
19
19
  with:
20
- node-version: 22.x
20
+ node-version: 22.14.0
21
21
  registry-url: "https://registry.npmjs.org"
22
22
 
23
23
  - uses: oven-sh/setup-bun@v2
24
24
 
25
+ - run: npm install -g npm@latest
25
26
  - run: bun i
26
27
  - run: bun test
27
28
 
28
29
  - run: npm publish --provenance
29
- env:
30
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/changelog.md CHANGED
@@ -1,7 +1,14 @@
1
- # v0.4.1
1
+ # v0.4.4
2
2
 
3
+ - migrate to npm trusted publishing (token-free authentication)
4
+ - add npm@latest installation for npm 11.5.1+ requirement
5
+ - add --provenance flag to publish command
6
+ - fix repository URL format (git+ prefix)
3
7
  - add comprehensive test coverage for version command
4
- - add publishConfig to package.json for npm publishing
8
+
9
+ # v0.4.3
10
+
11
+ - fix: restore NODE_AUTH_TOKEN requirement for npm publish
5
12
 
6
13
  # v0.4.0
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tkeron/commands",
3
- "version": "0.4.1",
3
+ "version": "0.4.4",
4
4
  "description": "library for handling command line arguments",
5
5
  "main": "src/index.ts",
6
6
  "module": "src/index.ts",
@@ -26,6 +26,7 @@
26
26
  "access": "public"
27
27
  },
28
28
  "repository": {
29
- "url": "git@github.com:tkeron/commands.git"
29
+ "type": "git",
30
+ "url": "git+https://github.com/tkeron/commands.git"
30
31
  }
31
32
  }
package/bun.lockb DELETED
Binary file