@tkeron/commands 0.4.3 → 0.4.5

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: "lts/*"
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,18 @@
1
- # v0.4.3
1
+ # v0.4.5
2
2
 
3
- - fix: restore NODE_AUTH_TOKEN requirement for npm publish
3
+ - use Node lts/* instead of fixed version in workflow
4
4
 
5
- # v0.4.2
5
+ # v0.4.4
6
6
 
7
- - test: validate trusted publishing without NODE_AUTH_TOKEN
8
- - fix: use correct repository format in package.json (type + HTTPS URL)
7
+ - migrate to npm trusted publishing (token-free authentication)
8
+ - add npm@latest installation for npm 11.5.1+ requirement
9
+ - add --provenance flag to publish command
10
+ - fix repository URL format (git+ prefix)
11
+ - add comprehensive test coverage for version command
9
12
 
10
- # v0.4.1
13
+ # v0.4.3
11
14
 
12
- - add comprehensive test coverage for version command
13
- - add publishConfig to package.json for npm publishing
15
+ - fix: restore NODE_AUTH_TOKEN requirement for npm publish
14
16
 
15
17
  # v0.4.0
16
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tkeron/commands",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
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