@contractspec/bundle.marketing 3.5.3 → 3.5.4
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 +28 -0
- package/package.json +23 -23
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 26ms
|
|
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 45ms
|
|
|
52
52
|
components/marketing/sections/DevelopersSection.js 1.37 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 26ms
|
|
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 30ms
|
|
|
101
101
|
components/marketing/sections/DevelopersSection.js 1.42 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 29ms
|
|
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,33 @@
|
|
|
1
1
|
# @contractspec/bundle.marketing
|
|
2
2
|
|
|
3
|
+
## 3.5.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c585fb1: fix: mcp tooling naming
|
|
8
|
+
- Updated dependencies [c585fb1]
|
|
9
|
+
- Updated dependencies [f5d4816]
|
|
10
|
+
- @contractspec/lib.contracts-runtime-client-react@3.5.4
|
|
11
|
+
- @contractspec/example.analytics-dashboard@3.5.4
|
|
12
|
+
- @contractspec/example.saas-boilerplate@3.5.4
|
|
13
|
+
- @contractspec/example.integration-hub@3.5.4
|
|
14
|
+
- @contractspec/example.workflow-system@3.5.4
|
|
15
|
+
- @contractspec/example.agent-console@3.5.4
|
|
16
|
+
- @contractspec/lib.example-shared-ui@4.0.4
|
|
17
|
+
- @contractspec/example.crm-pipeline@3.5.4
|
|
18
|
+
- @contractspec/example.marketplace@3.5.4
|
|
19
|
+
- @contractspec/lib.runtime-sandbox@2.5.4
|
|
20
|
+
- @contractspec/lib.surface-runtime@0.3.4
|
|
21
|
+
- @contractspec/lib.contracts-spec@3.5.4
|
|
22
|
+
- @contractspec/lib.design-system@3.5.4
|
|
23
|
+
- @contractspec/lib.ui-kit-core@3.5.4
|
|
24
|
+
- @contractspec/module.examples@3.5.4
|
|
25
|
+
- @contractspec/bundle.library@3.5.4
|
|
26
|
+
- @contractspec/lib.ui-kit-web@3.5.4
|
|
27
|
+
- @contractspec/lib.ui-link@3.5.4
|
|
28
|
+
- @contractspec/lib.logger@3.5.4
|
|
29
|
+
- @contractspec/lib.email@3.5.4
|
|
30
|
+
|
|
3
31
|
## 3.5.3
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.marketing",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -363,26 +363,26 @@
|
|
|
363
363
|
},
|
|
364
364
|
"types": "./dist/index.d.ts",
|
|
365
365
|
"dependencies": {
|
|
366
|
-
"@contractspec/bundle.library": "3.5.
|
|
367
|
-
"@contractspec/lib.surface-runtime": "0.3.
|
|
368
|
-
"@contractspec/example.agent-console": "3.5.
|
|
369
|
-
"@contractspec/example.analytics-dashboard": "3.5.
|
|
370
|
-
"@contractspec/example.crm-pipeline": "3.5.
|
|
371
|
-
"@contractspec/example.integration-hub": "3.5.
|
|
372
|
-
"@contractspec/example.marketplace": "3.5.
|
|
373
|
-
"@contractspec/example.saas-boilerplate": "3.5.
|
|
374
|
-
"@contractspec/example.workflow-system": "3.5.
|
|
375
|
-
"@contractspec/lib.contracts-spec": "3.5.
|
|
376
|
-
"@contractspec/lib.contracts-runtime-client-react": "3.5.
|
|
377
|
-
"@contractspec/lib.design-system": "3.5.
|
|
378
|
-
"@contractspec/lib.email": "3.5.
|
|
379
|
-
"@contractspec/lib.example-shared-ui": "4.0.
|
|
380
|
-
"@contractspec/lib.logger": "3.5.
|
|
381
|
-
"@contractspec/lib.runtime-sandbox": "2.5.
|
|
382
|
-
"@contractspec/lib.ui-kit-core": "3.5.
|
|
383
|
-
"@contractspec/lib.ui-kit-web": "3.5.
|
|
384
|
-
"@contractspec/lib.ui-link": "3.5.
|
|
385
|
-
"@contractspec/module.examples": "3.5.
|
|
366
|
+
"@contractspec/bundle.library": "3.5.4",
|
|
367
|
+
"@contractspec/lib.surface-runtime": "0.3.4",
|
|
368
|
+
"@contractspec/example.agent-console": "3.5.4",
|
|
369
|
+
"@contractspec/example.analytics-dashboard": "3.5.4",
|
|
370
|
+
"@contractspec/example.crm-pipeline": "3.5.4",
|
|
371
|
+
"@contractspec/example.integration-hub": "3.5.4",
|
|
372
|
+
"@contractspec/example.marketplace": "3.5.4",
|
|
373
|
+
"@contractspec/example.saas-boilerplate": "3.5.4",
|
|
374
|
+
"@contractspec/example.workflow-system": "3.5.4",
|
|
375
|
+
"@contractspec/lib.contracts-spec": "3.5.4",
|
|
376
|
+
"@contractspec/lib.contracts-runtime-client-react": "3.5.4",
|
|
377
|
+
"@contractspec/lib.design-system": "3.5.4",
|
|
378
|
+
"@contractspec/lib.email": "3.5.4",
|
|
379
|
+
"@contractspec/lib.example-shared-ui": "4.0.4",
|
|
380
|
+
"@contractspec/lib.logger": "3.5.4",
|
|
381
|
+
"@contractspec/lib.runtime-sandbox": "2.5.4",
|
|
382
|
+
"@contractspec/lib.ui-kit-core": "3.5.4",
|
|
383
|
+
"@contractspec/lib.ui-kit-web": "3.5.4",
|
|
384
|
+
"@contractspec/lib.ui-link": "3.5.4",
|
|
385
|
+
"@contractspec/module.examples": "3.5.4",
|
|
386
386
|
"@electric-sql/pglite": "^0.3.14",
|
|
387
387
|
"@hookform/resolvers": "^5.2.2",
|
|
388
388
|
"@scaleway/sdk": "^3.3.1",
|
|
@@ -397,9 +397,9 @@
|
|
|
397
397
|
},
|
|
398
398
|
"devDependencies": {
|
|
399
399
|
"@types/react": "~19.2.14",
|
|
400
|
-
"@contractspec/tool.typescript": "3.5.
|
|
400
|
+
"@contractspec/tool.typescript": "3.5.4",
|
|
401
401
|
"typescript": "^5.9.3",
|
|
402
|
-
"@contractspec/tool.bun": "3.5.
|
|
402
|
+
"@contractspec/tool.bun": "3.5.4"
|
|
403
403
|
},
|
|
404
404
|
"publishConfig": {
|
|
405
405
|
"access": "public",
|