create-mercato-app 0.6.6-develop.6412.1.e99f3c32d9 → 0.6.6-develop.6416.1.888fffc007
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.
- package/dist/agentic/guides/module-facts.json +9 -9
- package/dist/agentic/guides/modules/auth.md +1 -1
- package/dist/agentic/guides/modules/catalog.md +1 -1
- package/dist/agentic/guides/modules/currencies.md +1 -1
- package/dist/agentic/guides/modules/customer_accounts.md +1 -1
- package/dist/agentic/guides/modules/customers.md +1 -1
- package/dist/agentic/guides/modules/data_sync.md +1 -1
- package/dist/agentic/guides/modules/integrations.md +1 -1
- package/dist/agentic/guides/modules/sales.md +1 -1
- package/dist/agentic/guides/modules/workflows.md +1 -1
- package/package.json +3 -3
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"auth": {
|
|
3
3
|
"title": "Authentication & Accounts",
|
|
4
4
|
"description": "User accounts, sessions, roles and password resets.",
|
|
5
|
-
"coreVersion": "0.6.6-develop.
|
|
5
|
+
"coreVersion": "0.6.6-develop.6416.1.888fffc007",
|
|
6
6
|
"entities": [
|
|
7
7
|
{
|
|
8
8
|
"id": "auth:user",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"catalog": {
|
|
192
192
|
"title": "Product Catalog",
|
|
193
193
|
"description": "Configurable catalog for products, variants, and pricing used by the sales module.",
|
|
194
|
-
"coreVersion": "0.6.6-develop.
|
|
194
|
+
"coreVersion": "0.6.6-develop.6416.1.888fffc007",
|
|
195
195
|
"entities": [
|
|
196
196
|
{
|
|
197
197
|
"id": "catalog:catalog_option_schema_template",
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
"currencies": {
|
|
406
406
|
"title": "Currencies",
|
|
407
407
|
"description": "Currencies and Exchange rate management",
|
|
408
|
-
"coreVersion": "0.6.6-develop.
|
|
408
|
+
"coreVersion": "0.6.6-develop.6416.1.888fffc007",
|
|
409
409
|
"entities": [
|
|
410
410
|
{
|
|
411
411
|
"id": "currencies:currency",
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
"customer_accounts": {
|
|
490
490
|
"title": "Customer Identity & Portal Authentication",
|
|
491
491
|
"description": "Customer-facing authentication with two-tier identity model and full RBAC.",
|
|
492
|
-
"coreVersion": "0.6.6-develop.
|
|
492
|
+
"coreVersion": "0.6.6-develop.6416.1.888fffc007",
|
|
493
493
|
"entities": [
|
|
494
494
|
{
|
|
495
495
|
"id": "customer_accounts:customer_user",
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
"customers": {
|
|
730
730
|
"title": "Customer Relationship Management",
|
|
731
731
|
"description": "Core CRM capabilities for people, companies, deals, and activities.",
|
|
732
|
-
"coreVersion": "0.6.6-develop.
|
|
732
|
+
"coreVersion": "0.6.6-develop.6416.1.888fffc007",
|
|
733
733
|
"entities": [
|
|
734
734
|
{
|
|
735
735
|
"id": "customers:customer_entity",
|
|
@@ -1211,7 +1211,7 @@
|
|
|
1211
1211
|
"data_sync": {
|
|
1212
1212
|
"title": "Data Sync",
|
|
1213
1213
|
"description": "Streaming data sync hub for import/export integrations.",
|
|
1214
|
-
"coreVersion": "0.6.6-develop.
|
|
1214
|
+
"coreVersion": "0.6.6-develop.6416.1.888fffc007",
|
|
1215
1215
|
"entities": [
|
|
1216
1216
|
{
|
|
1217
1217
|
"id": "data_sync:sync_run",
|
|
@@ -1289,7 +1289,7 @@
|
|
|
1289
1289
|
"integrations": {
|
|
1290
1290
|
"title": "Integrations",
|
|
1291
1291
|
"description": "Core integration framework — external ID mapping, status badges, and integration registry.",
|
|
1292
|
-
"coreVersion": "0.6.6-develop.
|
|
1292
|
+
"coreVersion": "0.6.6-develop.6416.1.888fffc007",
|
|
1293
1293
|
"entities": [
|
|
1294
1294
|
{
|
|
1295
1295
|
"id": "integrations:sync_external_id_mapping",
|
|
@@ -1365,7 +1365,7 @@
|
|
|
1365
1365
|
"sales": {
|
|
1366
1366
|
"title": "Sales Management",
|
|
1367
1367
|
"description": "Quoting, ordering, fulfillment, and billing capabilities built on modular pricing and tax pipelines.",
|
|
1368
|
-
"coreVersion": "0.6.6-develop.
|
|
1368
|
+
"coreVersion": "0.6.6-develop.6416.1.888fffc007",
|
|
1369
1369
|
"entities": [
|
|
1370
1370
|
{
|
|
1371
1371
|
"id": "sales:sales_channel",
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
"workflows": {
|
|
1840
1840
|
"title": "Workflow Engine",
|
|
1841
1841
|
"description": "Orchestrate business processes with state machines, transitions, and activities",
|
|
1842
|
-
"coreVersion": "0.6.6-develop.
|
|
1842
|
+
"coreVersion": "0.6.6-develop.6416.1.888fffc007",
|
|
1843
1843
|
"entities": [
|
|
1844
1844
|
{
|
|
1845
1845
|
"id": "workflows:workflow_definition",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# customer_accounts — module facts (generated, do not edit)
|
|
2
|
-
<!-- generated from @open-mercato/core 0.6.6-develop.
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6416.1.888fffc007 — R1 staleness stamp -->
|
|
3
3
|
|
|
4
4
|
## Entities
|
|
5
5
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-mercato-app",
|
|
3
|
-
"version": "0.6.6-develop.
|
|
3
|
+
"version": "0.6.6-develop.6416.1.888fffc007",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Create a new Open Mercato application",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"ts-morph": "^28.0.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@open-mercato/cli": "0.6.6-develop.
|
|
26
|
-
"@open-mercato/shared": "0.6.6-develop.
|
|
25
|
+
"@open-mercato/cli": "0.6.6-develop.6416.1.888fffc007",
|
|
26
|
+
"@open-mercato/shared": "0.6.6-develop.6416.1.888fffc007",
|
|
27
27
|
"@types/node": "^26.0.0",
|
|
28
28
|
"esbuild": "^0.28.1",
|
|
29
29
|
"tsx": "^4.22.4",
|