@open-mercato/onboarding 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.
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Self-service tenant and organization onboarding flow.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary"
7
+ license: "MIT"
8
8
  };
9
9
  import { features } from "./acl.js";
10
10
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/onboarding/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'onboarding',\n title: 'Onboarding',\n version: '0.1.0',\n description: 'Self-service tenant and organization onboarding flow.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'onboarding',\n title: 'Onboarding',\n version: '0.1.0',\n description: 'Self-service tenant and organization onboarding flow.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@open-mercato/onboarding",
3
- "version": "0.6.6-develop.5903.1.33a2be39eb",
3
+ "version": "0.6.6-develop.6089.1.a7ed560528",
4
+ "license": "MIT",
4
5
  "type": "module",
5
6
  "main": "./dist/index.js",
6
7
  "scripts": {
@@ -69,10 +70,10 @@
69
70
  }
70
71
  },
71
72
  "peerDependencies": {
72
- "@open-mercato/shared": "0.6.6-develop.5903.1.33a2be39eb"
73
+ "@open-mercato/shared": "0.6.6-develop.6089.1.a7ed560528"
73
74
  },
74
75
  "devDependencies": {
75
- "@open-mercato/shared": "0.6.6-develop.5903.1.33a2be39eb",
76
+ "@open-mercato/shared": "0.6.6-develop.6089.1.a7ed560528",
76
77
  "@types/jest": "^30.0.0",
77
78
  "jest": "^30.4.2",
78
79
  "ts-jest": "^29.4.11"
@@ -6,7 +6,7 @@ export const metadata: ModuleInfo = {
6
6
  version: '0.1.0',
7
7
  description: 'Self-service tenant and organization onboarding flow.',
8
8
  author: 'Open Mercato Team',
9
- license: 'Proprietary',
9
+ license: 'MIT',
10
10
  }
11
11
 
12
12
  export { features } from './acl'