@visulima/package 3.4.0 → 3.4.2

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @visulima/package [3.4.2](https://github.com/visulima/visulima/compare/@visulima/package@3.4.1...@visulima/package@3.4.2) (2025-01-08)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/fs:** upgraded to 2.3.5
7
+ * **@visulima/path:** upgraded to 1.3.1
8
+
9
+ ## @visulima/package [3.4.1](https://github.com/visulima/visulima/compare/@visulima/package@3.4.0...@visulima/package@3.4.1) (2025-01-08)
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/fs:** upgraded to 2.3.4
15
+ * **@visulima/path:** upgraded to 1.3.0
16
+
1
17
  ## @visulima/package [3.4.0](https://github.com/visulima/visulima/compare/@visulima/package@3.3.0...@visulima/package@3.4.0) (2025-01-03)
2
18
 
3
19
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "3.4.0",
3
+ "version": "3.4.2",
4
4
  "description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -145,8 +145,8 @@
145
145
  "LICENSE.md"
146
146
  ],
147
147
  "dependencies": {
148
- "@visulima/fs": "2.3.3",
149
- "@visulima/path": "1.2.0",
148
+ "@visulima/fs": "2.3.5",
149
+ "@visulima/path": "1.3.1",
150
150
  "normalize-package-data": "^7.0.0",
151
151
  "@inquirer/confirm": "^5.1.1",
152
152
  "@antfu/install-pkg": "^0.5.0"