opencode-code-archaeology 2.2.3 → 2.2.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.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.2.5](https://github.com/Maleick/Code-Archaeology/compare/v2.2.4...v2.2.5) (2026-05-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* suppress workflow Node deprecation warnings ([#18](https://github.com/Maleick/Code-Archaeology/issues/18)) ([0a1c657](https://github.com/Maleick/Code-Archaeology/commit/0a1c657a91cf4f96c1b7ffd4650adcbdb621d487))
|
|
7
|
+
|
|
8
|
+
## [2.2.4](https://github.com/Maleick/Code-Archaeology/compare/v2.2.3...v2.2.4) (2026-05-07)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* configure workflow git default branch ([#17](https://github.com/Maleick/Code-Archaeology/issues/17)) ([aa81fe6](https://github.com/Maleick/Code-Archaeology/commit/aa81fe66033dc9376b2aecdd3c522994bc4e270f))
|
|
14
|
+
|
|
1
15
|
## [2.2.3](https://github.com/Maleick/Code-Archaeology/compare/v2.2.2...v2.2.3) (2026-05-07)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-code-archaeology",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.5",
|
|
4
4
|
"description": "Excavate, catalog, and restore a codebase by removing accumulated sediment—dead code, legacy fallbacks, circular dependencies, weak types, and defensive programming slop.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|