@contractspec/bundle.marketing 1.16.0 → 1.17.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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +29 -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=43
|
|
6
|
-
Bundled 43 modules in
|
|
6
|
+
Bundled 43 modules in 28ms
|
|
7
7
|
|
|
8
8
|
components/marketing/ChangelogPage.js 4.28 KB (entry point)
|
|
9
9
|
./index.js 0.31 MB (entry point)
|
|
@@ -50,7 +50,7 @@ Bundled 43 modules in 34ms
|
|
|
50
50
|
components/marketing/ProductClientPage.js 26.63 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 25ms
|
|
54
54
|
|
|
55
55
|
components/marketing/ChangelogPage.js 4.34 KB (entry point)
|
|
56
56
|
./index.js 0.31 MB (entry point)
|
|
@@ -97,7 +97,7 @@ Bundled 43 modules in 40ms
|
|
|
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 28ms
|
|
101
101
|
|
|
102
102
|
components/marketing/ChangelogPage.js 4.60 KB (entry point)
|
|
103
103
|
./index.js 0.31 MB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @contractspec/bundle.marketing
|
|
2
2
|
|
|
3
|
+
## 1.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 064258d: feat: upgrade all dependencies
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [064258d]
|
|
12
|
+
- Updated dependencies [064258d]
|
|
13
|
+
- @contractspec/example.analytics-dashboard@1.62.0
|
|
14
|
+
- @contractspec/example.saas-boilerplate@1.62.0
|
|
15
|
+
- @contractspec/example.integration-hub@1.62.0
|
|
16
|
+
- @contractspec/example.workflow-system@1.62.0
|
|
17
|
+
- @contractspec/example.agent-console@1.62.0
|
|
18
|
+
- @contractspec/lib.example-shared-ui@1.16.0
|
|
19
|
+
- @contractspec/example.crm-pipeline@1.62.0
|
|
20
|
+
- @contractspec/example.marketplace@1.62.0
|
|
21
|
+
- @contractspec/lib.runtime-sandbox@0.17.0
|
|
22
|
+
- @contractspec/lib.design-system@1.62.0
|
|
23
|
+
- @contractspec/lib.ui-kit-core@1.62.0
|
|
24
|
+
- @contractspec/module.examples@1.62.0
|
|
25
|
+
- @contractspec/bundle.library@1.17.0
|
|
26
|
+
- @contractspec/lib.ui-kit-web@1.62.0
|
|
27
|
+
- @contractspec/lib.contracts@1.62.0
|
|
28
|
+
- @contractspec/lib.ui-link@1.62.0
|
|
29
|
+
- @contractspec/lib.logger@1.62.0
|
|
30
|
+
- @contractspec/lib.email@1.16.0
|
|
31
|
+
|
|
3
32
|
## 1.16.0
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.marketing",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -342,30 +342,30 @@
|
|
|
342
342
|
},
|
|
343
343
|
"types": "./dist/index.d.ts",
|
|
344
344
|
"dependencies": {
|
|
345
|
-
"@contractspec/bundle.library": "1.
|
|
346
|
-
"@contractspec/example.agent-console": "1.
|
|
347
|
-
"@contractspec/example.analytics-dashboard": "1.
|
|
348
|
-
"@contractspec/example.crm-pipeline": "1.
|
|
349
|
-
"@contractspec/example.integration-hub": "1.
|
|
350
|
-
"@contractspec/example.marketplace": "1.
|
|
351
|
-
"@contractspec/example.saas-boilerplate": "1.
|
|
352
|
-
"@contractspec/example.workflow-system": "1.
|
|
353
|
-
"@contractspec/lib.contracts": "1.
|
|
354
|
-
"@contractspec/lib.design-system": "1.
|
|
355
|
-
"@contractspec/lib.email": "1.
|
|
356
|
-
"@contractspec/lib.example-shared-ui": "1.
|
|
357
|
-
"@contractspec/lib.logger": "1.
|
|
358
|
-
"@contractspec/lib.runtime-sandbox": "0.
|
|
359
|
-
"@contractspec/lib.ui-kit-core": "1.
|
|
360
|
-
"@contractspec/lib.ui-kit-web": "1.
|
|
361
|
-
"@contractspec/lib.ui-link": "1.
|
|
362
|
-
"@contractspec/module.examples": "1.
|
|
345
|
+
"@contractspec/bundle.library": "1.17.0",
|
|
346
|
+
"@contractspec/example.agent-console": "1.62.0",
|
|
347
|
+
"@contractspec/example.analytics-dashboard": "1.62.0",
|
|
348
|
+
"@contractspec/example.crm-pipeline": "1.62.0",
|
|
349
|
+
"@contractspec/example.integration-hub": "1.62.0",
|
|
350
|
+
"@contractspec/example.marketplace": "1.62.0",
|
|
351
|
+
"@contractspec/example.saas-boilerplate": "1.62.0",
|
|
352
|
+
"@contractspec/example.workflow-system": "1.62.0",
|
|
353
|
+
"@contractspec/lib.contracts": "1.62.0",
|
|
354
|
+
"@contractspec/lib.design-system": "1.62.0",
|
|
355
|
+
"@contractspec/lib.email": "1.16.0",
|
|
356
|
+
"@contractspec/lib.example-shared-ui": "1.16.0",
|
|
357
|
+
"@contractspec/lib.logger": "1.62.0",
|
|
358
|
+
"@contractspec/lib.runtime-sandbox": "0.17.0",
|
|
359
|
+
"@contractspec/lib.ui-kit-core": "1.62.0",
|
|
360
|
+
"@contractspec/lib.ui-kit-web": "1.62.0",
|
|
361
|
+
"@contractspec/lib.ui-link": "1.62.0",
|
|
362
|
+
"@contractspec/module.examples": "1.62.0",
|
|
363
363
|
"@electric-sql/pglite": "^0.3.14",
|
|
364
364
|
"@hookform/resolvers": "^5.2.2",
|
|
365
365
|
"@scaleway/sdk": "^3.1.5",
|
|
366
366
|
"@scaleway/sdk-client": "^2.1.0",
|
|
367
367
|
"class-variance-authority": "^0.7.1",
|
|
368
|
-
"framer-motion": "^12.
|
|
368
|
+
"framer-motion": "^12.34.0",
|
|
369
369
|
"lucide-react": "^0.563.0",
|
|
370
370
|
"next": "16.1.6",
|
|
371
371
|
"react": "19.2.4",
|
|
@@ -373,10 +373,10 @@
|
|
|
373
373
|
"zod": "^4.3.5"
|
|
374
374
|
},
|
|
375
375
|
"devDependencies": {
|
|
376
|
-
"@types/react": "~19.2.
|
|
377
|
-
"@contractspec/tool.typescript": "1.
|
|
376
|
+
"@types/react": "~19.2.14",
|
|
377
|
+
"@contractspec/tool.typescript": "1.62.0",
|
|
378
378
|
"typescript": "^5.9.3",
|
|
379
|
-
"@contractspec/tool.bun": "1.
|
|
379
|
+
"@contractspec/tool.bun": "1.61.0"
|
|
380
380
|
},
|
|
381
381
|
"publishConfig": {
|
|
382
382
|
"access": "public",
|