kofi-stack-template-generator 2.1.49 → 2.1.50
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/dist/index.js +104 -33
- package/package.json +2 -2
- package/src/templates.generated.ts +23 -19
- package/templates/marketing/payload/public/favicon.ico +0 -0
- package/templates/marketing/payload/public/favicon.svg +6 -0
- package/templates/marketing/payload/public/logo-light.svg +6 -0
- package/templates/marketing/payload/public/logo.svg +6 -0
- package/templates/marketing/payload/src/Footer/Component.client.tsx +1 -1
- package/templates/marketing/payload/src/Footer/config.ts +1 -1
- package/templates/marketing/payload/src/Header/Component.client.tsx +1 -1
- package/templates/marketing/payload/src/Header/MobileMenu/index.tsx +1 -1
- package/templates/marketing/payload/src/app/(docs)/docs/[[...slug]]/page.tsx +6 -6
- package/templates/marketing/payload/src/app/(docs)/docs/layout.tsx +1 -1
- package/templates/marketing/payload/src/app/(docs)/layout.tsx +3 -3
- package/templates/marketing/payload/src/app/(frontend)/api/newsletter/route.ts +15 -15
- package/templates/marketing/payload/src/app/(frontend)/layout.tsx +17 -17
- package/templates/marketing/payload/src/app/(frontend)/posts/[slug]/BlogPostContent.tsx +5 -5
- package/templates/marketing/payload/src/app/(frontend)/posts/page.tsx +2 -2
- package/templates/marketing/payload/src/components/JsonLd/index.tsx +19 -19
- package/templates/marketing/payload/src/components/Logo/Logo.tsx +1 -1
- package/templates/marketing/payload/src/components/TableOfContents/index.tsx +3 -3
- package/templates/marketing/payload/src/heros/ProductShowcase/AnimatedMockup.tsx +3 -3
- package/templates/marketing/payload/src/utilities/generateMeta.ts +16 -16
- package/templates/marketing/payload/src/utilities/mergeOpenGraph.ts +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
|
|
2
|
-
> kofi-stack-template-generator@2.1.
|
|
2
|
+
> kofi-stack-template-generator@2.1.50 build /Users/theodenanyoh/Documents/Krumalabs/create-kofi-stack-v2/packages/template-generator
|
|
3
3
|
> pnpm run prebuild && tsup src/index.ts --format esm --dts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> kofi-stack-template-generator@2.1.
|
|
6
|
+
> kofi-stack-template-generator@2.1.50 prebuild /Users/theodenanyoh/Documents/Krumalabs/create-kofi-stack-v2/packages/template-generator
|
|
7
7
|
> node scripts/generate-templates.js
|
|
8
8
|
|
|
9
9
|
Generating templates.generated.ts...
|
|
10
|
-
Generated templates.generated.ts with
|
|
10
|
+
Generated templates.generated.ts with 343 templates
|
|
11
11
|
CLI Building entry: src/index.ts
|
|
12
12
|
CLI Using tsconfig: tsconfig.json
|
|
13
13
|
CLI tsup v8.5.1
|
|
14
14
|
CLI Target: es2022
|
|
15
15
|
ESM Build start
|
|
16
|
-
ESM dist/index.js 2.
|
|
17
|
-
ESM ⚡️ Build success in
|
|
16
|
+
ESM dist/index.js 2.27 MB
|
|
17
|
+
ESM ⚡️ Build success in 65ms
|
|
18
18
|
DTS Build start
|
|
19
|
-
DTS ⚡️ Build success in
|
|
19
|
+
DTS ⚡️ Build success in 498ms
|
|
20
20
|
DTS dist/index.d.ts 2.96 KB
|