@contractspec/bundle.marketing 2.6.0 → 2.6.1
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 +17 -0
- package/package.json +16 -16
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=43
|
|
6
|
-
Bundled 43 modules in
|
|
6
|
+
Bundled 43 modules in 27ms
|
|
7
7
|
|
|
8
8
|
components/marketing/ChangelogPage.js 4.28 KB (entry point)
|
|
9
9
|
./index.js 0.28 MB (entry point)
|
|
@@ -50,7 +50,7 @@ Bundled 43 modules in 29ms
|
|
|
50
50
|
components/marketing/ProductClientPage.js 26.64 KB (entry point)
|
|
51
51
|
|
|
52
52
|
[contractspec-bun-build] transpile target=node root=src entries=43
|
|
53
|
-
Bundled 43 modules in
|
|
53
|
+
Bundled 43 modules in 24ms
|
|
54
54
|
|
|
55
55
|
components/marketing/ChangelogPage.js 4.34 KB (entry point)
|
|
56
56
|
./index.js 0.28 MB (entry point)
|
|
@@ -97,7 +97,7 @@ Bundled 43 modules in 27ms
|
|
|
97
97
|
components/marketing/ProductClientPage.js 26.70 KB (entry point)
|
|
98
98
|
|
|
99
99
|
[contractspec-bun-build] transpile target=browser root=src entries=43
|
|
100
|
-
Bundled 43 modules in
|
|
100
|
+
Bundled 43 modules in 34ms
|
|
101
101
|
|
|
102
102
|
components/marketing/ChangelogPage.js 4.60 KB (entry point)
|
|
103
103
|
./index.js 0.28 MB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @contractspec/bundle.marketing
|
|
2
2
|
|
|
3
|
+
## 2.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f8dc3ad]
|
|
8
|
+
- @contractspec/lib.design-system@2.6.1
|
|
9
|
+
- @contractspec/bundle.library@2.6.1
|
|
10
|
+
- @contractspec/example.agent-console@2.6.1
|
|
11
|
+
- @contractspec/example.analytics-dashboard@2.6.1
|
|
12
|
+
- @contractspec/example.crm-pipeline@2.6.1
|
|
13
|
+
- @contractspec/example.integration-hub@2.6.1
|
|
14
|
+
- @contractspec/example.marketplace@2.6.1
|
|
15
|
+
- @contractspec/example.saas-boilerplate@2.6.1
|
|
16
|
+
- @contractspec/example.workflow-system@2.6.1
|
|
17
|
+
- @contractspec/lib.example-shared-ui@2.6.1
|
|
18
|
+
- @contractspec/module.examples@2.6.1
|
|
19
|
+
|
|
3
20
|
## 2.6.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.marketing",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -342,35 +342,35 @@
|
|
|
342
342
|
},
|
|
343
343
|
"types": "./dist/index.d.ts",
|
|
344
344
|
"dependencies": {
|
|
345
|
-
"@contractspec/bundle.library": "2.6.
|
|
346
|
-
"@contractspec/example.agent-console": "2.6.
|
|
347
|
-
"@contractspec/example.analytics-dashboard": "2.6.
|
|
348
|
-
"@contractspec/example.crm-pipeline": "2.6.
|
|
349
|
-
"@contractspec/example.integration-hub": "2.6.
|
|
350
|
-
"@contractspec/example.marketplace": "2.6.
|
|
351
|
-
"@contractspec/example.saas-boilerplate": "2.6.
|
|
352
|
-
"@contractspec/example.workflow-system": "2.6.
|
|
345
|
+
"@contractspec/bundle.library": "2.6.1",
|
|
346
|
+
"@contractspec/example.agent-console": "2.6.1",
|
|
347
|
+
"@contractspec/example.analytics-dashboard": "2.6.1",
|
|
348
|
+
"@contractspec/example.crm-pipeline": "2.6.1",
|
|
349
|
+
"@contractspec/example.integration-hub": "2.6.1",
|
|
350
|
+
"@contractspec/example.marketplace": "2.6.1",
|
|
351
|
+
"@contractspec/example.saas-boilerplate": "2.6.1",
|
|
352
|
+
"@contractspec/example.workflow-system": "2.6.1",
|
|
353
353
|
"@contractspec/lib.contracts-spec": "2.6.0",
|
|
354
354
|
"@contractspec/lib.contracts-runtime-client-react": "2.6.0",
|
|
355
|
-
"@contractspec/lib.design-system": "2.6.
|
|
355
|
+
"@contractspec/lib.design-system": "2.6.1",
|
|
356
356
|
"@contractspec/lib.email": "2.6.0",
|
|
357
|
-
"@contractspec/lib.example-shared-ui": "2.6.
|
|
357
|
+
"@contractspec/lib.example-shared-ui": "2.6.1",
|
|
358
358
|
"@contractspec/lib.logger": "2.6.0",
|
|
359
359
|
"@contractspec/lib.runtime-sandbox": "1.6.0",
|
|
360
360
|
"@contractspec/lib.ui-kit-core": "2.6.0",
|
|
361
361
|
"@contractspec/lib.ui-kit-web": "2.6.0",
|
|
362
362
|
"@contractspec/lib.ui-link": "2.6.0",
|
|
363
|
-
"@contractspec/module.examples": "2.6.
|
|
363
|
+
"@contractspec/module.examples": "2.6.1",
|
|
364
364
|
"@electric-sql/pglite": "^0.3.14",
|
|
365
365
|
"@hookform/resolvers": "^5.2.2",
|
|
366
|
-
"@scaleway/sdk": "^3.2.
|
|
366
|
+
"@scaleway/sdk": "^3.2.1",
|
|
367
367
|
"@scaleway/sdk-client": "^2.1.0",
|
|
368
368
|
"class-variance-authority": "^0.7.1",
|
|
369
|
-
"framer-motion": "^12.34.
|
|
370
|
-
"lucide-react": "^0.
|
|
369
|
+
"framer-motion": "^12.34.3",
|
|
370
|
+
"lucide-react": "^0.575.0",
|
|
371
371
|
"next": "16.1.6",
|
|
372
372
|
"react": "19.2.4",
|
|
373
|
-
"react-hook-form": "^7.
|
|
373
|
+
"react-hook-form": "^7.71.2",
|
|
374
374
|
"zod": "^4.3.5"
|
|
375
375
|
},
|
|
376
376
|
"devDependencies": {
|