@contractspec/example.marketplace 3.8.2 → 3.8.6

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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Markdown renderers for Marketplace presentations
3
3
  */
4
- import type { PresentationRenderer } from '@contractspec/lib.contracts-spec/presentations/transform-engine';
4
+ import type { PresentationRenderer } from '@contractspec/lib.presentation-runtime-core/transform-engine';
5
5
  /**
6
6
  * Markdown renderer for Marketplace Dashboard
7
7
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.marketplace",
3
- "version": "3.8.2",
3
+ "version": "3.8.6",
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,21 @@
19
19
  "typecheck": "tsc --noEmit"
20
20
  },
21
21
  "dependencies": {
22
- "@contractspec/lib.schema": "3.7.8",
23
- "@contractspec/lib.contracts-spec": "4.1.2",
24
- "@contractspec/lib.example-shared-ui": "6.0.10",
25
- "@contractspec/lib.design-system": "3.8.3",
26
- "@contractspec/lib.runtime-sandbox": "2.7.9",
22
+ "@contractspec/lib.schema": "3.7.11",
23
+ "@contractspec/lib.contracts-spec": "5.0.2",
24
+ "@contractspec/lib.example-shared-ui": "6.0.14",
25
+ "@contractspec/lib.design-system": "3.8.7",
26
+ "@contractspec/lib.runtime-sandbox": "2.7.11",
27
27
  "react": "19.2.0",
28
- "react-dom": "19.2.0"
28
+ "react-dom": "19.2.0",
29
+ "@contractspec/lib.presentation-runtime-core": "3.9.2"
29
30
  },
30
31
  "devDependencies": {
31
- "@contractspec/tool.typescript": "3.7.8",
32
+ "@contractspec/tool.typescript": "3.7.10",
32
33
  "typescript": "^5.9.3",
33
34
  "@types/react": "^19.2.14",
34
35
  "@types/react-dom": "^19.2.2",
35
- "@contractspec/tool.bun": "3.7.8"
36
+ "@contractspec/tool.bun": "3.7.10"
36
37
  },
37
38
  "exports": {
38
39
  ".": {