@contractspec/example.marketplace 3.1.1 → 3.3.0
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.
|
@@ -130,7 +130,21 @@ var MarketplaceFeature = defineFeature({
|
|
|
130
130
|
{ key: "ecommerce", version: "1.0.0" },
|
|
131
131
|
{ key: "payments", version: "1.0.0" }
|
|
132
132
|
]
|
|
133
|
-
}
|
|
133
|
+
},
|
|
134
|
+
telemetry: [{ key: "marketplace.telemetry", version: "1.0.0" }],
|
|
135
|
+
jobs: [
|
|
136
|
+
{ key: "marketplace.job.order-processing", version: "1.0.0" },
|
|
137
|
+
{ key: "marketplace.job.payout-settlement", version: "1.0.0" }
|
|
138
|
+
],
|
|
139
|
+
translations: [
|
|
140
|
+
{ key: "marketplace.translations.storefront", version: "1.0.0" }
|
|
141
|
+
],
|
|
142
|
+
docs: [
|
|
143
|
+
"docs.examples.marketplace",
|
|
144
|
+
"docs.examples.marketplace.goal",
|
|
145
|
+
"docs.examples.marketplace.usage",
|
|
146
|
+
"docs.examples.marketplace.constraints"
|
|
147
|
+
]
|
|
134
148
|
});
|
|
135
149
|
export {
|
|
136
150
|
MarketplaceFeature
|
|
@@ -131,7 +131,21 @@ var MarketplaceFeature = defineFeature({
|
|
|
131
131
|
{ key: "ecommerce", version: "1.0.0" },
|
|
132
132
|
{ key: "payments", version: "1.0.0" }
|
|
133
133
|
]
|
|
134
|
-
}
|
|
134
|
+
},
|
|
135
|
+
telemetry: [{ key: "marketplace.telemetry", version: "1.0.0" }],
|
|
136
|
+
jobs: [
|
|
137
|
+
{ key: "marketplace.job.order-processing", version: "1.0.0" },
|
|
138
|
+
{ key: "marketplace.job.payout-settlement", version: "1.0.0" }
|
|
139
|
+
],
|
|
140
|
+
translations: [
|
|
141
|
+
{ key: "marketplace.translations.storefront", version: "1.0.0" }
|
|
142
|
+
],
|
|
143
|
+
docs: [
|
|
144
|
+
"docs.examples.marketplace",
|
|
145
|
+
"docs.examples.marketplace.goal",
|
|
146
|
+
"docs.examples.marketplace.usage",
|
|
147
|
+
"docs.examples.marketplace.constraints"
|
|
148
|
+
]
|
|
135
149
|
});
|
|
136
150
|
export {
|
|
137
151
|
MarketplaceFeature
|
|
@@ -130,7 +130,21 @@ var MarketplaceFeature = defineFeature({
|
|
|
130
130
|
{ key: "ecommerce", version: "1.0.0" },
|
|
131
131
|
{ key: "payments", version: "1.0.0" }
|
|
132
132
|
]
|
|
133
|
-
}
|
|
133
|
+
},
|
|
134
|
+
telemetry: [{ key: "marketplace.telemetry", version: "1.0.0" }],
|
|
135
|
+
jobs: [
|
|
136
|
+
{ key: "marketplace.job.order-processing", version: "1.0.0" },
|
|
137
|
+
{ key: "marketplace.job.payout-settlement", version: "1.0.0" }
|
|
138
|
+
],
|
|
139
|
+
translations: [
|
|
140
|
+
{ key: "marketplace.translations.storefront", version: "1.0.0" }
|
|
141
|
+
],
|
|
142
|
+
docs: [
|
|
143
|
+
"docs.examples.marketplace",
|
|
144
|
+
"docs.examples.marketplace.goal",
|
|
145
|
+
"docs.examples.marketplace.usage",
|
|
146
|
+
"docs.examples.marketplace.constraints"
|
|
147
|
+
]
|
|
134
148
|
});
|
|
135
149
|
export {
|
|
136
150
|
MarketplaceFeature
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.marketplace",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Marketplace example with orders, payouts, and reviews for ContractSpec",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -19,20 +19,20 @@
|
|
|
19
19
|
"typecheck": "tsc --noEmit"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@contractspec/lib.schema": "3.
|
|
23
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
24
|
-
"@contractspec/lib.example-shared-ui": "3.
|
|
25
|
-
"@contractspec/lib.design-system": "3.
|
|
26
|
-
"@contractspec/lib.runtime-sandbox": "2.
|
|
22
|
+
"@contractspec/lib.schema": "3.3.0",
|
|
23
|
+
"@contractspec/lib.contracts-spec": "3.3.0",
|
|
24
|
+
"@contractspec/lib.example-shared-ui": "3.3.0",
|
|
25
|
+
"@contractspec/lib.design-system": "3.3.0",
|
|
26
|
+
"@contractspec/lib.runtime-sandbox": "2.3.0",
|
|
27
27
|
"react": "19.2.4",
|
|
28
28
|
"react-dom": "19.2.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@contractspec/tool.typescript": "3.
|
|
31
|
+
"@contractspec/tool.typescript": "3.3.0",
|
|
32
32
|
"typescript": "^5.9.3",
|
|
33
33
|
"@types/react": "^19.2.14",
|
|
34
34
|
"@types/react-dom": "^19.2.2",
|
|
35
|
-
"@contractspec/tool.bun": "3.
|
|
35
|
+
"@contractspec/tool.bun": "3.3.0"
|
|
36
36
|
},
|
|
37
37
|
"exports": {
|
|
38
38
|
".": {
|