@bpmn-io/form-js
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -9,2 +9,7 @@ # Changelog | ||
## 0.2.1 | ||
* `FIX`: remove `async` from public API (polyfilling `Promise` is all that is needed) | ||
* `CHORE`: expose `FormEditor` and `Form` in public API | ||
## 0.2.0 | ||
@@ -11,0 +16,0 @@ |
@@ -1,3 +0,3 @@ | ||
export { createForm, schemaVersion } from '@bpmn-io/form-js-viewer'; | ||
export { createFormEditor } from '@bpmn-io/form-js-editor'; | ||
export { Form, createForm, schemaVersion } from '@bpmn-io/form-js-viewer'; | ||
export { FormEditor, createFormEditor } from '@bpmn-io/form-js-editor'; | ||
//# sourceMappingURL=index.es.js.map |
@@ -1,1 +0,1 @@ | ||
export { createFormEditor, schemaVersion } from "@bpmn-io/form-js-editor"; | ||
export { createFormEditor, FormEditor, schemaVersion } from "@bpmn-io/form-js-editor"; |
@@ -1,1 +0,1 @@ | ||
export { createForm, schemaVersion } from "@bpmn-io/form-js-viewer"; | ||
export { createForm, Form, schemaVersion } from "@bpmn-io/form-js-viewer"; |
{ | ||
"name": "@bpmn-io/form-js", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "View and edit forms - powered by bpmn.io", | ||
@@ -53,4 +53,4 @@ "exports": { | ||
"dependencies": { | ||
"@bpmn-io/form-js-editor": "^0.2.0", | ||
"@bpmn-io/form-js-viewer": "^0.2.0" | ||
"@bpmn-io/form-js-editor": "^0.2.1", | ||
"@bpmn-io/form-js-viewer": "^0.2.1" | ||
}, | ||
@@ -63,3 +63,3 @@ "sideEffects": [ | ||
], | ||
"gitHead": "7fedc30fc6feef19ec0ae10dd6cb7f06086f6eec" | ||
"gitHead": "01d194644a1cce06c9b3104a112ace89ffcbece7" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
311370
8685