@kya-os/create-mcpi-app 1.10.1 → 1.10.2
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 +465 -131
- package/dist/bundles/ecommerce.js +465 -131
- package/dist/bundles/hardware-world.js +465 -131
- package/dist/bundles/manifest.json +11 -11
- package/dist/bundles/mix-station.js +465 -131
- 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.2 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: 7223684 bytes, hash: sha256:eace4d156f2b1...
|
|
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: 7236087 bytes, hash: sha256:0658ee9a42b90...
|
|
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: 7225378 bytes, hash: sha256:6c207f2035add...
|
|
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: 7238471 bytes, hash: sha256:bfc525cbc17ad...
|
|
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.2
|
|
27
|
+
Framework: 1.12.0
|
|
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
|