@eldrforge/tree-core 0.1.8 → 1.0.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/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1166,3 +1166,5 @@ For questions, issues, or feature requests, please [open an issue](https://githu
1166
1166
  ---
1167
1167
 
1168
1168
  Made with ❤️ for the monorepo community
1169
+
1170
+ <!-- Build: 2026-01-15 15:59:12 UTC -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eldrforge/tree-core",
3
- "version": "0.1.8",
3
+ "version": "1.0.0",
4
4
  "description": "Dependency graph algorithms for monorepo package analysis",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "homepage": "https://github.com/grunnverk/tree-core#readme",
35
35
  "dependencies": {
36
- "@eldrforge/git-tools": "^0.1.22",
36
+ "@eldrforge/git-tools": "^1.0.0",
37
37
  "@eldrforge/shared": "^0.1.10"
38
38
  },
39
39
  "devDependencies": {