@loom-framework/core 0.1.0-alpha.64 → 0.1.0-alpha.65

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.
@@ -397,7 +397,7 @@ ${generateTagColors(model.fields)}
397
397
  open={modalOpen}
398
398
  onOk={handleSave}
399
399
  onCancel={() => setModalOpen(false)}
400
- destroyOnClose
400
+ destroyOnHidden
401
401
  width={640}
402
402
  >
403
403
  <Form form={form} layout="vertical">
@@ -171,8 +171,8 @@ async function createPackageJson(targetDir, options) {
171
171
  generate: 'loom generate capabilities',
172
172
  },
173
173
  dependencies: {
174
- '@loom-framework/core': '^0.1.0-alpha.64',
175
- '@loom-framework/frontend-antd': '^0.1.0-alpha.64',
174
+ '@loom-framework/core': '^0.1.0-alpha.65',
175
+ '@loom-framework/frontend-antd': '^0.1.0-alpha.65',
176
176
  'fastify': '^5.2.0',
177
177
  '@ant-design/x': '^2.5.0',
178
178
  '@ant-design/x-sdk': '^2.5.0',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loom-framework/core",
3
- "version": "0.1.0-alpha.64",
3
+ "version": "0.1.0-alpha.65",
4
4
  "description": "Loom framework - DataAdapter, Capability Generator, config system, backend server, CLI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",