@atscript/vue-wf 0.1.75 → 0.1.77
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.
|
@@ -129,7 +129,7 @@ function useWfForm(options) {
|
|
|
129
129
|
if (!res.ok) {
|
|
130
130
|
const errData = data;
|
|
131
131
|
error.value = {
|
|
132
|
-
message: errData?.
|
|
132
|
+
message: errData?.message ?? errData?.error ?? friendlyMessageForStatus(res.status),
|
|
133
133
|
status: res.status
|
|
134
134
|
};
|
|
135
135
|
return;
|
package/dist/as-wf-form.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as as_wf_form_default } from "./as-wf-form-
|
|
1
|
+
import { t as as_wf_form_default } from "./as-wf-form-LYEJi20H.mjs";
|
|
2
2
|
export { as_wf_form_default as default };
|
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { n as useWfForm, t as as_wf_form_default } from "./as-wf-form-
|
|
1
|
+
import { n as useWfForm, t as as_wf_form_default } from "./as-wf-form-LYEJi20H.mjs";
|
|
2
2
|
import { t as as_wf_finish_default } from "./as-wf-finish-CfbsKJhX.mjs";
|
|
3
3
|
export { as_wf_finish_default as AsWfFinish, as_wf_form_default as AsWfForm, useWfForm };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atscript/vue-wf",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.77",
|
|
4
4
|
"description": "Workflow form integration for Vue 3 — HTTP round-trip loop driven by atscript type metadata",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"atscript",
|
|
@@ -50,25 +50,25 @@
|
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@atscript/ui": "^0.1.
|
|
53
|
+
"@atscript/ui": "^0.1.77"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@atscript/core": "^0.1.
|
|
57
|
-
"@atscript/typescript": "^0.1.
|
|
56
|
+
"@atscript/core": "^0.1.63",
|
|
57
|
+
"@atscript/typescript": "^0.1.63",
|
|
58
58
|
"@vitejs/plugin-vue": "^6",
|
|
59
59
|
"@vue/test-utils": "^2",
|
|
60
60
|
"happy-dom": "^18",
|
|
61
|
-
"unplugin-atscript": "^0.1.
|
|
61
|
+
"unplugin-atscript": "^0.1.63",
|
|
62
62
|
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.14",
|
|
63
63
|
"vue": "^3",
|
|
64
64
|
"vue-tsc": "~3.2.9",
|
|
65
|
-
"@atscript/
|
|
66
|
-
"@atscript/
|
|
65
|
+
"@atscript/moost-wf": "^0.1.77",
|
|
66
|
+
"@atscript/vue-form": "^0.1.77"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@atscript/typescript": "^0.1.
|
|
69
|
+
"@atscript/typescript": "^0.1.63",
|
|
70
70
|
"vue": "^3",
|
|
71
|
-
"@atscript/vue-form": "^0.1.
|
|
71
|
+
"@atscript/vue-form": "^0.1.77"
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|
|
74
74
|
"build": "node ../../scripts/gen-exports.mjs && vp pack",
|