create-mercato-app 0.6.6-develop.5903.1.33a2be39eb → 0.6.6-develop.6089.1.a7ed560528

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.
@@ -238,7 +238,7 @@ export const metadata: ModuleInfo = {
238
238
  version: '0.1.0',
239
239
  description: '<what this integration does>',
240
240
  author: 'Open Mercato Team',
241
- license: 'Proprietary',
241
+ license: 'MIT',
242
242
  ejectable: true,
243
243
  }
244
244
  export { features } from './acl'
@@ -238,7 +238,7 @@ export const metadata: ModuleInfo = {
238
238
  version: '0.1.0',
239
239
  description: '<what this integration does>',
240
240
  author: 'Open Mercato Team',
241
- license: 'Proprietary',
241
+ license: 'MIT',
242
242
  ejectable: true,
243
243
  }
244
244
  export { features } from './acl'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mercato-app",
3
- "version": "0.6.6-develop.5903.1.33a2be39eb",
3
+ "version": "0.6.6-develop.6089.1.a7ed560528",
4
4
  "type": "module",
5
5
  "description": "Create a new Open Mercato application",
6
6
  "main": "./dist/index.js",