@kya-os/create-mcpi-app 1.10.2 → 1.10.4
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 +433 -77
- package/dist/bundles/ecommerce.js +433 -77
- package/dist/bundles/hardware-world.js +433 -77
- package/dist/bundles/manifest.json +11 -11
- package/dist/bundles/mix-station.js +433 -77
- package/dist/helpers/get-package-versions.js +2 -2
- package/package.json +4 -4
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 /home/runner/work/xmcp-i/xmcp-i/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 /home/runner/work/xmcp-i/xmcp-i/packages/create-mcpi-app/dist/.tmp-bundles/blank
|
|
10
|
+
✅ Bundle built: 7238869 bytes, hash: sha256:7b4702b223bce...
|
|
11
11
|
|
|
12
12
|
📦 Building template: hardware-world
|
|
13
|
-
✅ Source files written to /
|
|
14
|
-
✅ Bundle built:
|
|
13
|
+
✅ Source files written to /home/runner/work/xmcp-i/xmcp-i/packages/create-mcpi-app/dist/.tmp-bundles/hardware-world
|
|
14
|
+
✅ Bundle built: 7251272 bytes, hash: sha256:6bafe84567076...
|
|
15
15
|
|
|
16
16
|
📦 Building template: ecommerce
|
|
17
|
-
✅ Source files written to /
|
|
18
|
-
✅ Bundle built:
|
|
17
|
+
✅ Source files written to /home/runner/work/xmcp-i/xmcp-i/packages/create-mcpi-app/dist/.tmp-bundles/ecommerce
|
|
18
|
+
✅ Bundle built: 7240563 bytes, hash: sha256:129ab05d8e2dd...
|
|
19
19
|
|
|
20
20
|
📦 Building template: mix-station
|
|
21
|
-
✅ Source files written to /
|
|
22
|
-
✅ Bundle built:
|
|
21
|
+
✅ Source files written to /home/runner/work/xmcp-i/xmcp-i/packages/create-mcpi-app/dist/.tmp-bundles/mix-station
|
|
22
|
+
✅ Bundle built: 7253656 bytes, hash: sha256:05fa478632a2c...
|
|
23
23
|
|
|
24
24
|
✅ All bundles built successfully!
|
|
25
|
-
Output: /
|
|
26
|
-
Version: 1.10.
|
|
27
|
-
Framework: 1.12.
|
|
25
|
+
Output: /home/runner/work/xmcp-i/xmcp-i/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: /home/runner/work/xmcp-i/xmcp-i/packages/create-mcpi-app/dist/bundles/manifest.json
|