@bpmn-io/form-js
Advanced tools
Comparing version 0.9.8 to 0.9.9
export { createFormEditor, FormEditor, schemaVersion } from "@bpmn-io/form-js-editor"; |
export * from "./viewer"; | ||
export * from "./editor"; | ||
export * from "./playground"; |
export { Playground as FormPlayground } from "@bpmn-io/form-js-playground"; |
export { createForm, Form, schemaVersion, getSchemaVariables } from "@bpmn-io/form-js-viewer"; |
{ | ||
"name": "@bpmn-io/form-js", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"description": "View and edit forms - powered by bpmn.io", | ||
@@ -58,5 +58,5 @@ "exports": { | ||
"dependencies": { | ||
"@bpmn-io/form-js-editor": "^0.9.8", | ||
"@bpmn-io/form-js-playground": "^0.9.8", | ||
"@bpmn-io/form-js-viewer": "^0.9.8" | ||
"@bpmn-io/form-js-editor": "^0.9.9", | ||
"@bpmn-io/form-js-playground": "^0.9.9", | ||
"@bpmn-io/form-js-viewer": "^0.9.9" | ||
}, | ||
@@ -69,3 +69,3 @@ "sideEffects": [ | ||
], | ||
"gitHead": "357dfcdd0c046494c54e26b35e415e0e688f8f7c" | ||
"gitHead": "a0c48668fabc92d210bd5675986715f262192d77" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3074131
56398