github-archiver 1.4.0 → 1.5.1

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 +26 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
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.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#12](https://github.com/mynameistito/github-archiver/pull/12) [`23948d1`](https://github.com/mynameistito/github-archiver/commit/23948d152cd2bfa5f42074b45477c338981f80ce) Thanks [@mynameistito](https://github.com/mynameistito)! - Update dependencies
8
+
9
+ ## 1.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`e42add2`](https://github.com/mynameistito/github-archiver/commit/e42add279d4630f9b5857feef99dd77ba25fd1f0) Thanks [@mynameistito](https://github.com/mynameistito)! - ## Add GitHub Packages Publishing Support
14
+
15
+ Adds dual-registry publishing to both npm and GitHub Packages registries with OIDC trusted publishing.
16
+
17
+ ### Added
18
+
19
+ - GitHub Packages npm registry support - package published as `@mynameistito/github-archiver`
20
+ - `.npmrc` configuration for GitHub Packages registry routing
21
+ - GitHub Packages publishing step in release workflow with automatic version checking
22
+ - OIDC trusted publishing for enhanced security (no manual tokens required)
23
+
24
+ ### Changed
25
+
26
+ - Updated release workflow permissions to include `packages: write` for GitHub Packages access
27
+ - Release workflow now publishes to both npm (`github-archiver`) and GitHub Packages (`@mynameistito/github-archiver`) simultaneously
28
+
3
29
  ## 1.4.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-archiver",
3
- "version": "1.4.0",
3
+ "version": "1.5.1",
4
4
  "description": "Archive GitHub repositories via CLI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,21 +29,21 @@
29
29
  "prepublishOnly": "bun run build && bun run typecheck && bun run lint"
30
30
  },
31
31
  "dependencies": {
32
- "commander": "^14.0.2",
32
+ "commander": "^14.0.3",
33
33
  "octokit": "^5.0.5",
34
34
  "p-queue": "^9.1.0",
35
35
  "winston": "^3.19.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@biomejs/biome": "^2.3.11",
38
+ "@biomejs/biome": "^2.3.14",
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.6",
42
+ "@types/bun": "^1.3.8",
43
43
  "esbuild": "^0.27.2",
44
44
  "tsx": "^4.21.0",
45
45
  "typescript": "^5.9.3",
46
- "ultracite": "^7.0.11"
46
+ "ultracite": "^7.1.4"
47
47
  },
48
48
  "keywords": [
49
49
  "github",