@atscript/moost-wf 0.1.58 → 0.1.59

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/README.md +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,13 @@
1
+ <p align="center">
2
+ <a href="https://ui.atscript.dev" target="_blank" rel="noopener">
3
+ <img src="https://ui.atscript.dev/logo.svg" alt="Atscript UI" height="96" />
4
+ </a>
5
+ </p>
6
+
1
7
  # @atscript/moost-wf
2
8
 
9
+ 📚 **Documentation:** [ui.atscript.dev](https://ui.atscript.dev)
10
+
3
11
  Server-side workflow integration for [Moost](https://github.com/moostjs/moost) — decorators, interceptors, and serialization that pair with [`@atscript/vue-wf`](../vue-wf) to drive multi-step forms from atscript-annotated `.as` types.
4
12
 
5
13
  Part of the [atscript-ui](https://github.com/moostjs/atscript-ui) monorepo.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atscript/moost-wf",
3
- "version": "0.1.58",
3
+ "version": "0.1.59",
4
4
  "description": "Workflow form integration for moost — decorators, interceptors, and serialization driven by atscript type metadata",
5
5
  "keywords": [
6
6
  "atscript",
@@ -61,7 +61,7 @@
61
61
  "moost": "^0.6.9",
62
62
  "unplugin-atscript": "^0.1.54",
63
63
  "vitest": "npm:@voidzero-dev/vite-plus-test@latest",
64
- "@atscript/ui": "^0.1.58"
64
+ "@atscript/ui": "^0.1.59"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@atscript/core": "^0.1.54",