@tkeron/commands 0.4.3 → 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,16 +1,14 @@
1
- # v0.4.3
2
-
3
- - fix: restore NODE_AUTH_TOKEN requirement for npm publish
4
-
5
- # v0.4.2
1
+ # v0.4.4
6
2
 
7
- - test: validate trusted publishing without NODE_AUTH_TOKEN
8
- - fix: use correct repository format in package.json (type + HTTPS URL)
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)
7
+ - add comprehensive test coverage for version command
9
8
 
10
- # v0.4.1
9
+ # v0.4.3
11
10
 
12
- - add comprehensive test coverage for version command
13
- - add publishConfig to package.json for npm publishing
11
+ - fix: restore NODE_AUTH_TOKEN requirement for npm publish
14
12
 
15
13
  # v0.4.0
16
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tkeron/commands",
3
- "version": "0.4.3",
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",
@@ -27,6 +27,6 @@
27
27
  },
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "https://github.com/tkeron/commands.git"
30
+ "url": "git+https://github.com/tkeron/commands.git"
31
31
  }
32
32
  }
package/bun.lockb DELETED
Binary file