@kya-os/create-mcpi-app 1.10.1 → 1.10.3
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 +13 -13
- package/dist/bundles/blank.js +522 -133
- package/dist/bundles/ecommerce.js +522 -133
- package/dist/bundles/hardware-world.js +522 -133
- package/dist/bundles/manifest.json +11 -11
- package/dist/bundles/mix-station.js +522 -133
- package/dist/helpers/get-package-versions.js +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
|
|
2
|
-
> @kya-os/create-mcpi-app@1.10.
|
|
2
|
+
> @kya-os/create-mcpi-app@1.10.3 build /Users/dylanhobbs/Documents/@kya-os/xmcp-i/.claude/worktrees/kya-os-http/packages/create-mcpi-app
|
|
3
3
|
> tsc && chmod +x dist/index.js && node --import tsx scripts/build-bundles.ts
|
|
4
4
|
|
|
5
5
|
🔨 Building template bundles...
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
📦 Building template: blank
|
|
9
|
-
✅ Source files written to /
|
|
10
|
-
✅ Bundle built:
|
|
9
|
+
✅ Source files written to /Users/dylanhobbs/Documents/@kya-os/xmcp-i/.claude/worktrees/kya-os-http/packages/create-mcpi-app/dist/.tmp-bundles/blank
|
|
10
|
+
✅ Bundle built: 7226042 bytes, hash: sha256:85d714b4d55d6...
|
|
11
11
|
|
|
12
12
|
📦 Building template: hardware-world
|
|
13
|
-
✅ Source files written to /
|
|
14
|
-
✅ Bundle built:
|
|
13
|
+
✅ Source files written to /Users/dylanhobbs/Documents/@kya-os/xmcp-i/.claude/worktrees/kya-os-http/packages/create-mcpi-app/dist/.tmp-bundles/hardware-world
|
|
14
|
+
✅ Bundle built: 7238445 bytes, hash: sha256:57df00cb178cc...
|
|
15
15
|
|
|
16
16
|
📦 Building template: ecommerce
|
|
17
|
-
✅ Source files written to /
|
|
18
|
-
✅ Bundle built:
|
|
17
|
+
✅ Source files written to /Users/dylanhobbs/Documents/@kya-os/xmcp-i/.claude/worktrees/kya-os-http/packages/create-mcpi-app/dist/.tmp-bundles/ecommerce
|
|
18
|
+
✅ Bundle built: 7227736 bytes, hash: sha256:e31ace48f2753...
|
|
19
19
|
|
|
20
20
|
📦 Building template: mix-station
|
|
21
|
-
✅ Source files written to /
|
|
22
|
-
✅ Bundle built:
|
|
21
|
+
✅ Source files written to /Users/dylanhobbs/Documents/@kya-os/xmcp-i/.claude/worktrees/kya-os-http/packages/create-mcpi-app/dist/.tmp-bundles/mix-station
|
|
22
|
+
✅ Bundle built: 7240829 bytes, hash: sha256:873a503de7a07...
|
|
23
23
|
|
|
24
24
|
✅ All bundles built successfully!
|
|
25
|
-
Output: /
|
|
26
|
-
Version: 1.10.
|
|
27
|
-
Framework: 1.
|
|
25
|
+
Output: /Users/dylanhobbs/Documents/@kya-os/xmcp-i/.claude/worktrees/kya-os-http/packages/create-mcpi-app/dist/bundles
|
|
26
|
+
Version: 1.10.3
|
|
27
|
+
Framework: 1.12.1
|
|
28
28
|
Templates: blank, hardware-world, ecommerce, mix-station
|
|
29
|
-
Manifest: /
|
|
29
|
+
Manifest: /Users/dylanhobbs/Documents/@kya-os/xmcp-i/.claude/worktrees/kya-os-http/packages/create-mcpi-app/dist/bundles/manifest.json
|