@arcforge/err 2.0.98 → 2.0.100
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/package.json +3 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcforge/err",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.100",
|
|
4
4
|
"description": "Structured Axon errors — the code map every user-facing failure is rendered from.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -12,13 +12,10 @@
|
|
|
12
12
|
"src"
|
|
13
13
|
],
|
|
14
14
|
"scripts": {
|
|
15
|
-
"deploy": "
|
|
16
|
-
"deploy:patch": "npm version patch && bun publish --access public",
|
|
17
|
-
"deploy:minor": "npm version minor && bun publish --access public",
|
|
18
|
-
"deploy:major": "npm version major && bun publish --access public"
|
|
15
|
+
"deploy": "echo \"This package is published ONLY by apps/tui/scripts/release.ts, which pins workspace:* deps to concrete versions first. Publishing it directly ships an unresolvable dependency.\" && exit 1"
|
|
19
16
|
},
|
|
20
17
|
"dependencies": {
|
|
21
|
-
"@arcforge/types": "2.0.
|
|
18
|
+
"@arcforge/types": "2.0.100"
|
|
22
19
|
},
|
|
23
20
|
"devDependencies": {
|
|
24
21
|
"@types/bun": "latest",
|