@visulima/error 4.4.14 → 4.4.15

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/error [4.4.15](https://github.com/visulima/visulima/compare/@visulima/error@4.4.14...@visulima/error@4.4.15) (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
+ * updated all dev dependencies ([37fb298](https://github.com/visulima/visulima/commit/37fb298b2af7c63be64252024e54bb3af6ddabec))
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * **@visulima/path:** upgraded to 1.3.4
16
+
1
17
  ## @visulima/error [4.4.14](https://github.com/visulima/visulima/compare/@visulima/error@4.4.13...@visulima/error@4.4.14) (2025-01-22)
2
18
 
3
19
  ### Bug Fixes
package/README.md CHANGED
@@ -430,7 +430,7 @@ If you would like to help take a look at the [list of issues](https://github.com
430
430
  The visulima error is open-sourced software licensed under the [MIT][license-url]
431
431
 
432
432
  [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
433
- [typescript-url]: "typescript"
433
+ [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
434
434
  [license-image]: https://img.shields.io/npm/l/@visulima/error?color=blueviolet&style=for-the-badge
435
435
  [license-url]: LICENSE.md "license"
436
436
  [npm-image]: https://img.shields.io/npm/v/@visulima/error/latest.svg?style=for-the-badge&logo=npm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/error",
3
- "version": "4.4.14",
3
+ "version": "4.4.15",
4
4
  "description": "Error with more than just a message, stacktrace parsing.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -131,7 +131,7 @@
131
131
  "LICENSE.md"
132
132
  ],
133
133
  "engines": {
134
- "node": ">=18.* <=23.*"
134
+ "node": ">=18.0.0 <=23.x"
135
135
  },
136
136
  "os": [
137
137
  "darwin",