@contractspec/bundle.marketing 1.13.0 → 1.15.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 +56 -0
- package/package.json +343 -67
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 35ms
|
|
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 25ms
|
|
|
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 24ms
|
|
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 42ms
|
|
|
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,61 @@
|
|
|
1
1
|
# @contractspec/bundle.marketing
|
|
2
2
|
|
|
3
|
+
## 1.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fix: publish with bun
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @contractspec/example.analytics-dashboard@1.60.0
|
|
13
|
+
- @contractspec/example.saas-boilerplate@1.60.0
|
|
14
|
+
- @contractspec/example.integration-hub@1.60.0
|
|
15
|
+
- @contractspec/example.workflow-system@1.60.0
|
|
16
|
+
- @contractspec/example.agent-console@1.60.0
|
|
17
|
+
- @contractspec/lib.example-shared-ui@1.14.0
|
|
18
|
+
- @contractspec/example.crm-pipeline@1.60.0
|
|
19
|
+
- @contractspec/example.marketplace@1.60.0
|
|
20
|
+
- @contractspec/lib.runtime-sandbox@0.15.0
|
|
21
|
+
- @contractspec/lib.design-system@1.60.0
|
|
22
|
+
- @contractspec/lib.ui-kit-core@1.60.0
|
|
23
|
+
- @contractspec/module.examples@1.60.0
|
|
24
|
+
- @contractspec/bundle.library@1.15.0
|
|
25
|
+
- @contractspec/lib.ui-kit-web@1.60.0
|
|
26
|
+
- @contractspec/lib.contracts@1.60.0
|
|
27
|
+
- @contractspec/lib.ui-link@1.60.0
|
|
28
|
+
- @contractspec/lib.logger@1.60.0
|
|
29
|
+
- @contractspec/lib.email@1.14.0
|
|
30
|
+
|
|
31
|
+
## 1.14.0
|
|
32
|
+
|
|
33
|
+
### Minor Changes
|
|
34
|
+
|
|
35
|
+
- 1a0cf44: fix: publishConfig not supported by bun
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies [1a0cf44]
|
|
40
|
+
- @contractspec/example.analytics-dashboard@1.59.0
|
|
41
|
+
- @contractspec/example.saas-boilerplate@1.59.0
|
|
42
|
+
- @contractspec/example.integration-hub@1.59.0
|
|
43
|
+
- @contractspec/example.workflow-system@1.59.0
|
|
44
|
+
- @contractspec/example.agent-console@1.59.0
|
|
45
|
+
- @contractspec/lib.example-shared-ui@1.13.0
|
|
46
|
+
- @contractspec/example.crm-pipeline@1.59.0
|
|
47
|
+
- @contractspec/example.marketplace@1.59.0
|
|
48
|
+
- @contractspec/lib.runtime-sandbox@0.14.0
|
|
49
|
+
- @contractspec/lib.design-system@1.59.0
|
|
50
|
+
- @contractspec/lib.ui-kit-core@1.59.0
|
|
51
|
+
- @contractspec/module.examples@1.59.0
|
|
52
|
+
- @contractspec/bundle.library@1.14.0
|
|
53
|
+
- @contractspec/lib.ui-kit-web@1.59.0
|
|
54
|
+
- @contractspec/lib.contracts@1.59.0
|
|
55
|
+
- @contractspec/lib.ui-link@1.59.0
|
|
56
|
+
- @contractspec/lib.logger@1.59.0
|
|
57
|
+
- @contractspec/lib.email@1.13.0
|
|
58
|
+
|
|
3
59
|
## 1.13.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": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -17,73 +17,349 @@
|
|
|
17
17
|
"dev": "contractspec-bun-build dev"
|
|
18
18
|
},
|
|
19
19
|
"exports": {
|
|
20
|
-
".":
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"./components/marketing
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"./components/marketing/
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"./components/marketing/
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"./components/
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"./
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"./
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
20
|
+
".": {
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
|
+
"bun": "./dist/index.js",
|
|
23
|
+
"node": "./dist/node/index.mjs",
|
|
24
|
+
"browser": "./dist/browser/index.js",
|
|
25
|
+
"default": "./dist/index.js"
|
|
26
|
+
},
|
|
27
|
+
"./components/marketing": {
|
|
28
|
+
"types": "./dist/components/marketing/index.d.ts",
|
|
29
|
+
"bun": "./dist/components/marketing/index.js",
|
|
30
|
+
"node": "./dist/node/components/marketing/index.mjs",
|
|
31
|
+
"browser": "./dist/browser/components/marketing/index.js",
|
|
32
|
+
"default": "./dist/components/marketing/index.js"
|
|
33
|
+
},
|
|
34
|
+
"./components/marketing/ChangelogPage": {
|
|
35
|
+
"types": "./dist/components/marketing/ChangelogPage.d.ts",
|
|
36
|
+
"bun": "./dist/components/marketing/ChangelogPage.js",
|
|
37
|
+
"node": "./dist/node/components/marketing/ChangelogPage.mjs",
|
|
38
|
+
"browser": "./dist/browser/components/marketing/ChangelogPage.js",
|
|
39
|
+
"default": "./dist/components/marketing/ChangelogPage.js"
|
|
40
|
+
},
|
|
41
|
+
"./components/marketing/CofounderPage": {
|
|
42
|
+
"types": "./dist/components/marketing/CofounderPage.d.ts",
|
|
43
|
+
"bun": "./dist/components/marketing/CofounderPage.js",
|
|
44
|
+
"node": "./dist/node/components/marketing/CofounderPage.mjs",
|
|
45
|
+
"browser": "./dist/browser/components/marketing/CofounderPage.js",
|
|
46
|
+
"default": "./dist/components/marketing/CofounderPage.js"
|
|
47
|
+
},
|
|
48
|
+
"./components/marketing/ContactClient": {
|
|
49
|
+
"types": "./dist/components/marketing/ContactClient.d.ts",
|
|
50
|
+
"bun": "./dist/components/marketing/ContactClient.js",
|
|
51
|
+
"node": "./dist/node/components/marketing/ContactClient.mjs",
|
|
52
|
+
"browser": "./dist/browser/components/marketing/ContactClient.js",
|
|
53
|
+
"default": "./dist/components/marketing/ContactClient.js"
|
|
54
|
+
},
|
|
55
|
+
"./components/marketing/ContributePage": {
|
|
56
|
+
"types": "./dist/components/marketing/ContributePage.d.ts",
|
|
57
|
+
"bun": "./dist/components/marketing/ContributePage.js",
|
|
58
|
+
"node": "./dist/node/components/marketing/ContributePage.mjs",
|
|
59
|
+
"browser": "./dist/browser/components/marketing/ContributePage.js",
|
|
60
|
+
"default": "./dist/components/marketing/ContributePage.js"
|
|
61
|
+
},
|
|
62
|
+
"./components/marketing/DesignPartnerPage": {
|
|
63
|
+
"types": "./dist/components/marketing/DesignPartnerPage.d.ts",
|
|
64
|
+
"bun": "./dist/components/marketing/DesignPartnerPage.js",
|
|
65
|
+
"node": "./dist/node/components/marketing/DesignPartnerPage.mjs",
|
|
66
|
+
"browser": "./dist/browser/components/marketing/DesignPartnerPage.js",
|
|
67
|
+
"default": "./dist/components/marketing/DesignPartnerPage.js"
|
|
68
|
+
},
|
|
69
|
+
"./components/marketing/index": {
|
|
70
|
+
"types": "./dist/components/marketing/index.d.ts",
|
|
71
|
+
"bun": "./dist/components/marketing/index.js",
|
|
72
|
+
"node": "./dist/node/components/marketing/index.mjs",
|
|
73
|
+
"browser": "./dist/browser/components/marketing/index.js",
|
|
74
|
+
"default": "./dist/components/marketing/index.js"
|
|
75
|
+
},
|
|
76
|
+
"./components/marketing/LandingPage": {
|
|
77
|
+
"types": "./dist/components/marketing/LandingPage.d.ts",
|
|
78
|
+
"bun": "./dist/components/marketing/LandingPage.js",
|
|
79
|
+
"node": "./dist/node/components/marketing/LandingPage.mjs",
|
|
80
|
+
"browser": "./dist/browser/components/marketing/LandingPage.js",
|
|
81
|
+
"default": "./dist/components/marketing/LandingPage.js"
|
|
82
|
+
},
|
|
83
|
+
"./components/marketing/pricing-thinking-modal": {
|
|
84
|
+
"types": "./dist/components/marketing/pricing-thinking-modal.d.ts",
|
|
85
|
+
"bun": "./dist/components/marketing/pricing-thinking-modal.js",
|
|
86
|
+
"node": "./dist/node/components/marketing/pricing-thinking-modal.mjs",
|
|
87
|
+
"browser": "./dist/browser/components/marketing/pricing-thinking-modal.js",
|
|
88
|
+
"default": "./dist/components/marketing/pricing-thinking-modal.js"
|
|
89
|
+
},
|
|
90
|
+
"./components/marketing/PricingClient": {
|
|
91
|
+
"types": "./dist/components/marketing/PricingClient.d.ts",
|
|
92
|
+
"bun": "./dist/components/marketing/PricingClient.js",
|
|
93
|
+
"node": "./dist/node/components/marketing/PricingClient.mjs",
|
|
94
|
+
"browser": "./dist/browser/components/marketing/PricingClient.js",
|
|
95
|
+
"default": "./dist/components/marketing/PricingClient.js"
|
|
96
|
+
},
|
|
97
|
+
"./components/marketing/ProductClientPage": {
|
|
98
|
+
"types": "./dist/components/marketing/ProductClientPage.d.ts",
|
|
99
|
+
"bun": "./dist/components/marketing/ProductClientPage.js",
|
|
100
|
+
"node": "./dist/node/components/marketing/ProductClientPage.mjs",
|
|
101
|
+
"browser": "./dist/browser/components/marketing/ProductClientPage.js",
|
|
102
|
+
"default": "./dist/components/marketing/ProductClientPage.js"
|
|
103
|
+
},
|
|
104
|
+
"./components/marketing/sections/AudienceSection": {
|
|
105
|
+
"types": "./dist/components/marketing/sections/AudienceSection.d.ts",
|
|
106
|
+
"bun": "./dist/components/marketing/sections/AudienceSection.js",
|
|
107
|
+
"node": "./dist/node/components/marketing/sections/AudienceSection.mjs",
|
|
108
|
+
"browser": "./dist/browser/components/marketing/sections/AudienceSection.js",
|
|
109
|
+
"default": "./dist/components/marketing/sections/AudienceSection.js"
|
|
110
|
+
},
|
|
111
|
+
"./components/marketing/sections/CorePositioningSection": {
|
|
112
|
+
"types": "./dist/components/marketing/sections/CorePositioningSection.d.ts",
|
|
113
|
+
"bun": "./dist/components/marketing/sections/CorePositioningSection.js",
|
|
114
|
+
"node": "./dist/node/components/marketing/sections/CorePositioningSection.mjs",
|
|
115
|
+
"browser": "./dist/browser/components/marketing/sections/CorePositioningSection.js",
|
|
116
|
+
"default": "./dist/components/marketing/sections/CorePositioningSection.js"
|
|
117
|
+
},
|
|
118
|
+
"./components/marketing/sections/CtaSection": {
|
|
119
|
+
"types": "./dist/components/marketing/sections/CtaSection.d.ts",
|
|
120
|
+
"bun": "./dist/components/marketing/sections/CtaSection.js",
|
|
121
|
+
"node": "./dist/node/components/marketing/sections/CtaSection.mjs",
|
|
122
|
+
"browser": "./dist/browser/components/marketing/sections/CtaSection.js",
|
|
123
|
+
"default": "./dist/components/marketing/sections/CtaSection.js"
|
|
124
|
+
},
|
|
125
|
+
"./components/marketing/sections/DevelopersSection": {
|
|
126
|
+
"types": "./dist/components/marketing/sections/DevelopersSection.d.ts",
|
|
127
|
+
"bun": "./dist/components/marketing/sections/DevelopersSection.js",
|
|
128
|
+
"node": "./dist/node/components/marketing/sections/DevelopersSection.mjs",
|
|
129
|
+
"browser": "./dist/browser/components/marketing/sections/DevelopersSection.js",
|
|
130
|
+
"default": "./dist/components/marketing/sections/DevelopersSection.js"
|
|
131
|
+
},
|
|
132
|
+
"./components/marketing/sections/FearsSection": {
|
|
133
|
+
"types": "./dist/components/marketing/sections/FearsSection.d.ts",
|
|
134
|
+
"bun": "./dist/components/marketing/sections/FearsSection.js",
|
|
135
|
+
"node": "./dist/node/components/marketing/sections/FearsSection.mjs",
|
|
136
|
+
"browser": "./dist/browser/components/marketing/sections/FearsSection.js",
|
|
137
|
+
"default": "./dist/components/marketing/sections/FearsSection.js"
|
|
138
|
+
},
|
|
139
|
+
"./components/marketing/sections/HeroMarketingSection": {
|
|
140
|
+
"types": "./dist/components/marketing/sections/HeroMarketingSection.d.ts",
|
|
141
|
+
"bun": "./dist/components/marketing/sections/HeroMarketingSection.js",
|
|
142
|
+
"node": "./dist/node/components/marketing/sections/HeroMarketingSection.mjs",
|
|
143
|
+
"browser": "./dist/browser/components/marketing/sections/HeroMarketingSection.js",
|
|
144
|
+
"default": "./dist/components/marketing/sections/HeroMarketingSection.js"
|
|
145
|
+
},
|
|
146
|
+
"./components/marketing/sections/IconGridSection": {
|
|
147
|
+
"types": "./dist/components/marketing/sections/IconGridSection.d.ts",
|
|
148
|
+
"bun": "./dist/components/marketing/sections/IconGridSection.js",
|
|
149
|
+
"node": "./dist/node/components/marketing/sections/IconGridSection.mjs",
|
|
150
|
+
"browser": "./dist/browser/components/marketing/sections/IconGridSection.js",
|
|
151
|
+
"default": "./dist/components/marketing/sections/IconGridSection.js"
|
|
152
|
+
},
|
|
153
|
+
"./components/marketing/sections/OutputsSection": {
|
|
154
|
+
"types": "./dist/components/marketing/sections/OutputsSection.d.ts",
|
|
155
|
+
"bun": "./dist/components/marketing/sections/OutputsSection.js",
|
|
156
|
+
"node": "./dist/node/components/marketing/sections/OutputsSection.mjs",
|
|
157
|
+
"browser": "./dist/browser/components/marketing/sections/OutputsSection.js",
|
|
158
|
+
"default": "./dist/components/marketing/sections/OutputsSection.js"
|
|
159
|
+
},
|
|
160
|
+
"./components/marketing/sections/ProblemSection": {
|
|
161
|
+
"types": "./dist/components/marketing/sections/ProblemSection.d.ts",
|
|
162
|
+
"bun": "./dist/components/marketing/sections/ProblemSection.js",
|
|
163
|
+
"node": "./dist/node/components/marketing/sections/ProblemSection.mjs",
|
|
164
|
+
"browser": "./dist/browser/components/marketing/sections/ProblemSection.js",
|
|
165
|
+
"default": "./dist/components/marketing/sections/ProblemSection.js"
|
|
166
|
+
},
|
|
167
|
+
"./components/marketing/sections/SolutionSection": {
|
|
168
|
+
"types": "./dist/components/marketing/sections/SolutionSection.d.ts",
|
|
169
|
+
"bun": "./dist/components/marketing/sections/SolutionSection.js",
|
|
170
|
+
"node": "./dist/node/components/marketing/sections/SolutionSection.mjs",
|
|
171
|
+
"browser": "./dist/browser/components/marketing/sections/SolutionSection.js",
|
|
172
|
+
"default": "./dist/components/marketing/sections/SolutionSection.js"
|
|
173
|
+
},
|
|
174
|
+
"./components/marketing/sections/StepsSection": {
|
|
175
|
+
"types": "./dist/components/marketing/sections/StepsSection.d.ts",
|
|
176
|
+
"bun": "./dist/components/marketing/sections/StepsSection.js",
|
|
177
|
+
"node": "./dist/node/components/marketing/sections/StepsSection.mjs",
|
|
178
|
+
"browser": "./dist/browser/components/marketing/sections/StepsSection.js",
|
|
179
|
+
"default": "./dist/components/marketing/sections/StepsSection.js"
|
|
180
|
+
},
|
|
181
|
+
"./components/marketing/waitlist-section": {
|
|
182
|
+
"types": "./dist/components/marketing/waitlist-section.d.ts",
|
|
183
|
+
"bun": "./dist/components/marketing/waitlist-section.js",
|
|
184
|
+
"node": "./dist/node/components/marketing/waitlist-section.mjs",
|
|
185
|
+
"browser": "./dist/browser/components/marketing/waitlist-section.js",
|
|
186
|
+
"default": "./dist/components/marketing/waitlist-section.js"
|
|
187
|
+
},
|
|
188
|
+
"./components/templates": {
|
|
189
|
+
"types": "./dist/components/templates/index.d.ts",
|
|
190
|
+
"bun": "./dist/components/templates/index.js",
|
|
191
|
+
"node": "./dist/node/components/templates/index.mjs",
|
|
192
|
+
"browser": "./dist/browser/components/templates/index.js",
|
|
193
|
+
"default": "./dist/components/templates/index.js"
|
|
194
|
+
},
|
|
195
|
+
"./components/templates/index": {
|
|
196
|
+
"types": "./dist/components/templates/index.d.ts",
|
|
197
|
+
"bun": "./dist/components/templates/index.js",
|
|
198
|
+
"node": "./dist/node/components/templates/index.mjs",
|
|
199
|
+
"browser": "./dist/browser/components/templates/index.js",
|
|
200
|
+
"default": "./dist/components/templates/index.js"
|
|
201
|
+
},
|
|
202
|
+
"./components/templates/TemplatesClientPage": {
|
|
203
|
+
"types": "./dist/components/templates/TemplatesClientPage.d.ts",
|
|
204
|
+
"bun": "./dist/components/templates/TemplatesClientPage.js",
|
|
205
|
+
"node": "./dist/node/components/templates/TemplatesClientPage.mjs",
|
|
206
|
+
"browser": "./dist/browser/components/templates/TemplatesClientPage.js",
|
|
207
|
+
"default": "./dist/components/templates/TemplatesClientPage.js"
|
|
208
|
+
},
|
|
209
|
+
"./components/templates/TemplatesPage": {
|
|
210
|
+
"types": "./dist/components/templates/TemplatesPage.d.ts",
|
|
211
|
+
"bun": "./dist/components/templates/TemplatesPage.js",
|
|
212
|
+
"node": "./dist/node/components/templates/TemplatesPage.mjs",
|
|
213
|
+
"browser": "./dist/browser/components/templates/TemplatesPage.js",
|
|
214
|
+
"default": "./dist/components/templates/TemplatesPage.js"
|
|
215
|
+
},
|
|
216
|
+
"./components/templates/TemplatesPreviewModal": {
|
|
217
|
+
"types": "./dist/components/templates/TemplatesPreviewModal.d.ts",
|
|
218
|
+
"bun": "./dist/components/templates/TemplatesPreviewModal.js",
|
|
219
|
+
"node": "./dist/node/components/templates/TemplatesPreviewModal.mjs",
|
|
220
|
+
"browser": "./dist/browser/components/templates/TemplatesPreviewModal.js",
|
|
221
|
+
"default": "./dist/components/templates/TemplatesPreviewModal.js"
|
|
222
|
+
},
|
|
223
|
+
"./libs/email/client": {
|
|
224
|
+
"types": "./dist/libs/email/client.d.ts",
|
|
225
|
+
"bun": "./dist/libs/email/client.js",
|
|
226
|
+
"node": "./dist/node/libs/email/client.mjs",
|
|
227
|
+
"browser": "./dist/browser/libs/email/client.js",
|
|
228
|
+
"default": "./dist/libs/email/client.js"
|
|
229
|
+
},
|
|
230
|
+
"./libs/email/contact": {
|
|
231
|
+
"types": "./dist/libs/email/contact.d.ts",
|
|
232
|
+
"bun": "./dist/libs/email/contact.js",
|
|
233
|
+
"node": "./dist/node/libs/email/contact.mjs",
|
|
234
|
+
"browser": "./dist/browser/libs/email/contact.js",
|
|
235
|
+
"default": "./dist/libs/email/contact.js"
|
|
236
|
+
},
|
|
237
|
+
"./libs/email/newsletter": {
|
|
238
|
+
"types": "./dist/libs/email/newsletter.d.ts",
|
|
239
|
+
"bun": "./dist/libs/email/newsletter.js",
|
|
240
|
+
"node": "./dist/node/libs/email/newsletter.mjs",
|
|
241
|
+
"browser": "./dist/browser/libs/email/newsletter.js",
|
|
242
|
+
"default": "./dist/libs/email/newsletter.js"
|
|
243
|
+
},
|
|
244
|
+
"./libs/email/types": {
|
|
245
|
+
"types": "./dist/libs/email/types.d.ts",
|
|
246
|
+
"bun": "./dist/libs/email/types.js",
|
|
247
|
+
"node": "./dist/node/libs/email/types.mjs",
|
|
248
|
+
"browser": "./dist/browser/libs/email/types.js",
|
|
249
|
+
"default": "./dist/libs/email/types.js"
|
|
250
|
+
},
|
|
251
|
+
"./libs/email/utils": {
|
|
252
|
+
"types": "./dist/libs/email/utils.d.ts",
|
|
253
|
+
"bun": "./dist/libs/email/utils.js",
|
|
254
|
+
"node": "./dist/node/libs/email/utils.mjs",
|
|
255
|
+
"browser": "./dist/browser/libs/email/utils.js",
|
|
256
|
+
"default": "./dist/libs/email/utils.js"
|
|
257
|
+
},
|
|
258
|
+
"./libs/email/waitlist": {
|
|
259
|
+
"types": "./dist/libs/email/waitlist.d.ts",
|
|
260
|
+
"bun": "./dist/libs/email/waitlist.js",
|
|
261
|
+
"node": "./dist/node/libs/email/waitlist.mjs",
|
|
262
|
+
"browser": "./dist/browser/libs/email/waitlist.js",
|
|
263
|
+
"default": "./dist/libs/email/waitlist.js"
|
|
264
|
+
},
|
|
265
|
+
"./libs/email/waitlist-application": {
|
|
266
|
+
"types": "./dist/libs/email/waitlist-application.d.ts",
|
|
267
|
+
"bun": "./dist/libs/email/waitlist-application.js",
|
|
268
|
+
"node": "./dist/node/libs/email/waitlist-application.mjs",
|
|
269
|
+
"browser": "./dist/browser/libs/email/waitlist-application.js",
|
|
270
|
+
"default": "./dist/libs/email/waitlist-application.js"
|
|
271
|
+
},
|
|
272
|
+
"./libs/pricing-examples": {
|
|
273
|
+
"types": "./dist/libs/pricing-examples.d.ts",
|
|
274
|
+
"bun": "./dist/libs/pricing-examples.js",
|
|
275
|
+
"node": "./dist/node/libs/pricing-examples.mjs",
|
|
276
|
+
"browser": "./dist/browser/libs/pricing-examples.js",
|
|
277
|
+
"default": "./dist/libs/pricing-examples.js"
|
|
278
|
+
},
|
|
279
|
+
"./registry": {
|
|
280
|
+
"types": "./dist/registry/index.d.ts",
|
|
281
|
+
"bun": "./dist/registry/index.js",
|
|
282
|
+
"node": "./dist/node/registry/index.mjs",
|
|
283
|
+
"browser": "./dist/browser/registry/index.js",
|
|
284
|
+
"default": "./dist/registry/index.js"
|
|
285
|
+
},
|
|
286
|
+
"./registry/engine": {
|
|
287
|
+
"types": "./dist/registry/engine.d.ts",
|
|
288
|
+
"bun": "./dist/registry/engine.js",
|
|
289
|
+
"node": "./dist/node/registry/engine.mjs",
|
|
290
|
+
"browser": "./dist/browser/registry/engine.js",
|
|
291
|
+
"default": "./dist/registry/engine.js"
|
|
292
|
+
},
|
|
293
|
+
"./registry/factory": {
|
|
294
|
+
"types": "./dist/registry/factory.d.ts",
|
|
295
|
+
"bun": "./dist/registry/factory.js",
|
|
296
|
+
"node": "./dist/node/registry/factory.mjs",
|
|
297
|
+
"browser": "./dist/browser/registry/factory.js",
|
|
298
|
+
"default": "./dist/registry/factory.js"
|
|
299
|
+
},
|
|
300
|
+
"./registry/index": {
|
|
301
|
+
"types": "./dist/registry/index.d.ts",
|
|
302
|
+
"bun": "./dist/registry/index.js",
|
|
303
|
+
"node": "./dist/node/registry/index.mjs",
|
|
304
|
+
"browser": "./dist/browser/registry/index.js",
|
|
305
|
+
"default": "./dist/registry/index.js"
|
|
306
|
+
},
|
|
307
|
+
"./registry/registry": {
|
|
308
|
+
"types": "./dist/registry/registry.d.ts",
|
|
309
|
+
"bun": "./dist/registry/registry.js",
|
|
310
|
+
"node": "./dist/node/registry/registry.mjs",
|
|
311
|
+
"browser": "./dist/browser/registry/registry.js",
|
|
312
|
+
"default": "./dist/registry/registry.js"
|
|
313
|
+
},
|
|
314
|
+
"./registry/registry-docs": {
|
|
315
|
+
"types": "./dist/registry/registry-docs.d.ts",
|
|
316
|
+
"bun": "./dist/registry/registry-docs.js",
|
|
317
|
+
"node": "./dist/node/registry/registry-docs.mjs",
|
|
318
|
+
"browser": "./dist/browser/registry/registry-docs.js",
|
|
319
|
+
"default": "./dist/registry/registry-docs.js"
|
|
320
|
+
},
|
|
321
|
+
"./registry/registry-landing": {
|
|
322
|
+
"types": "./dist/registry/registry-landing.d.ts",
|
|
323
|
+
"bun": "./dist/registry/registry-landing.js",
|
|
324
|
+
"node": "./dist/node/registry/registry-landing.mjs",
|
|
325
|
+
"browser": "./dist/browser/registry/registry-landing.js",
|
|
326
|
+
"default": "./dist/registry/registry-landing.js"
|
|
327
|
+
},
|
|
328
|
+
"./registry/types": {
|
|
329
|
+
"types": "./dist/registry/types.d.ts",
|
|
330
|
+
"bun": "./dist/registry/types.js",
|
|
331
|
+
"node": "./dist/node/registry/types.mjs",
|
|
332
|
+
"browser": "./dist/browser/registry/types.js",
|
|
333
|
+
"default": "./dist/registry/types.js"
|
|
334
|
+
},
|
|
335
|
+
"./registry/utils": {
|
|
336
|
+
"types": "./dist/registry/utils.d.ts",
|
|
337
|
+
"bun": "./dist/registry/utils.js",
|
|
338
|
+
"node": "./dist/node/registry/utils.mjs",
|
|
339
|
+
"browser": "./dist/browser/registry/utils.js",
|
|
340
|
+
"default": "./dist/registry/utils.js"
|
|
341
|
+
}
|
|
66
342
|
},
|
|
67
343
|
"types": "./dist/index.d.ts",
|
|
68
344
|
"dependencies": {
|
|
69
|
-
"@contractspec/bundle.library": "1.
|
|
70
|
-
"@contractspec/example.agent-console": "1.
|
|
71
|
-
"@contractspec/example.analytics-dashboard": "1.
|
|
72
|
-
"@contractspec/example.crm-pipeline": "1.
|
|
73
|
-
"@contractspec/example.integration-hub": "1.
|
|
74
|
-
"@contractspec/example.marketplace": "1.
|
|
75
|
-
"@contractspec/example.saas-boilerplate": "1.
|
|
76
|
-
"@contractspec/example.workflow-system": "1.
|
|
77
|
-
"@contractspec/lib.contracts": "1.
|
|
78
|
-
"@contractspec/lib.design-system": "1.
|
|
79
|
-
"@contractspec/lib.email": "1.
|
|
80
|
-
"@contractspec/lib.example-shared-ui": "1.
|
|
81
|
-
"@contractspec/lib.logger": "1.
|
|
82
|
-
"@contractspec/lib.runtime-sandbox": "0.
|
|
83
|
-
"@contractspec/lib.ui-kit-core": "1.
|
|
84
|
-
"@contractspec/lib.ui-kit-web": "1.
|
|
85
|
-
"@contractspec/lib.ui-link": "1.
|
|
86
|
-
"@contractspec/module.examples": "1.
|
|
345
|
+
"@contractspec/bundle.library": "1.15.0",
|
|
346
|
+
"@contractspec/example.agent-console": "1.60.0",
|
|
347
|
+
"@contractspec/example.analytics-dashboard": "1.60.0",
|
|
348
|
+
"@contractspec/example.crm-pipeline": "1.60.0",
|
|
349
|
+
"@contractspec/example.integration-hub": "1.60.0",
|
|
350
|
+
"@contractspec/example.marketplace": "1.60.0",
|
|
351
|
+
"@contractspec/example.saas-boilerplate": "1.60.0",
|
|
352
|
+
"@contractspec/example.workflow-system": "1.60.0",
|
|
353
|
+
"@contractspec/lib.contracts": "1.60.0",
|
|
354
|
+
"@contractspec/lib.design-system": "1.60.0",
|
|
355
|
+
"@contractspec/lib.email": "1.14.0",
|
|
356
|
+
"@contractspec/lib.example-shared-ui": "1.14.0",
|
|
357
|
+
"@contractspec/lib.logger": "1.60.0",
|
|
358
|
+
"@contractspec/lib.runtime-sandbox": "0.15.0",
|
|
359
|
+
"@contractspec/lib.ui-kit-core": "1.60.0",
|
|
360
|
+
"@contractspec/lib.ui-kit-web": "1.60.0",
|
|
361
|
+
"@contractspec/lib.ui-link": "1.60.0",
|
|
362
|
+
"@contractspec/module.examples": "1.60.0",
|
|
87
363
|
"@electric-sql/pglite": "^0.3.14",
|
|
88
364
|
"@hookform/resolvers": "^5.2.2",
|
|
89
365
|
"@scaleway/sdk": "^3.1.5",
|
|
@@ -98,9 +374,9 @@
|
|
|
98
374
|
},
|
|
99
375
|
"devDependencies": {
|
|
100
376
|
"@types/react": "~19.2.13",
|
|
101
|
-
"@contractspec/tool.typescript": "1.
|
|
377
|
+
"@contractspec/tool.typescript": "1.60.0",
|
|
102
378
|
"typescript": "^5.9.3",
|
|
103
|
-
"@contractspec/tool.bun": "1.
|
|
379
|
+
"@contractspec/tool.bun": "1.59.0"
|
|
104
380
|
},
|
|
105
381
|
"publishConfig": {
|
|
106
382
|
"access": "public",
|