@contractspec/bundle.marketing 3.8.5 → 3.8.8
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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +86 -0
- package/package.json +29 -29
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=45 noBundle=false
|
|
6
|
-
Bundled 45 modules in
|
|
6
|
+
Bundled 45 modules in 23ms
|
|
7
7
|
|
|
8
8
|
bundles/MarketingBundle.js 8.0 KB (entry point)
|
|
9
9
|
libs/email/types.js 49 bytes (entry point)
|
|
@@ -52,7 +52,7 @@ Bundled 45 modules in 14ms
|
|
|
52
52
|
components/marketing/LandingPage.js 25.71 KB (entry point)
|
|
53
53
|
|
|
54
54
|
[contractspec-bun-build] transpile target=node root=src entries=45 noBundle=false
|
|
55
|
-
Bundled 45 modules in
|
|
55
|
+
Bundled 45 modules in 22ms
|
|
56
56
|
|
|
57
57
|
bundles/MarketingBundle.js 8.1 KB (entry point)
|
|
58
58
|
libs/email/types.js 41 bytes (entry point)
|
|
@@ -101,7 +101,7 @@ Bundled 45 modules in 14ms
|
|
|
101
101
|
components/marketing/LandingPage.js 25.76 KB (entry point)
|
|
102
102
|
|
|
103
103
|
[contractspec-bun-build] transpile target=browser root=src entries=45 noBundle=false
|
|
104
|
-
Bundled 45 modules in
|
|
104
|
+
Bundled 45 modules in 31ms
|
|
105
105
|
|
|
106
106
|
bundles/MarketingBundle.js 8.36 KB (entry point)
|
|
107
107
|
libs/email/types.js 41 bytes (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,91 @@
|
|
|
1
1
|
# @contractspec/bundle.marketing
|
|
2
2
|
|
|
3
|
+
## 3.8.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cce2b13: Add first-class Workflow DevKit support for `WorkflowSpec`, including new runtime metadata, stricter validation for Workflow-backed workflows, a dedicated Workflow DevKit integration package, CLI artifact generation, and Workflow-aware chat route helpers exposed from `@contractspec/module.ai-chat/core/workflow` so standard chat imports do not pull Workflow-only runtime assets into non-Workflow builds.
|
|
8
|
+
|
|
9
|
+
Also harden supporting runtime surfaces by reusing Playwright browser instances in the harness runtime, mapping design-system button `onPress` handlers correctly to DOM clicks, and switching the workspace git adapter to argument-safe subprocess calls while tightening slow test coverage around those flows.
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [cce2b13]
|
|
12
|
+
- Updated dependencies [cce2b13]
|
|
13
|
+
- @contractspec/example.agent-console@3.8.7
|
|
14
|
+
- @contractspec/lib.contracts-runtime-client-react@3.8.3
|
|
15
|
+
- @contractspec/example.visualization-showcase@3.9.7
|
|
16
|
+
- @contractspec/example.analytics-dashboard@3.9.7
|
|
17
|
+
- @contractspec/example.data-grid-showcase@3.8.7
|
|
18
|
+
- @contractspec/example.saas-boilerplate@3.8.7
|
|
19
|
+
- @contractspec/example.integration-hub@3.8.7
|
|
20
|
+
- @contractspec/example.workflow-system@3.8.7
|
|
21
|
+
- @contractspec/lib.example-shared-ui@6.0.15
|
|
22
|
+
- @contractspec/example.crm-pipeline@3.7.15
|
|
23
|
+
- @contractspec/example.marketplace@3.8.7
|
|
24
|
+
- @contractspec/lib.runtime-sandbox@2.7.12
|
|
25
|
+
- @contractspec/lib.surface-runtime@0.5.15
|
|
26
|
+
- @contractspec/lib.contracts-spec@5.0.3
|
|
27
|
+
- @contractspec/lib.design-system@3.8.8
|
|
28
|
+
- @contractspec/lib.ui-kit-core@3.7.11
|
|
29
|
+
- @contractspec/module.examples@3.8.7
|
|
30
|
+
- @contractspec/bundle.library@3.8.8
|
|
31
|
+
- @contractspec/lib.ui-kit-web@3.9.7
|
|
32
|
+
- @contractspec/lib.ui-link@3.7.11
|
|
33
|
+
- @contractspec/lib.logger@3.7.11
|
|
34
|
+
- @contractspec/lib.email@3.7.11
|
|
35
|
+
|
|
36
|
+
## 3.8.7
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- chore: stability & release
|
|
41
|
+
- Updated dependencies
|
|
42
|
+
- Updated dependencies [dd6e074]
|
|
43
|
+
- @contractspec/lib.contracts-runtime-client-react@3.8.2
|
|
44
|
+
- @contractspec/example.visualization-showcase@3.9.6
|
|
45
|
+
- @contractspec/example.analytics-dashboard@3.9.6
|
|
46
|
+
- @contractspec/example.data-grid-showcase@3.8.6
|
|
47
|
+
- @contractspec/example.saas-boilerplate@3.8.6
|
|
48
|
+
- @contractspec/example.integration-hub@3.8.6
|
|
49
|
+
- @contractspec/example.workflow-system@3.8.6
|
|
50
|
+
- @contractspec/example.agent-console@3.8.6
|
|
51
|
+
- @contractspec/lib.example-shared-ui@6.0.14
|
|
52
|
+
- @contractspec/example.crm-pipeline@3.7.14
|
|
53
|
+
- @contractspec/example.marketplace@3.8.6
|
|
54
|
+
- @contractspec/lib.runtime-sandbox@2.7.11
|
|
55
|
+
- @contractspec/lib.surface-runtime@0.5.14
|
|
56
|
+
- @contractspec/lib.contracts-spec@5.0.2
|
|
57
|
+
- @contractspec/lib.design-system@3.8.7
|
|
58
|
+
- @contractspec/lib.ui-kit-core@3.7.10
|
|
59
|
+
- @contractspec/module.examples@3.8.6
|
|
60
|
+
- @contractspec/bundle.library@3.8.7
|
|
61
|
+
- @contractspec/lib.ui-kit-web@3.9.6
|
|
62
|
+
- @contractspec/lib.ui-link@3.7.10
|
|
63
|
+
- @contractspec/lib.logger@3.7.10
|
|
64
|
+
- @contractspec/lib.email@3.7.10
|
|
65
|
+
|
|
66
|
+
## 3.8.6
|
|
67
|
+
|
|
68
|
+
### Patch Changes
|
|
69
|
+
|
|
70
|
+
- Updated dependencies [dd6e074]
|
|
71
|
+
- @contractspec/lib.contracts-spec@5.0.1
|
|
72
|
+
- @contractspec/bundle.library@3.8.6
|
|
73
|
+
- @contractspec/example.agent-console@3.8.5
|
|
74
|
+
- @contractspec/example.analytics-dashboard@3.9.5
|
|
75
|
+
- @contractspec/example.crm-pipeline@3.7.13
|
|
76
|
+
- @contractspec/example.data-grid-showcase@3.8.5
|
|
77
|
+
- @contractspec/example.integration-hub@3.8.5
|
|
78
|
+
- @contractspec/example.marketplace@3.8.5
|
|
79
|
+
- @contractspec/example.saas-boilerplate@3.8.5
|
|
80
|
+
- @contractspec/example.visualization-showcase@3.9.5
|
|
81
|
+
- @contractspec/example.workflow-system@3.8.5
|
|
82
|
+
- @contractspec/lib.contracts-runtime-client-react@3.8.1
|
|
83
|
+
- @contractspec/lib.design-system@3.8.6
|
|
84
|
+
- @contractspec/lib.example-shared-ui@6.0.13
|
|
85
|
+
- @contractspec/lib.surface-runtime@0.5.13
|
|
86
|
+
- @contractspec/lib.ui-kit-web@3.9.5
|
|
87
|
+
- @contractspec/module.examples@3.8.5
|
|
88
|
+
|
|
3
89
|
## 3.8.5
|
|
4
90
|
|
|
5
91
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.marketing",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -340,45 +340,45 @@
|
|
|
340
340
|
},
|
|
341
341
|
"types": "./dist/index.d.ts",
|
|
342
342
|
"dependencies": {
|
|
343
|
-
"@contractspec/bundle.library": "3.8.
|
|
344
|
-
"@contractspec/lib.surface-runtime": "0.5.
|
|
345
|
-
"@contractspec/example.agent-console": "3.8.
|
|
346
|
-
"@contractspec/example.analytics-dashboard": "3.9.
|
|
347
|
-
"@contractspec/example.crm-pipeline": "3.7.
|
|
348
|
-
"@contractspec/example.data-grid-showcase": "3.8.
|
|
349
|
-
"@contractspec/example.integration-hub": "3.8.
|
|
350
|
-
"@contractspec/example.marketplace": "3.8.
|
|
351
|
-
"@contractspec/example.saas-boilerplate": "3.8.
|
|
352
|
-
"@contractspec/example.visualization-showcase": "3.9.
|
|
353
|
-
"@contractspec/example.workflow-system": "3.8.
|
|
354
|
-
"@contractspec/lib.contracts-spec": "5.0.
|
|
355
|
-
"@contractspec/lib.contracts-runtime-client-react": "3.8.
|
|
356
|
-
"@contractspec/lib.design-system": "3.8.
|
|
357
|
-
"@contractspec/lib.email": "3.7.
|
|
358
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
359
|
-
"@contractspec/lib.logger": "3.7.
|
|
360
|
-
"@contractspec/lib.runtime-sandbox": "2.7.
|
|
361
|
-
"@contractspec/lib.ui-kit-core": "3.7.
|
|
362
|
-
"@contractspec/lib.ui-kit-web": "3.9.
|
|
363
|
-
"@contractspec/lib.ui-link": "3.7.
|
|
364
|
-
"@contractspec/module.examples": "3.8.
|
|
365
|
-
"@electric-sql/pglite": "^0.4.
|
|
343
|
+
"@contractspec/bundle.library": "3.8.8",
|
|
344
|
+
"@contractspec/lib.surface-runtime": "0.5.15",
|
|
345
|
+
"@contractspec/example.agent-console": "3.8.7",
|
|
346
|
+
"@contractspec/example.analytics-dashboard": "3.9.7",
|
|
347
|
+
"@contractspec/example.crm-pipeline": "3.7.15",
|
|
348
|
+
"@contractspec/example.data-grid-showcase": "3.8.7",
|
|
349
|
+
"@contractspec/example.integration-hub": "3.8.7",
|
|
350
|
+
"@contractspec/example.marketplace": "3.8.7",
|
|
351
|
+
"@contractspec/example.saas-boilerplate": "3.8.7",
|
|
352
|
+
"@contractspec/example.visualization-showcase": "3.9.7",
|
|
353
|
+
"@contractspec/example.workflow-system": "3.8.7",
|
|
354
|
+
"@contractspec/lib.contracts-spec": "5.0.3",
|
|
355
|
+
"@contractspec/lib.contracts-runtime-client-react": "3.8.3",
|
|
356
|
+
"@contractspec/lib.design-system": "3.8.8",
|
|
357
|
+
"@contractspec/lib.email": "3.7.11",
|
|
358
|
+
"@contractspec/lib.example-shared-ui": "6.0.15",
|
|
359
|
+
"@contractspec/lib.logger": "3.7.11",
|
|
360
|
+
"@contractspec/lib.runtime-sandbox": "2.7.12",
|
|
361
|
+
"@contractspec/lib.ui-kit-core": "3.7.11",
|
|
362
|
+
"@contractspec/lib.ui-kit-web": "3.9.7",
|
|
363
|
+
"@contractspec/lib.ui-link": "3.7.11",
|
|
364
|
+
"@contractspec/module.examples": "3.8.7",
|
|
365
|
+
"@electric-sql/pglite": "^0.4.2",
|
|
366
366
|
"@hookform/resolvers": "^5.2.2",
|
|
367
367
|
"@scaleway/sdk": "^3.4.1",
|
|
368
368
|
"@scaleway/sdk-client": "^2.2.1",
|
|
369
369
|
"class-variance-authority": "^0.7.1",
|
|
370
370
|
"framer-motion": "^12.38.0",
|
|
371
|
-
"lucide-react": "^
|
|
372
|
-
"next": "16.2.
|
|
371
|
+
"lucide-react": "^1.6.0",
|
|
372
|
+
"next": "16.2.1",
|
|
373
373
|
"react": "19.2.0",
|
|
374
|
-
"react-hook-form": "^7.
|
|
374
|
+
"react-hook-form": "^7.72.0",
|
|
375
375
|
"zod": "^4.3.5"
|
|
376
376
|
},
|
|
377
377
|
"devDependencies": {
|
|
378
378
|
"@types/react": "~19.2.14",
|
|
379
|
-
"@contractspec/tool.typescript": "3.7.
|
|
379
|
+
"@contractspec/tool.typescript": "3.7.11",
|
|
380
380
|
"typescript": "^5.9.3",
|
|
381
|
-
"@contractspec/tool.bun": "3.7.
|
|
381
|
+
"@contractspec/tool.bun": "3.7.11"
|
|
382
382
|
},
|
|
383
383
|
"publishConfig": {
|
|
384
384
|
"access": "public",
|