github-archiver 1.3.0 → 1.4.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  ## [1.1.1](https://github.com/mynameistito/github-archiver/compare/v1.1.0...v1.1.1) (2026-01-12)
2
2
 
3
+ ## 1.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e42add2`](https://github.com/mynameistito/github-archiver/commit/e42add279d4630f9b5857feef99dd77ba25fd1f0) Thanks [@mynameistito](https://github.com/mynameistito)! - ## Add GitHub Packages Publishing Support
8
+
9
+ Adds dual-registry publishing to both npm and GitHub Packages registries with OIDC trusted publishing.
10
+
11
+ ### Added
12
+
13
+ - GitHub Packages npm registry support - package published as `@mynameistito/github-archiver`
14
+ - `.npmrc` configuration for GitHub Packages registry routing
15
+ - GitHub Packages publishing step in release workflow with automatic version checking
16
+ - OIDC trusted publishing for enhanced security (no manual tokens required)
17
+
18
+ ### Changed
19
+
20
+ - Updated release workflow permissions to include `packages: write` for GitHub Packages access
21
+ - Release workflow now publishes to both npm (`github-archiver`) and GitHub Packages (`@mynameistito/github-archiver`) simultaneously
22
+
3
23
  ## 1.3.0
4
24
 
5
25
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-archiver",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Archive GitHub repositories via CLI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -39,7 +39,7 @@
39
39
  "@changesets/changelog-github": "^0.5.2",
40
40
  "@changesets/cli": "^2.29.8",
41
41
  "@changesets/get-github-info": "^0.7.0",
42
- "@types/bun": "^1.3.5",
42
+ "@types/bun": "^1.3.6",
43
43
  "esbuild": "^0.27.2",
44
44
  "tsx": "^4.21.0",
45
45
  "typescript": "^5.9.3",