@visulima/error 4.4.8 → 4.4.9

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 +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @visulima/error [4.4.9](https://github.com/visulima/visulima/compare/@visulima/error@4.4.8...@visulima/error@4.4.9) (2024-12-31)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * updated dev dependencies ([9de2eab](https://github.com/visulima/visulima/commit/9de2eab91e95c8b9289d12f863a5167218770650))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/path:** upgraded to 1.2.0
11
+
1
12
  ## @visulima/error [4.4.8](https://github.com/visulima/visulima/compare/@visulima/error@4.4.7...@visulima/error@4.4.8) (2024-12-12)
2
13
 
3
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/error",
3
- "version": "4.4.8",
3
+ "version": "4.4.9",
4
4
  "description": "Error with more than just a message, stacktrace parsing.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -133,9 +133,9 @@
133
133
  "devDependencies": {
134
134
  "@anolilab/eslint-config": "^15.0.3",
135
135
  "@anolilab/prettier-config": "^5.0.14",
136
- "@anolilab/semantic-release-pnpm": "^1.1.5",
137
- "@anolilab/semantic-release-preset": "^9.0.2",
138
- "@arethetypeswrong/cli": "^0.17.1",
136
+ "@anolilab/semantic-release-pnpm": "^1.1.6",
137
+ "@anolilab/semantic-release-preset": "^9.0.3",
138
+ "@arethetypeswrong/cli": "^0.17.2",
139
139
  "@babel/core": "^7.26.0",
140
140
  "@eslint-types/deprecation": "^2.0.0",
141
141
  "@eslint-types/import": "^2.29.1",
@@ -148,7 +148,7 @@
148
148
  "@types/node": "18.19.15",
149
149
  "@visulima/nextra-theme-docs": "4.0.26",
150
150
  "@visulima/packem": "1.9.2",
151
- "@visulima/path": "1.1.2",
151
+ "@visulima/path": "1.2.0",
152
152
  "@vitest/coverage-v8": "^2.1.8",
153
153
  "@vitest/ui": "^2.1.8",
154
154
  "conventional-changelog-conventionalcommits": "8.0.0",