local-npm-registry 0.2.21 → 0.2.22

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 +7 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## 🔖 [0.2.22] (2025-12-14)
9
+
10
+ ### 🏗️ Changed
11
+ - Updated dependencies for compatibility
12
+
13
+
8
14
  ## 🔖 [0.2.21] (2025-12-07)
9
15
 
10
16
  ### 🏗️ Changed
@@ -129,7 +135,7 @@ No direct code changes; version bump for compatibility.
129
135
  - Updated workflow permissions to allow repository write access
130
136
 
131
137
  <!-- Link References -->
132
-
138
+ [0.2.22]: https://github.com/aneuhold/ts-libs/compare/local-npm-registry-v0.2.21...local-npm-registry-v0.2.22
133
139
  [0.2.21]: https://github.com/aneuhold/ts-libs/compare/local-npm-registry-v0.2.20...local-npm-registry-v0.2.21
134
140
  [0.2.20]: https://github.com/aneuhold/ts-libs/compare/local-npm-registry-v0.2.19...local-npm-registry-v0.2.20
135
141
  [0.2.19]: https://github.com/aneuhold/ts-libs/compare/local-npm-registry-v0.2.18...local-npm-registry-v0.2.19
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "local-npm-registry",
3
3
  "author": "Anton G. Neuhold Jr.",
4
4
  "license": "MIT",
5
- "version": "0.2.21",
5
+ "version": "0.2.22",
6
6
  "description": "Manages local npm package installations and updates across your machine.",
7
- "packageManager": "pnpm@10.12.1",
7
+ "packageManager": "pnpm@10.25.0",
8
8
  "type": "module",
9
9
  "scripts": {
10
10
  "refresh": "pnpm build && npm uninstall -g local-npm-registry && npm install -g .",
@@ -53,7 +53,7 @@
53
53
  "registry"
54
54
  ],
55
55
  "dependencies": {
56
- "@aneuhold/core-ts-lib": "^2.3.14",
56
+ "@aneuhold/core-ts-lib": "^2.3.15",
57
57
  "commander": "^14.0.2",
58
58
  "execa": "^9.6.1",
59
59
  "fs-extra": "^11.3.2",
@@ -65,10 +65,10 @@
65
65
  "@aneuhold/main-scripts": "^2.8.0",
66
66
  "@types/fs-extra": "^11.0.4",
67
67
  "@types/js-yaml": "^4.0.9",
68
- "@types/node": "^24.10.1",
68
+ "@types/node": "^25.0.2",
69
69
  "@types/proper-lockfile": "^4.1.4",
70
70
  "@verdaccio/types": "^10.8.0",
71
- "eslint": "^9.39.1",
71
+ "eslint": "^9.39.2",
72
72
  "jsr": "^0.13.5",
73
73
  "prettier": "^3.7.4",
74
74
  "rimraf": "^6.1.2",