@visulima/error 1.0.0 → 1.0.1

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 +13 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## @visulima/error [1.0.1](https://github.com/visulima/visulima/compare/@visulima/error@1.0.0...@visulima/error@1.0.1) (2023-11-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fixed the homepage url of the package ([02075ce](https://github.com/visulima/visulima/commit/02075ce997d62c1caf79690b32dd2f931e64bebe))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/nextra-theme-docs:** upgraded to 4.0.8
13
+
1
14
  ## @visulima/error 1.0.0 (2023-11-07)
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/error",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Error with more than just a message.",
5
5
  "keywords": [
6
6
  "visulima",
@@ -10,11 +10,11 @@
10
10
  "code-frame",
11
11
  "codeframe"
12
12
  ],
13
- "homepage": "https://visulima.com/packages/cerebro-ui",
13
+ "homepage": "https://www.visulima.com/docs/package/error",
14
14
  "repository": {
15
15
  "type": "git",
16
16
  "url": "https://github.com/visulima/visulima.git",
17
- "directory": "packages/cerebro-tui"
17
+ "directory": "packages/error"
18
18
  },
19
19
  "funding": [
20
20
  {
@@ -79,7 +79,7 @@
79
79
  "@total-typescript/ts-reset": "^0.5.1",
80
80
  "@types/command-line-args": "^5.2.2",
81
81
  "@types/node": "18.18.5",
82
- "@visulima/nextra-theme-docs": "4.0.7",
82
+ "@visulima/nextra-theme-docs": "4.0.8",
83
83
  "@vitest/coverage-v8": "^0.34.6",
84
84
  "chalk": "^5.3.0",
85
85
  "cross-env": "^7.0.3",
@@ -95,8 +95,7 @@
95
95
  "sort-package-json": "^2.6.0",
96
96
  "tsup": "^7.2.0",
97
97
  "typescript": "^5.2.2",
98
- "vitest": "^0.34.6",
99
- "vitest-console": "0.1.1"
98
+ "vitest": "^0.34.6"
100
99
  },
101
100
  "engines": {
102
101
  "node": ">=18.* <=21.*"