@kya-os/create-mcpi-app 1.9.32 → 1.9.34
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 +27 -2
- package/.turbo/turbo-test$colon$coverage.log +1829 -0
- package/.turbo/turbo-test.log +260 -220
- package/dist/bundles/blank.js +112104 -0
- package/dist/bundles/ecommerce.js +112178 -0
- package/dist/bundles/hardware-world.js +112576 -0
- package/dist/bundles/manifest.json +28 -0
- package/dist/bundles/mix-station.js +112480 -0
- package/dist/cli-runner.d.ts.map +1 -1
- package/dist/cli-runner.js +23 -0
- package/dist/cli-runner.js.map +1 -1
- package/dist/helpers/fetch-cloudflare-mcpi-template.js +1 -1
- package/dist/helpers/generate-cloudflare-files.d.ts +1 -1
- package/dist/helpers/generate-cloudflare-files.d.ts.map +1 -1
- package/dist/helpers/generate-cloudflare-files.js +457 -41
- package/dist/helpers/generate-cloudflare-files.js.map +1 -1
- package/dist/helpers/generate-openapi-project.d.ts +36 -0
- package/dist/helpers/generate-openapi-project.d.ts.map +1 -0
- package/dist/helpers/generate-openapi-project.js +114 -0
- package/dist/helpers/generate-openapi-project.js.map +1 -0
- package/dist/helpers/generate-openapi-tools.d.ts +43 -0
- package/dist/helpers/generate-openapi-tools.d.ts.map +1 -0
- package/dist/helpers/generate-openapi-tools.js +550 -0
- package/dist/helpers/generate-openapi-tools.js.map +1 -0
- package/dist/helpers/generate-runtime-config.d.ts +16 -0
- package/dist/helpers/generate-runtime-config.d.ts.map +1 -0
- package/dist/helpers/generate-runtime-config.js +49 -0
- package/dist/helpers/generate-runtime-config.js.map +1 -0
- package/dist/helpers/get-package-versions.js +8 -8
- package/dist/helpers/get-package-versions.js.map +1 -1
- package/dist/helpers/openapi-ingestion.d.ts +21 -0
- package/dist/helpers/openapi-ingestion.d.ts.map +1 -0
- package/dist/helpers/openapi-ingestion.js +433 -0
- package/dist/helpers/openapi-ingestion.js.map +1 -0
- package/dist/helpers/wrap/command.d.ts +12 -0
- package/dist/helpers/wrap/command.d.ts.map +1 -0
- package/dist/helpers/wrap/command.js +344 -0
- package/dist/helpers/wrap/command.js.map +1 -0
- package/dist/helpers/wrap/detect-server.d.ts +30 -0
- package/dist/helpers/wrap/detect-server.d.ts.map +1 -0
- package/dist/helpers/wrap/detect-server.js +207 -0
- package/dist/helpers/wrap/detect-server.js.map +1 -0
- package/dist/helpers/wrap/index.d.ts +13 -0
- package/dist/helpers/wrap/index.d.ts.map +1 -0
- package/dist/helpers/wrap/index.js +11 -0
- package/dist/helpers/wrap/index.js.map +1 -0
- package/dist/helpers/wrap/templates.d.ts +24 -0
- package/dist/helpers/wrap/templates.d.ts.map +1 -0
- package/dist/helpers/wrap/templates.js +221 -0
- package/dist/helpers/wrap/templates.js.map +1 -0
- package/dist/types/openapi-generator.d.ts +142 -0
- package/dist/types/openapi-generator.d.ts.map +1 -0
- package/dist/types/openapi-generator.js +8 -0
- package/dist/types/openapi-generator.js.map +1 -0
- package/package.json +35 -9
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,29 @@
|
|
|
1
1
|
|
|
2
|
-
> @kya-os/create-mcpi-app@1.9.
|
|
3
|
-
> tsc && chmod +x dist/index.js
|
|
2
|
+
> @kya-os/create-mcpi-app@1.9.34 build /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app
|
|
3
|
+
> tsc && chmod +x dist/index.js && node --import tsx scripts/build-bundles.ts
|
|
4
4
|
|
|
5
|
+
🔨 Building template bundles...
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
📦 Building template: blank
|
|
9
|
+
✅ Source files written to /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app/dist/.tmp-bundles/blank
|
|
10
|
+
✅ Bundle built: 5522257 bytes, hash: sha256:6ff9a6a4b0d5b...
|
|
11
|
+
|
|
12
|
+
📦 Building template: hardware-world
|
|
13
|
+
✅ Source files written to /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app/dist/.tmp-bundles/hardware-world
|
|
14
|
+
✅ Bundle built: 5534660 bytes, hash: sha256:d00255e25f25a...
|
|
15
|
+
|
|
16
|
+
📦 Building template: ecommerce
|
|
17
|
+
✅ Source files written to /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app/dist/.tmp-bundles/ecommerce
|
|
18
|
+
✅ Bundle built: 5523951 bytes, hash: sha256:e265afddd71d5...
|
|
19
|
+
|
|
20
|
+
📦 Building template: mix-station
|
|
21
|
+
✅ Source files written to /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app/dist/.tmp-bundles/mix-station
|
|
22
|
+
✅ Bundle built: 5537044 bytes, hash: sha256:979126c7fecf0...
|
|
23
|
+
|
|
24
|
+
✅ All bundles built successfully!
|
|
25
|
+
Output: /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app/dist/bundles
|
|
26
|
+
Version: 1.9.34
|
|
27
|
+
Framework: 1.8.1
|
|
28
|
+
Templates: blank, hardware-world, ecommerce, mix-station
|
|
29
|
+
Manifest: /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app/dist/bundles/manifest.json
|