@visulima/error 4.4.5 → 4.4.6
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 +11 -0
- package/LICENSE.md +2 -5
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @visulima/error [4.4.6](https://github.com/visulima/visulima/compare/@visulima/error@4.4.5...@visulima/error@4.4.6) (2024-10-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/path:** upgraded to 1.1.0
|
|
11
|
+
|
|
1
12
|
## @visulima/error [4.4.5](https://github.com/visulima/visulima/compare/@visulima/error@4.4.4...@visulima/error@4.4.5) (2024-09-24)
|
|
2
13
|
|
|
3
14
|
### Bug Fixes
|
package/LICENSE.md
CHANGED
|
@@ -23,14 +23,11 @@ SOFTWARE.
|
|
|
23
23
|
<!-- DEPENDENCIES -->
|
|
24
24
|
|
|
25
25
|
# Licenses of bundled dependencies
|
|
26
|
-
|
|
27
26
|
The published @visulima/error artifact additionally contains code with the following licenses:
|
|
28
27
|
MIT
|
|
29
28
|
|
|
30
29
|
# Bundled dependencies:
|
|
31
|
-
|
|
32
30
|
## is-plain-obj
|
|
33
|
-
|
|
34
31
|
License: MIT
|
|
35
32
|
By: Sindre Sorhus
|
|
36
33
|
Repository: sindresorhus/is-plain-obj
|
|
@@ -45,7 +42,7 @@ Repository: sindresorhus/is-plain-obj
|
|
|
45
42
|
>
|
|
46
43
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
47
44
|
|
|
48
|
-
<!-- DEPENDENCIES -->
|
|
45
|
+
<!-- /DEPENDENCIES -->
|
|
49
46
|
|
|
50
47
|
<!-- TYPE_DEPENDENCIES -->
|
|
51
|
-
<!-- TYPE_DEPENDENCIES -->
|
|
48
|
+
<!-- /TYPE_DEPENDENCIES -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/error",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.6",
|
|
4
4
|
"description": "Error with more than just a message, stacktrace parsing.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
137
137
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
138
138
|
"@arethetypeswrong/cli": "^0.16.4",
|
|
139
|
-
"@babel/core": "^7.25.
|
|
139
|
+
"@babel/core": "^7.25.7",
|
|
140
140
|
"@eslint-types/deprecation": "^2.0.0",
|
|
141
141
|
"@eslint-types/import": "^2.29.1",
|
|
142
142
|
"@eslint-types/jsdoc": "^48.2.2",
|
|
@@ -147,10 +147,10 @@
|
|
|
147
147
|
"@types/command-line-args": "^5.2.3",
|
|
148
148
|
"@types/node": "18.19.15",
|
|
149
149
|
"@visulima/nextra-theme-docs": "4.0.26",
|
|
150
|
-
"@visulima/packem": "1.0.
|
|
151
|
-
"@visulima/path": "1.0
|
|
152
|
-
"@vitest/coverage-v8": "^2.1.
|
|
153
|
-
"@vitest/ui": "^2.1.
|
|
150
|
+
"@visulima/packem": "1.0.7",
|
|
151
|
+
"@visulima/path": "1.1.0",
|
|
152
|
+
"@vitest/coverage-v8": "^2.1.2",
|
|
153
|
+
"@vitest/ui": "^2.1.2",
|
|
154
154
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
155
155
|
"cross-env": "^7.0.3",
|
|
156
156
|
"esbuild": "0.24.0",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"rimraf": "5.0.9",
|
|
166
166
|
"semantic-release": "24.0.0",
|
|
167
167
|
"typescript": "5.4.5",
|
|
168
|
-
"vitest": "^2.1.
|
|
168
|
+
"vitest": "^2.1.2"
|
|
169
169
|
},
|
|
170
170
|
"engines": {
|
|
171
171
|
"node": ">=18.* <=22.*"
|