@velajs/errors 2.0.0 → 2.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.
- package/CHANGELOG.md +6 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Publish from the unified packages workspace with corrected repository paths, shared native tooling, TypeScript 7 checks, and npm OIDC releases. Runnable examples now live in apps/.
|
|
8
|
+
|
|
3
9
|
## 2.0.0
|
|
4
10
|
|
|
5
11
|
Coordinated Vela 2.0 toolchain and package release. The standalone error behavior is unchanged.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velajs/errors",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Unified error layer for Vela: branded VelaError, composable error catalogs, and the single toErrorBody wire-redaction seam",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"error-catalog",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"redaction",
|
|
10
10
|
"vela"
|
|
11
11
|
],
|
|
12
|
-
"homepage": "https://github.com/velajs/vela/tree/main/errors#readme",
|
|
12
|
+
"homepage": "https://github.com/velajs/vela/tree/main/packages/errors#readme",
|
|
13
13
|
"bugs": {
|
|
14
14
|
"url": "https://github.com/velajs/vela/issues"
|
|
15
15
|
},
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
20
|
"url": "git+https://github.com/velajs/vela.git",
|
|
21
|
-
"directory": "errors"
|
|
21
|
+
"directory": "packages/errors"
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@arethetypeswrong/cli": "0.18.5",
|
|
45
|
-
"@changesets/cli": "
|
|
45
|
+
"@changesets/cli": "3.0.1",
|
|
46
46
|
"oxfmt": "0.58.0",
|
|
47
47
|
"oxlint": "1.73.0",
|
|
48
48
|
"publint": "0.3.21",
|