@contractspec/bundle.marketing 1.12.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$colon$types.log +1 -0
- package/.turbo/turbo-build.log +175 -0
- package/.turbo/turbo-lint.log +3 -0
- package/AGENTS.md +36 -0
- package/CHANGELOG.md +416 -0
- package/README.md +57 -0
- package/dist/components/marketing/ChangelogPage.d.ts +21 -0
- package/dist/components/marketing/ChangelogPage.d.ts.map +1 -0
- package/dist/components/marketing/ChangelogPage.js +65 -0
- package/dist/components/marketing/ChangelogPage.js.map +1 -0
- package/dist/components/marketing/CofounderPage.d.ts +7 -0
- package/dist/components/marketing/CofounderPage.d.ts.map +1 -0
- package/dist/components/marketing/CofounderPage.js +468 -0
- package/dist/components/marketing/CofounderPage.js.map +1 -0
- package/dist/components/marketing/ContactClient.d.ts +7 -0
- package/dist/components/marketing/ContactClient.d.ts.map +1 -0
- package/dist/components/marketing/ContactClient.js +158 -0
- package/dist/components/marketing/ContactClient.js.map +1 -0
- package/dist/components/marketing/ContributePage.d.ts +9 -0
- package/dist/components/marketing/ContributePage.d.ts.map +1 -0
- package/dist/components/marketing/ContributePage.js +362 -0
- package/dist/components/marketing/ContributePage.js.map +1 -0
- package/dist/components/marketing/DesignPartnerPage.d.ts +9 -0
- package/dist/components/marketing/DesignPartnerPage.d.ts.map +1 -0
- package/dist/components/marketing/DesignPartnerPage.js +215 -0
- package/dist/components/marketing/DesignPartnerPage.js.map +1 -0
- package/dist/components/marketing/LandingPage.d.ts +7 -0
- package/dist/components/marketing/LandingPage.d.ts.map +1 -0
- package/dist/components/marketing/LandingPage.js +38 -0
- package/dist/components/marketing/LandingPage.js.map +1 -0
- package/dist/components/marketing/PricingClient.d.ts +7 -0
- package/dist/components/marketing/PricingClient.d.ts.map +1 -0
- package/dist/components/marketing/PricingClient.js +521 -0
- package/dist/components/marketing/PricingClient.js.map +1 -0
- package/dist/components/marketing/ProductClientPage.d.ts +7 -0
- package/dist/components/marketing/ProductClientPage.d.ts.map +1 -0
- package/dist/components/marketing/ProductClientPage.js +460 -0
- package/dist/components/marketing/ProductClientPage.js.map +1 -0
- package/dist/components/marketing/index.d.ts +11 -0
- package/dist/components/marketing/index.js +12 -0
- package/dist/components/marketing/pricing-thinking-modal.d.ts +16 -0
- package/dist/components/marketing/pricing-thinking-modal.d.ts.map +1 -0
- package/dist/components/marketing/pricing-thinking-modal.js +202 -0
- package/dist/components/marketing/pricing-thinking-modal.js.map +1 -0
- package/dist/components/marketing/sections/AudienceSection.d.ts +7 -0
- package/dist/components/marketing/sections/AudienceSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/AudienceSection.js +68 -0
- package/dist/components/marketing/sections/AudienceSection.js.map +1 -0
- package/dist/components/marketing/sections/CorePositioningSection.d.ts +7 -0
- package/dist/components/marketing/sections/CorePositioningSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/CorePositioningSection.js +59 -0
- package/dist/components/marketing/sections/CorePositioningSection.js.map +1 -0
- package/dist/components/marketing/sections/CtaSection.d.ts +7 -0
- package/dist/components/marketing/sections/CtaSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/CtaSection.js +54 -0
- package/dist/components/marketing/sections/CtaSection.js.map +1 -0
- package/dist/components/marketing/sections/DevelopersSection.d.ts +7 -0
- package/dist/components/marketing/sections/DevelopersSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/DevelopersSection.js +45 -0
- package/dist/components/marketing/sections/DevelopersSection.js.map +1 -0
- package/dist/components/marketing/sections/FearsSection.d.ts +7 -0
- package/dist/components/marketing/sections/FearsSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/FearsSection.js +48 -0
- package/dist/components/marketing/sections/FearsSection.js.map +1 -0
- package/dist/components/marketing/sections/HeroMarketingSection.d.ts +7 -0
- package/dist/components/marketing/sections/HeroMarketingSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/HeroMarketingSection.js +77 -0
- package/dist/components/marketing/sections/HeroMarketingSection.js.map +1 -0
- package/dist/components/marketing/sections/IconGridSection.d.ts +45 -0
- package/dist/components/marketing/sections/IconGridSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/IconGridSection.js +44 -0
- package/dist/components/marketing/sections/IconGridSection.js.map +1 -0
- package/dist/components/marketing/sections/OutputsSection.d.ts +7 -0
- package/dist/components/marketing/sections/OutputsSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/OutputsSection.js +59 -0
- package/dist/components/marketing/sections/OutputsSection.js.map +1 -0
- package/dist/components/marketing/sections/ProblemSection.d.ts +7 -0
- package/dist/components/marketing/sections/ProblemSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/ProblemSection.js +46 -0
- package/dist/components/marketing/sections/ProblemSection.js.map +1 -0
- package/dist/components/marketing/sections/SolutionSection.d.ts +7 -0
- package/dist/components/marketing/sections/SolutionSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/SolutionSection.js +46 -0
- package/dist/components/marketing/sections/SolutionSection.js.map +1 -0
- package/dist/components/marketing/sections/StepsSection.d.ts +7 -0
- package/dist/components/marketing/sections/StepsSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/StepsSection.js +52 -0
- package/dist/components/marketing/sections/StepsSection.js.map +1 -0
- package/dist/components/marketing/waitlist-section.d.ts +15 -0
- package/dist/components/marketing/waitlist-section.d.ts.map +1 -0
- package/dist/components/marketing/waitlist-section.js +578 -0
- package/dist/components/marketing/waitlist-section.js.map +1 -0
- package/dist/components/templates/TemplatesClientPage.d.ts +7 -0
- package/dist/components/templates/TemplatesClientPage.d.ts.map +1 -0
- package/dist/components/templates/TemplatesClientPage.js +625 -0
- package/dist/components/templates/TemplatesClientPage.js.map +1 -0
- package/dist/components/templates/TemplatesPage.d.ts +7 -0
- package/dist/components/templates/TemplatesPage.d.ts.map +1 -0
- package/dist/components/templates/TemplatesPage.js +125 -0
- package/dist/components/templates/TemplatesPage.js.map +1 -0
- package/dist/components/templates/TemplatesPreviewModal.d.ts +15 -0
- package/dist/components/templates/TemplatesPreviewModal.d.ts.map +1 -0
- package/dist/components/templates/TemplatesPreviewModal.js +137 -0
- package/dist/components/templates/TemplatesPreviewModal.js.map +1 -0
- package/dist/components/templates/index.d.ts +4 -0
- package/dist/components/templates/index.js +5 -0
- package/dist/index.d.ts +29 -0
- package/dist/index.js +28 -0
- package/dist/libs/email/client.d.ts +15 -0
- package/dist/libs/email/client.d.ts.map +1 -0
- package/dist/libs/email/client.js +113 -0
- package/dist/libs/email/client.js.map +1 -0
- package/dist/libs/email/contact.d.ts +7 -0
- package/dist/libs/email/contact.d.ts.map +1 -0
- package/dist/libs/email/contact.js +71 -0
- package/dist/libs/email/contact.js.map +1 -0
- package/dist/libs/email/newsletter.d.ts +7 -0
- package/dist/libs/email/newsletter.d.ts.map +1 -0
- package/dist/libs/email/newsletter.js +95 -0
- package/dist/libs/email/newsletter.js.map +1 -0
- package/dist/libs/email/types.d.ts +53 -0
- package/dist/libs/email/types.d.ts.map +1 -0
- package/dist/libs/email/types.js +1 -0
- package/dist/libs/email/utils.d.ts +6 -0
- package/dist/libs/email/utils.d.ts.map +1 -0
- package/dist/libs/email/utils.js +7 -0
- package/dist/libs/email/utils.js.map +1 -0
- package/dist/libs/email/waitlist-application.d.ts +7 -0
- package/dist/libs/email/waitlist-application.d.ts.map +1 -0
- package/dist/libs/email/waitlist-application.js +170 -0
- package/dist/libs/email/waitlist-application.js.map +1 -0
- package/dist/libs/email/waitlist.d.ts +7 -0
- package/dist/libs/email/waitlist.d.ts.map +1 -0
- package/dist/libs/email/waitlist.js +105 -0
- package/dist/libs/email/waitlist.js.map +1 -0
- package/dist/libs/pricing-examples.d.ts +22 -0
- package/dist/libs/pricing-examples.d.ts.map +1 -0
- package/dist/libs/pricing-examples.js +21 -0
- package/dist/libs/pricing-examples.js.map +1 -0
- package/dist/registry/engine.d.ts +17 -0
- package/dist/registry/engine.d.ts.map +1 -0
- package/dist/registry/engine.js +24 -0
- package/dist/registry/engine.js.map +1 -0
- package/dist/registry/factory.d.ts +64 -0
- package/dist/registry/factory.d.ts.map +1 -0
- package/dist/registry/factory.js +61 -0
- package/dist/registry/factory.js.map +1 -0
- package/dist/registry/index.d.ts +8 -0
- package/dist/registry/index.js +8 -0
- package/dist/registry/registry-docs.d.ts +15 -0
- package/dist/registry/registry-docs.d.ts.map +1 -0
- package/dist/registry/registry-docs.js +305 -0
- package/dist/registry/registry-docs.js.map +1 -0
- package/dist/registry/registry-landing.d.ts +19 -0
- package/dist/registry/registry-landing.d.ts.map +1 -0
- package/dist/registry/registry-landing.js +95 -0
- package/dist/registry/registry-landing.js.map +1 -0
- package/dist/registry/registry.d.ts +30 -0
- package/dist/registry/registry.d.ts.map +1 -0
- package/dist/registry/registry.js +61 -0
- package/dist/registry/registry.js.map +1 -0
- package/dist/registry/types.d.ts +19 -0
- package/dist/registry/types.d.ts.map +1 -0
- package/dist/registry/types.js +0 -0
- package/dist/registry/utils.d.ts +31 -0
- package/dist/registry/utils.d.ts.map +1 -0
- package/dist/registry/utils.js +54 -0
- package/dist/registry/utils.js.map +1 -0
- package/package.json +151 -0
- package/src/components/marketing/ChangelogPage.tsx +110 -0
- package/src/components/marketing/CofounderPage.tsx +409 -0
- package/src/components/marketing/ContactClient.tsx +174 -0
- package/src/components/marketing/ContributePage.tsx +319 -0
- package/src/components/marketing/DesignPartnerPage.tsx +181 -0
- package/src/components/marketing/LandingPage.tsx +30 -0
- package/src/components/marketing/PricingClient.tsx +446 -0
- package/src/components/marketing/ProductClientPage.tsx +391 -0
- package/src/components/marketing/index.ts +10 -0
- package/src/components/marketing/pricing-thinking-modal.tsx +224 -0
- package/src/components/marketing/sections/AudienceSection.tsx +66 -0
- package/src/components/marketing/sections/CorePositioningSection.tsx +44 -0
- package/src/components/marketing/sections/CtaSection.tsx +57 -0
- package/src/components/marketing/sections/DevelopersSection.tsx +38 -0
- package/src/components/marketing/sections/FearsSection.tsx +45 -0
- package/src/components/marketing/sections/HeroMarketingSection.tsx +73 -0
- package/src/components/marketing/sections/IconGridSection.tsx +91 -0
- package/src/components/marketing/sections/OutputsSection.tsx +59 -0
- package/src/components/marketing/sections/ProblemSection.tsx +47 -0
- package/src/components/marketing/sections/SolutionSection.tsx +47 -0
- package/src/components/marketing/sections/StepsSection.tsx +55 -0
- package/src/components/marketing/waitlist-section.tsx +606 -0
- package/src/components/templates/TemplatesClientPage.tsx +711 -0
- package/src/components/templates/TemplatesPage.tsx +129 -0
- package/src/components/templates/TemplatesPreviewModal.tsx +260 -0
- package/src/components/templates/index.ts +3 -0
- package/src/index.ts +15 -0
- package/src/libs/email/client.test.ts +107 -0
- package/src/libs/email/client.ts +146 -0
- package/src/libs/email/contact.ts +80 -0
- package/src/libs/email/newsletter.ts +108 -0
- package/src/libs/email/types.ts +59 -0
- package/src/libs/email/utils.ts +8 -0
- package/src/libs/email/waitlist-application.ts +192 -0
- package/src/libs/email/waitlist.ts +118 -0
- package/src/libs/pricing-examples.ts +19 -0
- package/src/registry/engine.ts +38 -0
- package/src/registry/factory.ts +110 -0
- package/src/registry/index.ts +7 -0
- package/src/registry/registry-docs.ts +843 -0
- package/src/registry/registry-landing.ts +118 -0
- package/src/registry/registry.ts +85 -0
- package/src/registry/types.ts +17 -0
- package/src/registry/utils.ts +99 -0
- package/tsconfig.json +13 -0
- package/tsconfig.tsbuildinfo +1 -0
- package/tsdown.config.js +10 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ tsc --noEmit
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
|
|
2
|
+
[0m[2m[35m$[0m [2m[1mbun build:types && bun build:bundle[0m
|
|
3
|
+
[0m[2m[35m$[0m [2m[1mtsc --noEmit[0m
|
|
4
|
+
[0m[2m[35m$[0m [2m[1mtsdown[0m
|
|
5
|
+
[34mℹ[39m tsdown [2mv0.20.3[22m powered by rolldown [2mv1.0.0-rc.3[22m
|
|
6
|
+
[34mℹ[39m config file: [4m/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/marketing/tsdown.config.js[24m (unrun)
|
|
7
|
+
[34mℹ[39m entry: [34msrc/index.ts, src/libs/pricing-examples.ts, src/registry/engine.ts, src/registry/factory.ts, src/registry/index.ts, src/registry/registry-docs.ts, src/registry/registry-landing.ts, src/registry/registry.ts, src/registry/types.ts, src/registry/utils.ts, src/components/marketing/ChangelogPage.tsx, src/components/marketing/CofounderPage.tsx, src/components/marketing/ContactClient.tsx, src/components/marketing/ContributePage.tsx, src/components/marketing/DesignPartnerPage.tsx, src/components/marketing/LandingPage.tsx, src/components/marketing/PricingClient.tsx, src/components/marketing/ProductClientPage.tsx, src/components/marketing/index.ts, src/components/marketing/pricing-thinking-modal.tsx, src/components/marketing/waitlist-section.tsx, src/components/templates/TemplatesClientPage.tsx, src/components/templates/TemplatesPage.tsx, src/components/templates/TemplatesPreviewModal.tsx, src/components/templates/index.ts, src/libs/email/client.ts, src/libs/email/contact.ts, src/libs/email/newsletter.ts, src/libs/email/types.ts, src/libs/email/utils.ts, src/libs/email/waitlist-application.ts, src/libs/email/waitlist.ts, src/components/marketing/sections/AudienceSection.tsx, src/components/marketing/sections/CorePositioningSection.tsx, src/components/marketing/sections/CtaSection.tsx, src/components/marketing/sections/DevelopersSection.tsx, src/components/marketing/sections/FearsSection.tsx, src/components/marketing/sections/HeroMarketingSection.tsx, src/components/marketing/sections/IconGridSection.tsx, src/components/marketing/sections/OutputsSection.tsx, src/components/marketing/sections/ProblemSection.tsx, src/components/marketing/sections/SolutionSection.tsx, src/components/marketing/sections/StepsSection.tsx[39m
|
|
8
|
+
[34mℹ[39m target: [34mesnext[39m
|
|
9
|
+
[34mℹ[39m tsconfig: [34mtsconfig.json[39m
|
|
10
|
+
[34mℹ[39m Build start
|
|
11
|
+
[34mℹ[39m Cleaning 169 files
|
|
12
|
+
[34mℹ[39m [2mdist/[22m[1mregistry/registry-docs.js[22m [2m27.38 kB[22m [2m│ gzip: 3.94 kB[22m
|
|
13
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/templates/TemplatesClientPage.js[22m [2m25.55 kB[22m [2m│ gzip: 5.49 kB[22m
|
|
14
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/waitlist-section.js[22m [2m22.40 kB[22m [2m│ gzip: 4.03 kB[22m
|
|
15
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/PricingClient.js[22m [2m20.90 kB[22m [2m│ gzip: 3.77 kB[22m
|
|
16
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/ProductClientPage.js[22m [2m17.11 kB[22m [2m│ gzip: 3.37 kB[22m
|
|
17
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/CofounderPage.js[22m [2m14.81 kB[22m [2m│ gzip: 3.60 kB[22m
|
|
18
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/ContributePage.js[22m [2m14.21 kB[22m [2m│ gzip: 2.94 kB[22m
|
|
19
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/DesignPartnerPage.js[22m [2m 8.70 kB[22m [2m│ gzip: 2.02 kB[22m
|
|
20
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/pricing-thinking-modal.js[22m [2m 7.83 kB[22m [2m│ gzip: 2.28 kB[22m
|
|
21
|
+
[34mℹ[39m [2mdist/[22m[1mlibs/email/waitlist-application.js[22m [2m 7.55 kB[22m [2m│ gzip: 2.16 kB[22m
|
|
22
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/templates/TemplatesPreviewModal.js[22m [2m 6.12 kB[22m [2m│ gzip: 1.43 kB[22m
|
|
23
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/ContactClient.js[22m [2m 5.84 kB[22m [2m│ gzip: 1.66 kB[22m
|
|
24
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/templates/TemplatesPage.js[22m [2m 4.15 kB[22m [2m│ gzip: 1.24 kB[22m
|
|
25
|
+
[34mℹ[39m [2mdist/[22m[1mlibs/email/waitlist.js[22m [2m 3.88 kB[22m [2m│ gzip: 1.38 kB[22m
|
|
26
|
+
[34mℹ[39m [2mdist/[22m[1mlibs/email/newsletter.js[22m [2m 3.29 kB[22m [2m│ gzip: 1.24 kB[22m
|
|
27
|
+
[34mℹ[39m [2mdist/[22m[1mregistry/registry-landing.js[22m [2m 3.25 kB[22m [2m│ gzip: 0.95 kB[22m
|
|
28
|
+
[34mℹ[39m [2mdist/[22m[1mlibs/email/client.js[22m [2m 3.24 kB[22m [2m│ gzip: 1.19 kB[22m
|
|
29
|
+
[34mℹ[39m [2mdist/[22m[1mindex.js[22m [2m 2.88 kB[22m [2m│ gzip: 0.67 kB[22m
|
|
30
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/sections/AudienceSection.js[22m [2m 2.83 kB[22m [2m│ gzip: 1.19 kB[22m
|
|
31
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/sections/HeroMarketingSection.js[22m [2m 2.77 kB[22m [2m│ gzip: 1.09 kB[22m
|
|
32
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/ChangelogPage.js[22m [2m 2.63 kB[22m [2m│ gzip: 0.90 kB[22m
|
|
33
|
+
[34mℹ[39m [2mdist/[22m[1mlibs/email/contact.js[22m [2m 2.62 kB[22m [2m│ gzip: 1.08 kB[22m
|
|
34
|
+
[34mℹ[39m [2mdist/[22m[1mregistry/registry.js[22m [2m 2.13 kB[22m [2m│ gzip: 0.77 kB[22m
|
|
35
|
+
[34mℹ[39m [2mdist/[22m[1mregistry/utils.js[22m [2m 1.86 kB[22m [2m│ gzip: 0.74 kB[22m
|
|
36
|
+
[34mℹ[39m [2mdist/[22m[1mregistry/factory.js[22m [2m 1.86 kB[22m [2m│ gzip: 0.85 kB[22m
|
|
37
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/sections/CorePositioningSection.js[22m [2m 1.83 kB[22m [2m│ gzip: 0.76 kB[22m
|
|
38
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/sections/CtaSection.js[22m [2m 1.82 kB[22m [2m│ gzip: 0.78 kB[22m
|
|
39
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/sections/FearsSection.js[22m [2m 1.74 kB[22m [2m│ gzip: 0.92 kB[22m
|
|
40
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/sections/SolutionSection.js[22m [2m 1.58 kB[22m [2m│ gzip: 0.79 kB[22m
|
|
41
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/sections/OutputsSection.js[22m [2m 1.53 kB[22m [2m│ gzip: 0.76 kB[22m
|
|
42
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/sections/ProblemSection.js[22m [2m 1.53 kB[22m [2m│ gzip: 0.78 kB[22m
|
|
43
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/LandingPage.js[22m [2m 1.48 kB[22m [2m│ gzip: 0.46 kB[22m
|
|
44
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/sections/StepsSection.js[22m [2m 1.45 kB[22m [2m│ gzip: 0.75 kB[22m
|
|
45
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/sections/IconGridSection.js[22m [2m 1.45 kB[22m [2m│ gzip: 0.65 kB[22m
|
|
46
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/sections/DevelopersSection.js[22m [2m 1.22 kB[22m [2m│ gzip: 0.69 kB[22m
|
|
47
|
+
[34mℹ[39m [2mdist/[22m[1mregistry/index.js[22m [2m 1.12 kB[22m [2m│ gzip: 0.33 kB[22m
|
|
48
|
+
[34mℹ[39m [2mdist/[22m[1mregistry/engine.js[22m [2m 0.93 kB[22m [2m│ gzip: 0.42 kB[22m
|
|
49
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/marketing/index.js[22m [2m 0.73 kB[22m [2m│ gzip: 0.23 kB[22m
|
|
50
|
+
[34mℹ[39m [2mdist/[22m[1mlibs/pricing-examples.js[22m [2m 0.55 kB[22m [2m│ gzip: 0.36 kB[22m
|
|
51
|
+
[34mℹ[39m [2mdist/[22m[1mlibs/email/utils.js[22m [2m 0.32 kB[22m [2m│ gzip: 0.20 kB[22m
|
|
52
|
+
[34mℹ[39m [2mdist/[22m[1mcomponents/templates/index.js[22m [2m 0.26 kB[22m [2m│ gzip: 0.12 kB[22m
|
|
53
|
+
[34mℹ[39m [2mdist/[22m[1mlibs/email/types.js[22m [2m 0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
54
|
+
[34mℹ[39m [2mdist/[22m[1mregistry/types.js[22m [2m 0.00 kB[22m [2m│ gzip: 0.02 kB[22m
|
|
55
|
+
[34mℹ[39m [2mdist/[22mcomponents/templates/TemplatesClientPage.js.map [2m36.08 kB[22m [2m│ gzip: 7.76 kB[22m
|
|
56
|
+
[34mℹ[39m [2mdist/[22mregistry/registry-docs.js.map [2m35.15 kB[22m [2m│ gzip: 5.04 kB[22m
|
|
57
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/waitlist-section.js.map [2m31.20 kB[22m [2m│ gzip: 6.33 kB[22m
|
|
58
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/PricingClient.js.map [2m23.82 kB[22m [2m│ gzip: 4.89 kB[22m
|
|
59
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/ProductClientPage.js.map [2m19.84 kB[22m [2m│ gzip: 4.20 kB[22m
|
|
60
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/CofounderPage.js.map [2m18.51 kB[22m [2m│ gzip: 5.00 kB[22m
|
|
61
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/ContributePage.js.map [2m16.12 kB[22m [2m│ gzip: 3.75 kB[22m
|
|
62
|
+
[34mℹ[39m [2mdist/[22mcomponents/templates/TemplatesPreviewModal.js.map [2m10.62 kB[22m [2m│ gzip: 2.46 kB[22m
|
|
63
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/pricing-thinking-modal.js.map [2m10.37 kB[22m [2m│ gzip: 3.17 kB[22m
|
|
64
|
+
[34mℹ[39m [2mdist/[22mlibs/email/waitlist-application.js.map [2m10.29 kB[22m [2m│ gzip: 2.93 kB[22m
|
|
65
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/DesignPartnerPage.js.map [2m 9.59 kB[22m [2m│ gzip: 2.52 kB[22m
|
|
66
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/ContactClient.js.map [2m 8.11 kB[22m [2m│ gzip: 2.52 kB[22m
|
|
67
|
+
[34mℹ[39m [2mdist/[22mcomponents/templates/TemplatesPage.js.map [2m 6.12 kB[22m [2m│ gzip: 1.97 kB[22m
|
|
68
|
+
[34mℹ[39m [2mdist/[22mlibs/email/client.js.map [2m 5.96 kB[22m [2m│ gzip: 2.04 kB[22m
|
|
69
|
+
[34mℹ[39m [2mdist/[22mlibs/email/waitlist.js.map [2m 5.16 kB[22m [2m│ gzip: 1.80 kB[22m
|
|
70
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/ChangelogPage.js.map [2m 4.67 kB[22m [2m│ gzip: 1.60 kB[22m
|
|
71
|
+
[34mℹ[39m [2mdist/[22mregistry/registry-landing.js.map [2m 4.58 kB[22m [2m│ gzip: 1.23 kB[22m
|
|
72
|
+
[34mℹ[39m [2mdist/[22mlibs/email/newsletter.js.map [2m 4.53 kB[22m [2m│ gzip: 1.66 kB[22m
|
|
73
|
+
[34mℹ[39m [2mdist/[22mlibs/email/contact.js.map [2m 3.80 kB[22m [2m│ gzip: 1.52 kB[22m
|
|
74
|
+
[34mℹ[39m [2mdist/[22mregistry/factory.js.map [2m 3.78 kB[22m [2m│ gzip: 1.51 kB[22m
|
|
75
|
+
[34mℹ[39m [2mdist/[22mregistry/utils.js.map [2m 3.58 kB[22m [2m│ gzip: 1.31 kB[22m
|
|
76
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/HeroMarketingSection.js.map [2m 3.56 kB[22m [2m│ gzip: 1.44 kB[22m
|
|
77
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/AudienceSection.js.map [2m 3.51 kB[22m [2m│ gzip: 1.45 kB[22m
|
|
78
|
+
[34mℹ[39m [2mdist/[22mregistry/registry.js.map [2m 3.22 kB[22m [2m│ gzip: 1.18 kB[22m
|
|
79
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/IconGridSection.js.map [2m 3.04 kB[22m [2m│ gzip: 1.18 kB[22m
|
|
80
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/CtaSection.js.map [2m 2.44 kB[22m [2m│ gzip: 1.00 kB[22m
|
|
81
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/FearsSection.js.map [2m 2.25 kB[22m [2m│ gzip: 1.08 kB[22m
|
|
82
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/OutputsSection.js.map [2m 2.16 kB[22m [2m│ gzip: 0.94 kB[22m
|
|
83
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/CorePositioningSection.js.map [2m 2.10 kB[22m [2m│ gzip: 0.96 kB[22m
|
|
84
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/SolutionSection.js.map [2m 2.08 kB[22m [2m│ gzip: 0.93 kB[22m
|
|
85
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/StepsSection.js.map [2m 2.06 kB[22m [2m│ gzip: 0.96 kB[22m
|
|
86
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/ProblemSection.js.map [2m 2.03 kB[22m [2m│ gzip: 0.93 kB[22m
|
|
87
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/DevelopersSection.js.map [2m 1.52 kB[22m [2m│ gzip: 0.83 kB[22m
|
|
88
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/LandingPage.js.map [2m 1.50 kB[22m [2m│ gzip: 0.53 kB[22m
|
|
89
|
+
[34mℹ[39m [2mdist/[22mregistry/engine.js.map [2m 1.48 kB[22m [2m│ gzip: 0.65 kB[22m
|
|
90
|
+
[34mℹ[39m [2mdist/[22mlibs/pricing-examples.js.map [2m 0.77 kB[22m [2m│ gzip: 0.47 kB[22m
|
|
91
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/IconGridSection.d.ts.map [2m 0.68 kB[22m [2m│ gzip: 0.32 kB[22m
|
|
92
|
+
[34mℹ[39m [2mdist/[22mlibs/email/types.d.ts.map [2m 0.63 kB[22m [2m│ gzip: 0.23 kB[22m
|
|
93
|
+
[34mℹ[39m [2mdist/[22mlibs/email/utils.js.map [2m 0.53 kB[22m [2m│ gzip: 0.31 kB[22m
|
|
94
|
+
[34mℹ[39m [2mdist/[22mregistry/factory.d.ts.map [2m 0.51 kB[22m [2m│ gzip: 0.30 kB[22m
|
|
95
|
+
[34mℹ[39m [2mdist/[22mregistry/utils.d.ts.map [2m 0.37 kB[22m [2m│ gzip: 0.23 kB[22m
|
|
96
|
+
[34mℹ[39m [2mdist/[22mlibs/email/client.d.ts.map [2m 0.34 kB[22m [2m│ gzip: 0.23 kB[22m
|
|
97
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/ChangelogPage.d.ts.map [2m 0.33 kB[22m [2m│ gzip: 0.21 kB[22m
|
|
98
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/pricing-thinking-modal.d.ts.map [2m 0.30 kB[22m [2m│ gzip: 0.20 kB[22m
|
|
99
|
+
[34mℹ[39m [2mdist/[22mcomponents/templates/TemplatesPreviewModal.d.ts.map [2m 0.28 kB[22m [2m│ gzip: 0.20 kB[22m
|
|
100
|
+
[34mℹ[39m [2mdist/[22mregistry/registry.d.ts.map [2m 0.28 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
101
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/waitlist-section.d.ts.map [2m 0.27 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
102
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/DesignPartnerPage.d.ts.map [2m 0.22 kB[22m [2m│ gzip: 0.17 kB[22m
|
|
103
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/CorePositioningSection.d.ts.map [2m 0.21 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
104
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/HeroMarketingSection.d.ts.map [2m 0.21 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
105
|
+
[34mℹ[39m [2mdist/[22mregistry/registry-landing.d.ts.map [2m 0.21 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
106
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/ContributePage.d.ts.map [2m 0.21 kB[22m [2m│ gzip: 0.17 kB[22m
|
|
107
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/DevelopersSection.d.ts.map [2m 0.20 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
108
|
+
[34mℹ[39m [2mdist/[22mregistry/types.d.ts.map [2m 0.20 kB[22m [2m│ gzip: 0.17 kB[22m
|
|
109
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/AudienceSection.d.ts.map [2m 0.20 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
110
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/SolutionSection.d.ts.map [2m 0.20 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
111
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/OutputsSection.d.ts.map [2m 0.20 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
112
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/ProblemSection.d.ts.map [2m 0.20 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
113
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/FearsSection.d.ts.map [2m 0.19 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
114
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/StepsSection.d.ts.map [2m 0.19 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
115
|
+
[34mℹ[39m [2mdist/[22mlibs/email/waitlist-application.d.ts.map [2m 0.19 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
116
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/sections/CtaSection.d.ts.map [2m 0.19 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
117
|
+
[34mℹ[39m [2mdist/[22mcomponents/templates/TemplatesClientPage.d.ts.map [2m 0.19 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
118
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/ProductClientPage.d.ts.map [2m 0.19 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
119
|
+
[34mℹ[39m [2mdist/[22mregistry/engine.d.ts.map [2m 0.19 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
120
|
+
[34mℹ[39m [2mdist/[22mcomponents/templates/TemplatesPage.d.ts.map [2m 0.18 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
121
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/CofounderPage.d.ts.map [2m 0.18 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
122
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/ContactClient.d.ts.map [2m 0.18 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
123
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/PricingClient.d.ts.map [2m 0.18 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
124
|
+
[34mℹ[39m [2mdist/[22mcomponents/marketing/LandingPage.d.ts.map [2m 0.18 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
125
|
+
[34mℹ[39m [2mdist/[22mregistry/registry-docs.d.ts.map [2m 0.18 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
126
|
+
[34mℹ[39m [2mdist/[22mlibs/email/newsletter.d.ts.map [2m 0.17 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
127
|
+
[34mℹ[39m [2mdist/[22mlibs/email/waitlist.d.ts.map [2m 0.16 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
128
|
+
[34mℹ[39m [2mdist/[22mlibs/email/contact.d.ts.map [2m 0.16 kB[22m [2m│ gzip: 0.15 kB[22m
|
|
129
|
+
[34mℹ[39m [2mdist/[22mlibs/email/utils.d.ts.map [2m 0.15 kB[22m [2m│ gzip: 0.14 kB[22m
|
|
130
|
+
[34mℹ[39m [2mdist/[22mlibs/pricing-examples.d.ts.map [2m 0.14 kB[22m [2m│ gzip: 0.13 kB[22m
|
|
131
|
+
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.ts[22m[39m [2m 3.36 kB[22m [2m│ gzip: 0.73 kB[22m
|
|
132
|
+
[34mℹ[39m [2mdist/[22m[32m[1mregistry/factory.d.ts[22m[39m [2m 2.43 kB[22m [2m│ gzip: 1.01 kB[22m
|
|
133
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/sections/IconGridSection.d.ts[22m[39m [2m 1.44 kB[22m [2m│ gzip: 0.61 kB[22m
|
|
134
|
+
[34mℹ[39m [2mdist/[22m[32m[1mregistry/index.d.ts[22m[39m [2m 1.32 kB[22m [2m│ gzip: 0.36 kB[22m
|
|
135
|
+
[34mℹ[39m [2mdist/[22m[32m[1mlibs/email/types.d.ts[22m[39m [2m 1.23 kB[22m [2m│ gzip: 0.44 kB[22m
|
|
136
|
+
[34mℹ[39m [2mdist/[22m[32m[1mregistry/utils.d.ts[22m[39m [2m 1.16 kB[22m [2m│ gzip: 0.50 kB[22m
|
|
137
|
+
[34mℹ[39m [2mdist/[22m[32m[1mregistry/registry.d.ts[22m[39m [2m 1.08 kB[22m [2m│ gzip: 0.45 kB[22m
|
|
138
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/index.d.ts[22m[39m [2m 0.73 kB[22m [2m│ gzip: 0.23 kB[22m
|
|
139
|
+
[34mℹ[39m [2mdist/[22m[32m[1mlibs/email/client.d.ts[22m[39m [2m 0.70 kB[22m [2m│ gzip: 0.36 kB[22m
|
|
140
|
+
[34mℹ[39m [2mdist/[22m[32m[1mlibs/pricing-examples.d.ts[22m[39m [2m 0.67 kB[22m [2m│ gzip: 0.37 kB[22m
|
|
141
|
+
[34mℹ[39m [2mdist/[22m[32m[1mregistry/registry-landing.d.ts[22m[39m [2m 0.67 kB[22m [2m│ gzip: 0.28 kB[22m
|
|
142
|
+
[34mℹ[39m [2mdist/[22m[32m[1mregistry/engine.d.ts[22m[39m [2m 0.66 kB[22m [2m│ gzip: 0.34 kB[22m
|
|
143
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/ChangelogPage.d.ts[22m[39m [2m 0.52 kB[22m [2m│ gzip: 0.29 kB[22m
|
|
144
|
+
[34mℹ[39m [2mdist/[22m[32m[1mregistry/types.d.ts[22m[39m [2m 0.51 kB[22m [2m│ gzip: 0.29 kB[22m
|
|
145
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/templates/TemplatesPreviewModal.d.ts[22m[39m [2m 0.51 kB[22m [2m│ gzip: 0.28 kB[22m
|
|
146
|
+
[34mℹ[39m [2mdist/[22m[32m[1mregistry/registry-docs.d.ts[22m[39m [2m 0.50 kB[22m [2m│ gzip: 0.25 kB[22m
|
|
147
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/pricing-thinking-modal.d.ts[22m[39m [2m 0.49 kB[22m [2m│ gzip: 0.28 kB[22m
|
|
148
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/waitlist-section.d.ts[22m[39m [2m 0.44 kB[22m [2m│ gzip: 0.27 kB[22m
|
|
149
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/DesignPartnerPage.d.ts[22m[39m [2m 0.35 kB[22m [2m│ gzip: 0.22 kB[22m
|
|
150
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/ContributePage.d.ts[22m[39m [2m 0.34 kB[22m [2m│ gzip: 0.22 kB[22m
|
|
151
|
+
[34mℹ[39m [2mdist/[22m[32m[1mlibs/email/waitlist-application.d.ts[22m[39m [2m 0.32 kB[22m [2m│ gzip: 0.20 kB[22m
|
|
152
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/sections/CorePositioningSection.d.ts[22m[39m [2m 0.30 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
153
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/sections/HeroMarketingSection.d.ts[22m[39m [2m 0.30 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
154
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/sections/DevelopersSection.d.ts[22m[39m [2m 0.28 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
155
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/templates/TemplatesPage.d.ts[22m[39m [2m 0.28 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
156
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/ProductClientPage.d.ts[22m[39m [2m 0.28 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
157
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/sections/AudienceSection.d.ts[22m[39m [2m 0.28 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
158
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/sections/SolutionSection.d.ts[22m[39m [2m 0.28 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
159
|
+
[34mℹ[39m [2mdist/[22m[32m[1mlibs/email/newsletter.d.ts[22m[39m [2m 0.28 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
160
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/sections/OutputsSection.d.ts[22m[39m [2m 0.27 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
161
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/sections/ProblemSection.d.ts[22m[39m [2m 0.27 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
162
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/templates/TemplatesClientPage.d.ts[22m[39m [2m 0.27 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
163
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/sections/FearsSection.d.ts[22m[39m [2m 0.27 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
164
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/sections/StepsSection.d.ts[22m[39m [2m 0.27 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
165
|
+
[34mℹ[39m [2mdist/[22m[32m[1mlibs/email/contact.d.ts[22m[39m [2m 0.26 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
166
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/CofounderPage.d.ts[22m[39m [2m 0.26 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
167
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/ContactClient.d.ts[22m[39m [2m 0.26 kB[22m [2m│ gzip: 0.18 kB[22m
|
|
168
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/PricingClient.d.ts[22m[39m [2m 0.26 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
169
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/sections/CtaSection.d.ts[22m[39m [2m 0.26 kB[22m [2m│ gzip: 0.19 kB[22m
|
|
170
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/templates/index.d.ts[22m[39m [2m 0.26 kB[22m [2m│ gzip: 0.12 kB[22m
|
|
171
|
+
[34mℹ[39m [2mdist/[22m[32m[1mcomponents/marketing/LandingPage.d.ts[22m[39m [2m 0.25 kB[22m [2m│ gzip: 0.18 kB[22m
|
|
172
|
+
[34mℹ[39m [2mdist/[22m[32m[1mlibs/email/waitlist.d.ts[22m[39m [2m 0.25 kB[22m [2m│ gzip: 0.18 kB[22m
|
|
173
|
+
[34mℹ[39m [2mdist/[22m[32m[1mlibs/email/utils.d.ts[22m[39m [2m 0.24 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
174
|
+
[34mℹ[39m 162 files, total: 576.29 kB
|
|
175
|
+
[32m✔[39m Build complete in [32m2749ms[39m
|
package/AGENTS.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# bundle.marketing
|
|
2
|
+
|
|
3
|
+
Marketing bundle with docs, email templates, and landing page components.
|
|
4
|
+
|
|
5
|
+
## Quick Context
|
|
6
|
+
|
|
7
|
+
- **Type**: Bundle (marketing components)
|
|
8
|
+
- **Consumers**: `app.web-landing`
|
|
9
|
+
|
|
10
|
+
## Key Directories
|
|
11
|
+
|
|
12
|
+
- `src/components/docs/` — Documentation pages
|
|
13
|
+
- `src/components/marketing/` — Landing page sections
|
|
14
|
+
- `src/components/templates/` — Template preview
|
|
15
|
+
- `src/libs/email/` — Email templates and utilities
|
|
16
|
+
|
|
17
|
+
## Exports
|
|
18
|
+
|
|
19
|
+
Use subpath imports:
|
|
20
|
+
```typescript
|
|
21
|
+
import { LandingPage } from '@contractspec/bundle.marketing/components/marketing';
|
|
22
|
+
import { DocsIndexPage } from '@contractspec/bundle.marketing/components/docs';
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## Commands
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
bun build # Build bundle
|
|
29
|
+
bun build:types # Type check
|
|
30
|
+
bun lint # Lint code
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Dependencies
|
|
34
|
+
|
|
35
|
+
- `bundle.library` — Shared components
|
|
36
|
+
- `lib.email` — Email service
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,416 @@
|
|
|
1
|
+
# @contractspec/bundle.marketing
|
|
2
|
+
|
|
3
|
+
## 1.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 11a5a05: feat: improve product intent
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [8ecf3c1]
|
|
12
|
+
- Updated dependencies [47c48c2]
|
|
13
|
+
- Updated dependencies [a119963]
|
|
14
|
+
- Updated dependencies [4651e06]
|
|
15
|
+
- Updated dependencies [ad9d10a]
|
|
16
|
+
- Updated dependencies [11a5a05]
|
|
17
|
+
- @contractspec/lib.contracts@1.57.0
|
|
18
|
+
- @contractspec/example.analytics-dashboard@1.57.0
|
|
19
|
+
- @contractspec/example.integration-hub@1.57.0
|
|
20
|
+
- @contractspec/module.examples@1.57.0
|
|
21
|
+
- @contractspec/example.saas-boilerplate@1.57.0
|
|
22
|
+
- @contractspec/example.crm-pipeline@1.57.0
|
|
23
|
+
- @contractspec/bundle.library@1.12.0
|
|
24
|
+
- @contractspec/example.workflow-system@1.57.0
|
|
25
|
+
- @contractspec/example.agent-console@1.57.0
|
|
26
|
+
- @contractspec/lib.example-shared-ui@1.11.0
|
|
27
|
+
- @contractspec/example.marketplace@1.57.0
|
|
28
|
+
- @contractspec/lib.runtime-sandbox@0.12.0
|
|
29
|
+
- @contractspec/lib.design-system@1.57.0
|
|
30
|
+
- @contractspec/lib.ui-kit-core@1.57.0
|
|
31
|
+
- @contractspec/lib.ui-kit-web@1.57.0
|
|
32
|
+
- @contractspec/lib.ui-link@1.57.0
|
|
33
|
+
- @contractspec/lib.logger@1.57.0
|
|
34
|
+
- @contractspec/lib.email@1.11.0
|
|
35
|
+
|
|
36
|
+
## 1.11.1
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- fix: improve publish config
|
|
41
|
+
- Updated dependencies
|
|
42
|
+
- @contractspec/example.analytics-dashboard@1.56.1
|
|
43
|
+
- @contractspec/example.saas-boilerplate@1.56.1
|
|
44
|
+
- @contractspec/example.integration-hub@1.56.1
|
|
45
|
+
- @contractspec/example.workflow-system@1.56.1
|
|
46
|
+
- @contractspec/example.agent-console@1.56.1
|
|
47
|
+
- @contractspec/lib.example-shared-ui@1.10.1
|
|
48
|
+
- @contractspec/example.crm-pipeline@1.56.1
|
|
49
|
+
- @contractspec/example.marketplace@1.56.1
|
|
50
|
+
- @contractspec/lib.runtime-sandbox@0.11.1
|
|
51
|
+
- @contractspec/lib.design-system@1.56.1
|
|
52
|
+
- @contractspec/lib.ui-kit-core@1.56.1
|
|
53
|
+
- @contractspec/module.examples@1.56.1
|
|
54
|
+
- @contractspec/bundle.library@1.11.1
|
|
55
|
+
- @contractspec/lib.ui-kit-web@1.56.1
|
|
56
|
+
- @contractspec/lib.contracts@1.56.1
|
|
57
|
+
- @contractspec/lib.ui-link@1.56.1
|
|
58
|
+
- @contractspec/lib.logger@1.56.1
|
|
59
|
+
- @contractspec/lib.email@1.10.1
|
|
60
|
+
|
|
61
|
+
## 1.11.0
|
|
62
|
+
|
|
63
|
+
### Minor Changes
|
|
64
|
+
|
|
65
|
+
- fix: release
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
68
|
+
|
|
69
|
+
- Updated dependencies
|
|
70
|
+
- @contractspec/example.analytics-dashboard@1.56.0
|
|
71
|
+
- @contractspec/example.saas-boilerplate@1.56.0
|
|
72
|
+
- @contractspec/example.integration-hub@1.56.0
|
|
73
|
+
- @contractspec/example.workflow-system@1.56.0
|
|
74
|
+
- @contractspec/example.agent-console@1.56.0
|
|
75
|
+
- @contractspec/lib.example-shared-ui@1.10.0
|
|
76
|
+
- @contractspec/example.crm-pipeline@1.56.0
|
|
77
|
+
- @contractspec/example.marketplace@1.56.0
|
|
78
|
+
- @contractspec/lib.runtime-sandbox@0.11.0
|
|
79
|
+
- @contractspec/lib.design-system@1.56.0
|
|
80
|
+
- @contractspec/lib.ui-kit-core@1.56.0
|
|
81
|
+
- @contractspec/module.examples@1.56.0
|
|
82
|
+
- @contractspec/bundle.library@1.11.0
|
|
83
|
+
- @contractspec/lib.ui-kit-web@1.56.0
|
|
84
|
+
- @contractspec/lib.contracts@1.56.0
|
|
85
|
+
- @contractspec/lib.ui-link@1.56.0
|
|
86
|
+
- @contractspec/lib.logger@1.56.0
|
|
87
|
+
- @contractspec/lib.email@1.10.0
|
|
88
|
+
|
|
89
|
+
## 1.10.0
|
|
90
|
+
|
|
91
|
+
### Minor Changes
|
|
92
|
+
|
|
93
|
+
- fix: unpublished packages
|
|
94
|
+
|
|
95
|
+
### Patch Changes
|
|
96
|
+
|
|
97
|
+
- Updated dependencies
|
|
98
|
+
- @contractspec/example.analytics-dashboard@1.55.0
|
|
99
|
+
- @contractspec/example.saas-boilerplate@1.55.0
|
|
100
|
+
- @contractspec/example.integration-hub@1.55.0
|
|
101
|
+
- @contractspec/example.workflow-system@1.55.0
|
|
102
|
+
- @contractspec/example.agent-console@1.55.0
|
|
103
|
+
- @contractspec/lib.example-shared-ui@1.9.0
|
|
104
|
+
- @contractspec/example.crm-pipeline@1.55.0
|
|
105
|
+
- @contractspec/example.marketplace@1.55.0
|
|
106
|
+
- @contractspec/lib.runtime-sandbox@0.10.0
|
|
107
|
+
- @contractspec/lib.design-system@1.55.0
|
|
108
|
+
- @contractspec/lib.ui-kit-core@1.55.0
|
|
109
|
+
- @contractspec/module.examples@1.55.0
|
|
110
|
+
- @contractspec/bundle.library@1.10.0
|
|
111
|
+
- @contractspec/lib.ui-kit-web@1.55.0
|
|
112
|
+
- @contractspec/lib.contracts@1.55.0
|
|
113
|
+
- @contractspec/lib.ui-link@1.55.0
|
|
114
|
+
- @contractspec/lib.logger@1.55.0
|
|
115
|
+
- @contractspec/lib.email@1.9.0
|
|
116
|
+
|
|
117
|
+
## 1.9.0
|
|
118
|
+
|
|
119
|
+
### Minor Changes
|
|
120
|
+
|
|
121
|
+
- ec5e95c: chore: upgrade dependencies
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- Updated dependencies [ec5e95c]
|
|
126
|
+
- @contractspec/lib.example-shared-ui@1.8.0
|
|
127
|
+
- @contractspec/lib.design-system@1.54.0
|
|
128
|
+
- @contractspec/bundle.library@1.9.0
|
|
129
|
+
- @contractspec/lib.ui-kit-web@1.54.0
|
|
130
|
+
- @contractspec/lib.contracts@1.54.0
|
|
131
|
+
- @contractspec/example.agent-console@1.54.0
|
|
132
|
+
- @contractspec/example.analytics-dashboard@1.54.0
|
|
133
|
+
- @contractspec/example.crm-pipeline@1.54.0
|
|
134
|
+
- @contractspec/example.integration-hub@1.54.0
|
|
135
|
+
- @contractspec/example.marketplace@1.54.0
|
|
136
|
+
- @contractspec/example.saas-boilerplate@1.54.0
|
|
137
|
+
- @contractspec/example.workflow-system@1.54.0
|
|
138
|
+
- @contractspec/lib.email@1.8.0
|
|
139
|
+
- @contractspec/lib.logger@1.54.0
|
|
140
|
+
- @contractspec/lib.runtime-sandbox@0.9.0
|
|
141
|
+
- @contractspec/lib.ui-kit-core@1.54.0
|
|
142
|
+
- @contractspec/lib.ui-link@1.54.0
|
|
143
|
+
- @contractspec/module.examples@1.54.0
|
|
144
|
+
|
|
145
|
+
## 1.8.0
|
|
146
|
+
|
|
147
|
+
### Minor Changes
|
|
148
|
+
|
|
149
|
+
- f4180d4: fix: performance improvement
|
|
150
|
+
|
|
151
|
+
### Patch Changes
|
|
152
|
+
|
|
153
|
+
- Updated dependencies [e9edc0d]
|
|
154
|
+
- Updated dependencies [eefeb1b]
|
|
155
|
+
- Updated dependencies [fafe5e6]
|
|
156
|
+
- Updated dependencies [5b371b1]
|
|
157
|
+
- Updated dependencies [f4180d4]
|
|
158
|
+
- Updated dependencies [64d84e1]
|
|
159
|
+
- @contractspec/bundle.library@1.8.0
|
|
160
|
+
- @contractspec/lib.design-system@1.53.0
|
|
161
|
+
- @contractspec/lib.contracts@1.53.0
|
|
162
|
+
- @contractspec/example.analytics-dashboard@1.53.0
|
|
163
|
+
- @contractspec/example.integration-hub@1.53.0
|
|
164
|
+
- @contractspec/example.workflow-system@1.53.0
|
|
165
|
+
- @contractspec/example.agent-console@1.53.0
|
|
166
|
+
- @contractspec/example.crm-pipeline@1.53.0
|
|
167
|
+
- @contractspec/example.marketplace@1.53.0
|
|
168
|
+
- @contractspec/module.examples@1.53.0
|
|
169
|
+
- @contractspec/example.saas-boilerplate@1.53.0
|
|
170
|
+
- @contractspec/lib.email@1.7.0
|
|
171
|
+
- @contractspec/lib.example-shared-ui@1.7.0
|
|
172
|
+
- @contractspec/lib.logger@1.53.0
|
|
173
|
+
- @contractspec/lib.runtime-sandbox@0.8.0
|
|
174
|
+
- @contractspec/lib.ui-kit-core@1.53.0
|
|
175
|
+
- @contractspec/lib.ui-kit-web@1.53.0
|
|
176
|
+
- @contractspec/lib.ui-link@1.53.0
|
|
177
|
+
|
|
178
|
+
## 1.7.0
|
|
179
|
+
|
|
180
|
+
### Minor Changes
|
|
181
|
+
|
|
182
|
+
- d93e6a9: fix: improve website
|
|
183
|
+
|
|
184
|
+
### Patch Changes
|
|
185
|
+
|
|
186
|
+
- Updated dependencies [d93e6a9]
|
|
187
|
+
- @contractspec/example.analytics-dashboard@1.52.0
|
|
188
|
+
- @contractspec/example.saas-boilerplate@1.52.0
|
|
189
|
+
- @contractspec/example.integration-hub@1.52.0
|
|
190
|
+
- @contractspec/example.workflow-system@1.52.0
|
|
191
|
+
- @contractspec/example.agent-console@1.52.0
|
|
192
|
+
- @contractspec/lib.example-shared-ui@1.6.0
|
|
193
|
+
- @contractspec/example.crm-pipeline@1.52.0
|
|
194
|
+
- @contractspec/example.marketplace@1.52.0
|
|
195
|
+
- @contractspec/lib.runtime-sandbox@0.7.0
|
|
196
|
+
- @contractspec/lib.design-system@1.52.0
|
|
197
|
+
- @contractspec/lib.ui-kit-core@1.52.0
|
|
198
|
+
- @contractspec/module.examples@1.52.0
|
|
199
|
+
- @contractspec/bundle.library@1.7.0
|
|
200
|
+
- @contractspec/lib.ui-kit-web@1.52.0
|
|
201
|
+
- @contractspec/lib.contracts@1.52.0
|
|
202
|
+
- @contractspec/lib.ui-link@1.52.0
|
|
203
|
+
- @contractspec/lib.logger@1.52.0
|
|
204
|
+
- @contractspec/lib.email@1.6.0
|
|
205
|
+
|
|
206
|
+
## 1.6.0
|
|
207
|
+
|
|
208
|
+
### Minor Changes
|
|
209
|
+
|
|
210
|
+
- e6faefb: feat: add guide to import existing codebase
|
|
211
|
+
|
|
212
|
+
### Patch Changes
|
|
213
|
+
|
|
214
|
+
- Updated dependencies [23e46e9]
|
|
215
|
+
- Updated dependencies [ad1f852]
|
|
216
|
+
- Updated dependencies [e6faefb]
|
|
217
|
+
- @contractspec/lib.contracts@1.51.0
|
|
218
|
+
- @contractspec/example.analytics-dashboard@1.51.0
|
|
219
|
+
- @contractspec/example.saas-boilerplate@1.51.0
|
|
220
|
+
- @contractspec/example.integration-hub@1.51.0
|
|
221
|
+
- @contractspec/example.workflow-system@1.51.0
|
|
222
|
+
- @contractspec/example.agent-console@1.51.0
|
|
223
|
+
- @contractspec/lib.example-shared-ui@1.5.0
|
|
224
|
+
- @contractspec/example.crm-pipeline@1.51.0
|
|
225
|
+
- @contractspec/example.marketplace@1.51.0
|
|
226
|
+
- @contractspec/lib.runtime-sandbox@0.6.0
|
|
227
|
+
- @contractspec/lib.design-system@1.51.0
|
|
228
|
+
- @contractspec/lib.ui-kit-core@1.51.0
|
|
229
|
+
- @contractspec/module.examples@1.51.0
|
|
230
|
+
- @contractspec/bundle.library@1.6.0
|
|
231
|
+
- @contractspec/lib.ui-kit-web@1.51.0
|
|
232
|
+
- @contractspec/lib.ui-link@1.51.0
|
|
233
|
+
- @contractspec/lib.logger@1.51.0
|
|
234
|
+
- @contractspec/lib.email@1.5.0
|
|
235
|
+
|
|
236
|
+
## 1.5.0
|
|
237
|
+
|
|
238
|
+
### Minor Changes
|
|
239
|
+
|
|
240
|
+
- 5325d6b: feat: improve seo
|
|
241
|
+
|
|
242
|
+
### Patch Changes
|
|
243
|
+
|
|
244
|
+
- Updated dependencies [5325d6b]
|
|
245
|
+
- @contractspec/lib.contracts@1.50.0
|
|
246
|
+
- @contractspec/bundle.library@1.5.0
|
|
247
|
+
- @contractspec/example.agent-console@1.50.0
|
|
248
|
+
- @contractspec/example.analytics-dashboard@1.50.0
|
|
249
|
+
- @contractspec/example.crm-pipeline@1.50.0
|
|
250
|
+
- @contractspec/example.integration-hub@1.50.0
|
|
251
|
+
- @contractspec/example.marketplace@1.50.0
|
|
252
|
+
- @contractspec/example.saas-boilerplate@1.50.0
|
|
253
|
+
- @contractspec/example.workflow-system@1.50.0
|
|
254
|
+
- @contractspec/lib.design-system@1.50.0
|
|
255
|
+
- @contractspec/lib.email@1.4.0
|
|
256
|
+
- @contractspec/lib.example-shared-ui@1.4.0
|
|
257
|
+
- @contractspec/lib.logger@1.50.0
|
|
258
|
+
- @contractspec/lib.runtime-sandbox@0.5.0
|
|
259
|
+
- @contractspec/lib.ui-kit-core@1.50.0
|
|
260
|
+
- @contractspec/lib.ui-kit-web@1.50.0
|
|
261
|
+
- @contractspec/lib.ui-link@1.50.0
|
|
262
|
+
- @contractspec/module.examples@1.50.0
|
|
263
|
+
|
|
264
|
+
## 1.4.0
|
|
265
|
+
|
|
266
|
+
### Minor Changes
|
|
267
|
+
|
|
268
|
+
- cafd041: fix: impact report comments within github action
|
|
269
|
+
|
|
270
|
+
### Patch Changes
|
|
271
|
+
|
|
272
|
+
- Updated dependencies [cafd041]
|
|
273
|
+
- @contractspec/example.analytics-dashboard@1.49.0
|
|
274
|
+
- @contractspec/example.saas-boilerplate@1.49.0
|
|
275
|
+
- @contractspec/example.integration-hub@1.49.0
|
|
276
|
+
- @contractspec/example.workflow-system@1.49.0
|
|
277
|
+
- @contractspec/example.agent-console@1.49.0
|
|
278
|
+
- @contractspec/lib.example-shared-ui@1.3.0
|
|
279
|
+
- @contractspec/example.crm-pipeline@1.49.0
|
|
280
|
+
- @contractspec/example.marketplace@1.49.0
|
|
281
|
+
- @contractspec/lib.runtime-sandbox@0.4.0
|
|
282
|
+
- @contractspec/lib.design-system@1.49.0
|
|
283
|
+
- @contractspec/lib.ui-kit-core@1.49.0
|
|
284
|
+
- @contractspec/module.examples@1.49.0
|
|
285
|
+
- @contractspec/bundle.library@1.4.0
|
|
286
|
+
- @contractspec/lib.ui-kit-web@1.49.0
|
|
287
|
+
- @contractspec/lib.contracts@1.49.0
|
|
288
|
+
- @contractspec/lib.ui-link@1.49.0
|
|
289
|
+
- @contractspec/lib.logger@1.49.0
|
|
290
|
+
- @contractspec/lib.email@1.3.0
|
|
291
|
+
|
|
292
|
+
## 1.3.1
|
|
293
|
+
|
|
294
|
+
### Patch Changes
|
|
295
|
+
|
|
296
|
+
- 86423e8: Add contextual Studio prompts and extend waitlist application details.
|
|
297
|
+
- Updated dependencies [918deb7]
|
|
298
|
+
- Updated dependencies [ea245ef]
|
|
299
|
+
- Updated dependencies [2016af0]
|
|
300
|
+
- Updated dependencies [54b778e]
|
|
301
|
+
- Updated dependencies [86423e8]
|
|
302
|
+
- @contractspec/bundle.library@1.3.1
|
|
303
|
+
- @contractspec/example.integration-hub@1.48.2
|
|
304
|
+
- @contractspec/module.examples@1.48.2
|
|
305
|
+
|
|
306
|
+
## 1.3.0
|
|
307
|
+
|
|
308
|
+
### Minor Changes
|
|
309
|
+
|
|
310
|
+
- c560ee7: Add onboarding and documentation surfaces across the library and marketing bundles, plus small tracking, telemetry, and UI copy refinements to support adoption workflows.
|
|
311
|
+
|
|
312
|
+
### Patch Changes
|
|
313
|
+
|
|
314
|
+
- c560ee7: Document the CRM pipeline adoption narrative and keep the docs registry aligned with the new onboarding pages.
|
|
315
|
+
- Updated dependencies [c560ee7]
|
|
316
|
+
- Updated dependencies [c560ee7]
|
|
317
|
+
- Updated dependencies [1536bf3]
|
|
318
|
+
- @contractspec/bundle.library@1.3.0
|
|
319
|
+
- @contractspec/lib.design-system@1.48.1
|
|
320
|
+
- @contractspec/lib.contracts@1.48.1
|
|
321
|
+
- @contractspec/example.agent-console@1.48.1
|
|
322
|
+
- @contractspec/example.analytics-dashboard@1.48.1
|
|
323
|
+
- @contractspec/example.crm-pipeline@1.48.1
|
|
324
|
+
- @contractspec/example.integration-hub@1.48.1
|
|
325
|
+
- @contractspec/example.marketplace@1.48.1
|
|
326
|
+
- @contractspec/example.saas-boilerplate@1.48.1
|
|
327
|
+
- @contractspec/example.workflow-system@1.48.1
|
|
328
|
+
- @contractspec/lib.example-shared-ui@1.2.1
|
|
329
|
+
- @contractspec/module.examples@1.48.1
|
|
330
|
+
|
|
331
|
+
## 1.2.0
|
|
332
|
+
|
|
333
|
+
### Minor Changes
|
|
334
|
+
|
|
335
|
+
- b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
|
|
336
|
+
|
|
337
|
+
### Patch Changes
|
|
338
|
+
|
|
339
|
+
- Updated dependencies [b0444a4]
|
|
340
|
+
- @contractspec/example.analytics-dashboard@1.48.0
|
|
341
|
+
- @contractspec/example.saas-boilerplate@1.48.0
|
|
342
|
+
- @contractspec/example.integration-hub@1.48.0
|
|
343
|
+
- @contractspec/example.workflow-system@1.48.0
|
|
344
|
+
- @contractspec/example.agent-console@1.48.0
|
|
345
|
+
- @contractspec/lib.example-shared-ui@1.2.0
|
|
346
|
+
- @contractspec/example.crm-pipeline@1.48.0
|
|
347
|
+
- @contractspec/example.marketplace@1.48.0
|
|
348
|
+
- @contractspec/lib.runtime-sandbox@0.3.0
|
|
349
|
+
- @contractspec/lib.design-system@1.48.0
|
|
350
|
+
- @contractspec/lib.ui-kit-core@1.48.0
|
|
351
|
+
- @contractspec/module.examples@1.48.0
|
|
352
|
+
- @contractspec/bundle.library@1.2.0
|
|
353
|
+
- @contractspec/lib.ui-kit-web@1.48.0
|
|
354
|
+
- @contractspec/lib.contracts@1.48.0
|
|
355
|
+
- @contractspec/lib.ui-link@1.48.0
|
|
356
|
+
- @contractspec/lib.logger@1.48.0
|
|
357
|
+
- @contractspec/lib.email@1.2.0
|
|
358
|
+
|
|
359
|
+
## 1.1.0
|
|
360
|
+
|
|
361
|
+
### Minor Changes
|
|
362
|
+
|
|
363
|
+
- caf8701: feat: add cli vibe command to run workflow
|
|
364
|
+
- c69b849: feat: add api web services (mcp & website)
|
|
365
|
+
- 42b8d78: feat: add cli `contractspec vibe` workflow to simplify usage
|
|
366
|
+
- fd38e85: feat: auto-fix contractspec issues
|
|
367
|
+
|
|
368
|
+
### Patch Changes
|
|
369
|
+
|
|
370
|
+
- e7ded36: feat: improve stability (adding ts-morph)
|
|
371
|
+
- c231a8b: test: improve workspace stability
|
|
372
|
+
- Updated dependencies [e7ded36]
|
|
373
|
+
- Updated dependencies [caf8701]
|
|
374
|
+
- Updated dependencies [c69b849]
|
|
375
|
+
- Updated dependencies [c231a8b]
|
|
376
|
+
- Updated dependencies [42b8d78]
|
|
377
|
+
- Updated dependencies [fd38e85]
|
|
378
|
+
- @contractspec/example.analytics-dashboard@1.47.0
|
|
379
|
+
- @contractspec/example.saas-boilerplate@1.47.0
|
|
380
|
+
- @contractspec/example.integration-hub@1.47.0
|
|
381
|
+
- @contractspec/example.workflow-system@1.47.0
|
|
382
|
+
- @contractspec/example.agent-console@1.47.0
|
|
383
|
+
- @contractspec/lib.example-shared-ui@1.1.0
|
|
384
|
+
- @contractspec/example.crm-pipeline@1.47.0
|
|
385
|
+
- @contractspec/example.marketplace@1.47.0
|
|
386
|
+
- @contractspec/lib.runtime-sandbox@0.2.0
|
|
387
|
+
- @contractspec/lib.design-system@1.47.0
|
|
388
|
+
- @contractspec/lib.ui-kit-core@1.47.0
|
|
389
|
+
- @contractspec/module.examples@1.47.0
|
|
390
|
+
- @contractspec/bundle.library@1.1.0
|
|
391
|
+
- @contractspec/lib.ui-kit-web@1.47.0
|
|
392
|
+
- @contractspec/lib.contracts@1.47.0
|
|
393
|
+
- @contractspec/lib.ui-link@1.47.0
|
|
394
|
+
- @contractspec/lib.logger@1.47.0
|
|
395
|
+
- @contractspec/lib.email@1.1.0
|
|
396
|
+
|
|
397
|
+
## 1.0.1
|
|
398
|
+
|
|
399
|
+
### Patch Changes
|
|
400
|
+
|
|
401
|
+
- 7e21625: feat: library services (landing page & api)
|
|
402
|
+
- Updated dependencies [7e21625]
|
|
403
|
+
- @contractspec/example.analytics-dashboard@1.46.2
|
|
404
|
+
- @contractspec/example.saas-boilerplate@1.46.2
|
|
405
|
+
- @contractspec/example.integration-hub@1.46.2
|
|
406
|
+
- @contractspec/example.workflow-system@1.46.2
|
|
407
|
+
- @contractspec/example.agent-console@1.46.2
|
|
408
|
+
- @contractspec/lib.example-shared-ui@1.0.1
|
|
409
|
+
- @contractspec/example.crm-pipeline@1.46.2
|
|
410
|
+
- @contractspec/example.marketplace@1.46.2
|
|
411
|
+
- @contractspec/lib.runtime-sandbox@0.1.1
|
|
412
|
+
- @contractspec/lib.design-system@1.46.2
|
|
413
|
+
- @contractspec/bundle.library@1.0.1
|
|
414
|
+
- @contractspec/lib.ui-kit-web@1.46.2
|
|
415
|
+
- @contractspec/lib.ui-link@1.46.2
|
|
416
|
+
- @contractspec/lib.email@1.0.1
|