@visulima/error 3.2.3 → 3.2.4

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 +8 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## @visulima/error [3.2.4](https://github.com/visulima/visulima/compare/@visulima/error@3.2.3...@visulima/error@3.2.4) (2024-03-30)
2
+
3
+
4
+
5
+ ### Dependencies
6
+
7
+ * **@visulima/nextra-theme-docs:** upgraded to 4.0.20
8
+
1
9
  ## @visulima/error [3.2.3](https://github.com/visulima/visulima/compare/@visulima/error@3.2.2...@visulima/error@3.2.3) (2024-03-27)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/error",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "Error with more than just a message, stacktrace parsing and sourcemap loading.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -124,7 +124,7 @@
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.19",
127
+ "@visulima/nextra-theme-docs": "4.0.20",
128
128
  "@vitest/coverage-v8": "^1.4.0",
129
129
  "@vitest/ui": "^1.4.0",
130
130
  "cross-env": "^7.0.3",
@@ -132,12 +132,12 @@
132
132
  "eslint-plugin-deprecation": "^2.0.0",
133
133
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
134
134
  "eslint-plugin-mdx": "^3.1.5",
135
- "eslint-plugin-vitest": "^0.3.26",
135
+ "eslint-plugin-vitest": "^0.4.0",
136
136
  "eslint-plugin-vitest-globals": "^1.5.0",
137
137
  "prettier": "^3.2.5",
138
138
  "rimraf": "^5.0.5",
139
- "semantic-release": "^23.0.5",
140
- "sort-package-json": "^2.8.0",
139
+ "semantic-release": "^23.0.6",
140
+ "sort-package-json": "^2.10.0",
141
141
  "tsup": "^8.0.2",
142
142
  "typescript": "^5.4.3",
143
143
  "vitest": "^1.4.0"