@atscript/moost-wf 0.1.73 → 0.1.75

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 +2 -2
  2. package/package.json +17 -17
package/dist/store.d.mts CHANGED
@@ -2,7 +2,7 @@ import { t as AsWfStateRecord } from "./as-wf-state-DD5Ot4HG.mjs";
2
2
  import { TAtscriptAnnotatedType } from "@atscript/typescript/utils";
3
3
  import { AtscriptDbTable } from "@atscript/db";
4
4
 
5
- //#region ../../node_modules/.pnpm/@prostojs+wf@0.1.1/node_modules/@prostojs/wf/dist/types-DQ7U9zZ5.d.mts
5
+ //#region ../../../aoothjs/node_modules/.pnpm/@prostojs+wf@0.1.1/node_modules/@prostojs/wf/dist/types-DQ7U9zZ5.d.mts
6
6
  interface TFlowState<T> {
7
7
  schemaId: string;
8
8
  context: T;
@@ -10,7 +10,7 @@ interface TFlowState<T> {
10
10
  meta?: Record<string, unknown>;
11
11
  }
12
12
  //#endregion
13
- //#region ../../node_modules/.pnpm/@prostojs+wf@0.1.1/node_modules/@prostojs/wf/dist/outlets/index.d.mts
13
+ //#region ../../../aoothjs/node_modules/.pnpm/@prostojs+wf@0.1.1/node_modules/@prostojs/wf/dist/outlets/index.d.mts
14
14
  //#region src/outlets/types.d.ts
15
15
  type WfState = TFlowState<unknown>;
16
16
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atscript/moost-wf",
3
- "version": "0.1.73",
3
+ "version": "0.1.75",
4
4
  "description": "Workflow form integration for moost — decorators, interceptors, and serialization driven by atscript type metadata",
5
5
  "keywords": [
6
6
  "atscript",
@@ -51,26 +51,26 @@
51
51
  "access": "public"
52
52
  },
53
53
  "devDependencies": {
54
- "@atscript/core": "^0.1.59",
55
- "@atscript/db": "^0.1.85",
56
- "@atscript/db-sqlite": "^0.1.85",
57
- "@atscript/typescript": "^0.1.59",
58
- "@moostjs/event-wf": "^0.6.15",
54
+ "@atscript/core": "^0.1.62",
55
+ "@atscript/db": "^0.1.88",
56
+ "@atscript/db-sqlite": "^0.1.88",
57
+ "@atscript/typescript": "^0.1.62",
58
+ "@moostjs/event-wf": "^0.6.17",
59
59
  "@prostojs/wf": "^0.1.1",
60
- "@wooksjs/event-core": "^0.7.13",
61
- "@wooksjs/event-wf": "^0.7.13",
62
- "moost": "^0.6.15",
63
- "unplugin-atscript": "^0.1.59",
60
+ "@wooksjs/event-core": "^0.7.15",
61
+ "@wooksjs/event-wf": "^0.7.15",
62
+ "moost": "^0.6.17",
63
+ "unplugin-atscript": "^0.1.62",
64
64
  "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.14",
65
- "@atscript/ui": "^0.1.73"
65
+ "@atscript/ui": "^0.1.75"
66
66
  },
67
67
  "peerDependencies": {
68
- "@atscript/core": "^0.1.59",
69
- "@atscript/typescript": "^0.1.59",
70
- "@moostjs/event-wf": "^0.6.15",
71
- "@wooksjs/event-core": "^0.7.13",
72
- "@wooksjs/event-wf": "^0.7.13",
73
- "moost": "^0.6.15"
68
+ "@atscript/core": "^0.1.62",
69
+ "@atscript/typescript": "^0.1.62",
70
+ "@moostjs/event-wf": "^0.6.17",
71
+ "@wooksjs/event-core": "^0.7.15",
72
+ "@wooksjs/event-wf": "^0.7.15",
73
+ "moost": "^0.6.17"
74
74
  },
75
75
  "scripts": {
76
76
  "build": "vp pack",