@visulima/package 3.4.7 → 3.4.8

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 CHANGED
@@ -1,3 +1,19 @@
1
+ ## @visulima/package [3.4.8](https://github.com/visulima/visulima/compare/@visulima/package@3.4.7...@visulima/package@3.4.8) (2025-01-25)
2
+
3
+ ### Bug Fixes
4
+
5
+ * fixed wrong node version range in package.json ([4ae2929](https://github.com/visulima/visulima/commit/4ae292984681c71a770e4d4560432f7b7c5a141a))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * fixed typescript url ([fe65a8c](https://github.com/visulima/visulima/commit/fe65a8c0296ece7ee26474c70d065b06d4d0da89))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/fs:** upgraded to 3.0.1
15
+ * **@visulima/path:** upgraded to 1.3.4
16
+
1
17
  ## @visulima/package [3.4.7](https://github.com/visulima/visulima/compare/@visulima/package@3.4.6...@visulima/package@3.4.7) (2025-01-25)
2
18
 
3
19
  ### Miscellaneous Chores
package/README.md CHANGED
@@ -166,7 +166,7 @@ If you would like to help take a look at the [list of issues](https://github.com
166
166
  The visulima package is open-sourced software licensed under the [MIT][license-url]
167
167
 
168
168
  [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
169
- [typescript-url]: "typescript"
169
+ [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
170
170
  [license-image]: https://img.shields.io/npm/l/@visulima/package?color=blueviolet&style=for-the-badge
171
171
  [license-url]: LICENSE.md "license"
172
172
  [npm-image]: https://img.shields.io/npm/v/@visulima/package/latest.svg?style=for-the-badge&logo=npm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "3.4.7",
3
+ "version": "3.4.8",
4
4
  "description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -147,12 +147,12 @@
147
147
  "dependencies": {
148
148
  "@antfu/install-pkg": "^1.0.0",
149
149
  "@inquirer/confirm": "^5.1.3",
150
- "@visulima/fs": "3.0.0",
151
- "@visulima/path": "1.3.3",
150
+ "@visulima/fs": "3.0.1",
151
+ "@visulima/path": "1.3.4",
152
152
  "normalize-package-data": "^7.0.0"
153
153
  },
154
154
  "engines": {
155
- "node": ">=18.* <=23.*"
155
+ "node": ">=18.0.0 <=23.x"
156
156
  },
157
157
  "os": [
158
158
  "darwin",