@visulima/error 3.2.6 → 3.2.7
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 +8 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## @visulima/error [3.2.7](https://github.com/visulima/visulima/compare/@visulima/error@3.2.6...@visulima/error@3.2.7) (2024-04-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Dependencies
|
|
6
|
+
|
|
7
|
+
* **@visulima/nextra-theme-docs:** upgraded to 4.0.23
|
|
8
|
+
|
|
1
9
|
## @visulima/error [3.2.6](https://github.com/visulima/visulima/compare/@visulima/error@3.2.5...@visulima/error@3.2.6) (2024-04-17)
|
|
2
10
|
|
|
3
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/error",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.7",
|
|
4
4
|
"description": "Error with more than just a message, stacktrace parsing and sourcemap loading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -124,9 +124,9 @@
|
|
|
124
124
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
125
125
|
"@types/command-line-args": "^5.2.3",
|
|
126
126
|
"@types/node": "18.18.14",
|
|
127
|
-
"@visulima/nextra-theme-docs": "4.0.
|
|
128
|
-
"@vitest/coverage-v8": "^1.5.
|
|
129
|
-
"@vitest/ui": "^1.5.
|
|
127
|
+
"@visulima/nextra-theme-docs": "4.0.23",
|
|
128
|
+
"@vitest/coverage-v8": "^1.5.2",
|
|
129
|
+
"@vitest/ui": "^1.5.2",
|
|
130
130
|
"cross-env": "^7.0.3",
|
|
131
131
|
"eslint": "^8.57.0",
|
|
132
132
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"sort-package-json": "^2.10.0",
|
|
141
141
|
"tsup": "^8.0.2",
|
|
142
142
|
"typescript": "^5.4.5",
|
|
143
|
-
"vitest": "^1.5.
|
|
143
|
+
"vitest": "^1.5.2"
|
|
144
144
|
},
|
|
145
145
|
"engines": {
|
|
146
146
|
"node": ">=18.* <=21.*"
|