@atscript/moost-wf 0.1.97 → 0.1.98

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/dist/store.d.mts +1 -1
  2. package/package.json +18 -17
package/dist/store.d.mts CHANGED
@@ -177,4 +177,4 @@ declare class AsWfStore implements WfStateStore {
177
177
  protected resolveFieldPrimitive(fieldType: TAtscriptAnnotatedType): "string" | "number" | "boolean" | undefined;
178
178
  }
179
179
  //#endregion
180
- export { AsWfStateRecord, AsWfStore };
180
+ export { AsWfStateRecord, AsWfStore, type AsWfStoreOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atscript/moost-wf",
3
- "version": "0.1.97",
3
+ "version": "0.1.98",
4
4
  "description": "Workflow form integration for moost — decorators, interceptors, and serialization driven by atscript type metadata",
5
5
  "keywords": [
6
6
  "atscript",
@@ -29,6 +29,7 @@
29
29
  "src/store/as-wf-state.as"
30
30
  ],
31
31
  "type": "module",
32
+ "sideEffects": false,
32
33
  "main": "dist/index.mjs",
33
34
  "types": "dist/index.d.mts",
34
35
  "exports": {
@@ -51,26 +52,26 @@
51
52
  "access": "public"
52
53
  },
53
54
  "devDependencies": {
54
- "@atscript/core": "^0.1.74",
55
- "@atscript/db": "^0.1.102",
56
- "@atscript/db-sqlite": "^0.1.102",
57
- "@atscript/typescript": "^0.1.74",
58
- "@moostjs/event-wf": "^0.6.25",
55
+ "@atscript/core": "^0.1.75",
56
+ "@atscript/db": "^0.1.104",
57
+ "@atscript/db-sqlite": "^0.1.104",
58
+ "@atscript/typescript": "^0.1.75",
59
+ "@moostjs/event-wf": "^0.6.26",
59
60
  "@prostojs/wf": "^0.1.1",
60
- "@wooksjs/event-core": "^0.7.17",
61
- "@wooksjs/event-wf": "^0.7.17",
62
- "moost": "^0.6.25",
63
- "unplugin-atscript": "^0.1.74",
61
+ "@wooksjs/event-core": "^0.7.19",
62
+ "@wooksjs/event-wf": "^0.7.19",
63
+ "moost": "^0.6.26",
64
+ "unplugin-atscript": "^0.1.75",
64
65
  "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.14",
65
- "@atscript/ui": "^0.1.97"
66
+ "@atscript/ui": "^0.1.98"
66
67
  },
67
68
  "peerDependencies": {
68
- "@atscript/core": "^0.1.74",
69
- "@atscript/typescript": "^0.1.74",
70
- "@moostjs/event-wf": "^0.6.25",
71
- "@wooksjs/event-core": "^0.7.17",
72
- "@wooksjs/event-wf": "^0.7.17",
73
- "moost": "^0.6.25"
69
+ "@atscript/core": "^0.1.75",
70
+ "@atscript/typescript": "^0.1.75",
71
+ "@moostjs/event-wf": "^0.6.26",
72
+ "@wooksjs/event-core": "^0.7.19",
73
+ "@wooksjs/event-wf": "^0.7.19",
74
+ "moost": "^0.6.26"
74
75
  },
75
76
  "scripts": {
76
77
  "build": "vp pack",