@contractspec/bundle.marketing 3.5.0 → 3.5.2
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 +6 -6
- package/CHANGELOG.md +56 -0
- package/package.json +23 -23
package/.turbo/turbo-build.log
CHANGED
|
@@ -2,8 +2,8 @@ $ contractspec-bun-build prebuild
|
|
|
2
2
|
$ bun run prebuild && bun run build:bundle && bun run build:types
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
|
-
[contractspec-bun-build] transpile target=bun root=src entries=45
|
|
6
|
-
Bundled 45 modules in
|
|
5
|
+
[contractspec-bun-build] transpile target=bun root=src entries=45 noBundle=false
|
|
6
|
+
Bundled 45 modules in 32ms
|
|
7
7
|
|
|
8
8
|
bundles/MarketingBundle.js 8.0 KB (entry point)
|
|
9
9
|
libs/email/types.js 49 bytes (entry point)
|
|
@@ -51,8 +51,8 @@ Bundled 45 modules in 41ms
|
|
|
51
51
|
components/marketing/sections/CtaSection.js 2.33 KB (entry point)
|
|
52
52
|
components/marketing/sections/DevelopersSection.js 1.37 KB (entry point)
|
|
53
53
|
|
|
54
|
-
[contractspec-bun-build] transpile target=node root=src entries=45
|
|
55
|
-
Bundled 45 modules in
|
|
54
|
+
[contractspec-bun-build] transpile target=node root=src entries=45 noBundle=false
|
|
55
|
+
Bundled 45 modules in 37ms
|
|
56
56
|
|
|
57
57
|
bundles/MarketingBundle.js 8.1 KB (entry point)
|
|
58
58
|
libs/email/types.js 41 bytes (entry point)
|
|
@@ -100,8 +100,8 @@ Bundled 45 modules in 28ms
|
|
|
100
100
|
components/marketing/sections/CtaSection.js 2.40 KB (entry point)
|
|
101
101
|
components/marketing/sections/DevelopersSection.js 1.42 KB (entry point)
|
|
102
102
|
|
|
103
|
-
[contractspec-bun-build] transpile target=browser root=src entries=45
|
|
104
|
-
Bundled 45 modules in
|
|
103
|
+
[contractspec-bun-build] transpile target=browser root=src entries=45 noBundle=false
|
|
104
|
+
Bundled 45 modules in 25ms
|
|
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,61 @@
|
|
|
1
1
|
# @contractspec/bundle.marketing
|
|
2
2
|
|
|
3
|
+
## 3.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 18df977: fix: release workflow
|
|
8
|
+
- Updated dependencies [18df977]
|
|
9
|
+
- @contractspec/lib.contracts-runtime-client-react@3.5.2
|
|
10
|
+
- @contractspec/example.analytics-dashboard@3.5.2
|
|
11
|
+
- @contractspec/example.saas-boilerplate@3.5.2
|
|
12
|
+
- @contractspec/example.integration-hub@3.5.2
|
|
13
|
+
- @contractspec/example.workflow-system@3.5.2
|
|
14
|
+
- @contractspec/example.agent-console@3.5.2
|
|
15
|
+
- @contractspec/lib.example-shared-ui@4.0.2
|
|
16
|
+
- @contractspec/example.crm-pipeline@3.5.2
|
|
17
|
+
- @contractspec/example.marketplace@3.5.2
|
|
18
|
+
- @contractspec/lib.runtime-sandbox@2.5.2
|
|
19
|
+
- @contractspec/lib.surface-runtime@0.3.2
|
|
20
|
+
- @contractspec/lib.contracts-spec@3.5.2
|
|
21
|
+
- @contractspec/lib.design-system@3.5.2
|
|
22
|
+
- @contractspec/lib.ui-kit-core@3.5.2
|
|
23
|
+
- @contractspec/module.examples@3.5.2
|
|
24
|
+
- @contractspec/bundle.library@3.5.2
|
|
25
|
+
- @contractspec/lib.ui-kit-web@3.5.2
|
|
26
|
+
- @contractspec/lib.ui-link@3.5.2
|
|
27
|
+
- @contractspec/lib.logger@3.5.2
|
|
28
|
+
- @contractspec/lib.email@3.5.2
|
|
29
|
+
|
|
30
|
+
## 3.5.1
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- dfff0d4: fix: use client within lib surface-runtime
|
|
35
|
+
- Updated dependencies [73a7f8d]
|
|
36
|
+
- Updated dependencies [dfff0d4]
|
|
37
|
+
- Updated dependencies [73a7f8d]
|
|
38
|
+
- @contractspec/lib.example-shared-ui@4.0.1
|
|
39
|
+
- @contractspec/lib.contracts-runtime-client-react@3.5.1
|
|
40
|
+
- @contractspec/example.analytics-dashboard@3.5.1
|
|
41
|
+
- @contractspec/example.saas-boilerplate@3.5.1
|
|
42
|
+
- @contractspec/example.integration-hub@3.5.1
|
|
43
|
+
- @contractspec/example.workflow-system@3.5.1
|
|
44
|
+
- @contractspec/example.agent-console@3.5.1
|
|
45
|
+
- @contractspec/example.crm-pipeline@3.5.1
|
|
46
|
+
- @contractspec/example.marketplace@3.5.1
|
|
47
|
+
- @contractspec/lib.runtime-sandbox@2.5.1
|
|
48
|
+
- @contractspec/lib.surface-runtime@0.3.1
|
|
49
|
+
- @contractspec/lib.contracts-spec@3.5.1
|
|
50
|
+
- @contractspec/lib.design-system@3.5.1
|
|
51
|
+
- @contractspec/lib.ui-kit-core@3.5.1
|
|
52
|
+
- @contractspec/module.examples@3.5.1
|
|
53
|
+
- @contractspec/bundle.library@3.5.1
|
|
54
|
+
- @contractspec/lib.ui-kit-web@3.5.1
|
|
55
|
+
- @contractspec/lib.ui-link@3.5.1
|
|
56
|
+
- @contractspec/lib.logger@3.5.1
|
|
57
|
+
- @contractspec/lib.email@3.5.1
|
|
58
|
+
|
|
3
59
|
## 3.5.0
|
|
4
60
|
|
|
5
61
|
### Minor 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.2",
|
|
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.2",
|
|
367
|
+
"@contractspec/lib.surface-runtime": "0.3.2",
|
|
368
|
+
"@contractspec/example.agent-console": "3.5.2",
|
|
369
|
+
"@contractspec/example.analytics-dashboard": "3.5.2",
|
|
370
|
+
"@contractspec/example.crm-pipeline": "3.5.2",
|
|
371
|
+
"@contractspec/example.integration-hub": "3.5.2",
|
|
372
|
+
"@contractspec/example.marketplace": "3.5.2",
|
|
373
|
+
"@contractspec/example.saas-boilerplate": "3.5.2",
|
|
374
|
+
"@contractspec/example.workflow-system": "3.5.2",
|
|
375
|
+
"@contractspec/lib.contracts-spec": "3.5.2",
|
|
376
|
+
"@contractspec/lib.contracts-runtime-client-react": "3.5.2",
|
|
377
|
+
"@contractspec/lib.design-system": "3.5.2",
|
|
378
|
+
"@contractspec/lib.email": "3.5.2",
|
|
379
|
+
"@contractspec/lib.example-shared-ui": "4.0.2",
|
|
380
|
+
"@contractspec/lib.logger": "3.5.2",
|
|
381
|
+
"@contractspec/lib.runtime-sandbox": "2.5.2",
|
|
382
|
+
"@contractspec/lib.ui-kit-core": "3.5.2",
|
|
383
|
+
"@contractspec/lib.ui-kit-web": "3.5.2",
|
|
384
|
+
"@contractspec/lib.ui-link": "3.5.2",
|
|
385
|
+
"@contractspec/module.examples": "3.5.2",
|
|
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.2",
|
|
401
401
|
"typescript": "^5.9.3",
|
|
402
|
-
"@contractspec/tool.bun": "3.5.
|
|
402
|
+
"@contractspec/tool.bun": "3.5.2"
|
|
403
403
|
},
|
|
404
404
|
"publishConfig": {
|
|
405
405
|
"access": "public",
|