@kya-os/create-mcpi-app 1.7.42-canary.34 → 1.7.42-canary.36
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 +1 -1
- package/dist/helpers/fetch-cloudflare-mcpi-template.d.ts +7 -6
- package/dist/helpers/fetch-cloudflare-mcpi-template.d.ts.map +1 -1
- package/dist/helpers/fetch-cloudflare-mcpi-template.js +143 -1193
- package/dist/helpers/fetch-cloudflare-mcpi-template.js.map +1 -1
- package/package.json +25 -67
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @kya-os/create-mcpi-app@1.7.42-canary.
|
|
2
|
+
> @kya-os/create-mcpi-app@1.7.42-canary.36 build /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
|
|
3
3
|
> tsc && chmod +x dist/index.js
|
|
4
4
|
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
interface
|
|
2
|
-
packageManager
|
|
3
|
-
projectName
|
|
1
|
+
interface CloudflareTemplateOptions {
|
|
2
|
+
packageManager: string;
|
|
3
|
+
projectName: string;
|
|
4
4
|
apikey?: string;
|
|
5
5
|
projectId?: string;
|
|
6
6
|
skipIdentity?: boolean;
|
|
7
7
|
}
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
9
|
+
* Fetches the Cloudflare MCP-I template
|
|
10
|
+
* Since this is inside the monorepo, we can copy from local packages
|
|
11
|
+
* But for the published package, we need to construct package.json with correct versions
|
|
11
12
|
*/
|
|
12
|
-
export declare function fetchCloudflareMcpiTemplate(
|
|
13
|
+
export declare function fetchCloudflareMcpiTemplate(targetDir: string, options: CloudflareTemplateOptions | string): Promise<void>;
|
|
13
14
|
export {};
|
|
14
15
|
//# sourceMappingURL=fetch-cloudflare-mcpi-template.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-cloudflare-mcpi-template.d.ts","sourceRoot":"","sources":["../../src/helpers/fetch-cloudflare-mcpi-template.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"fetch-cloudflare-mcpi-template.d.ts","sourceRoot":"","sources":["../../src/helpers/fetch-cloudflare-mcpi-template.ts"],"names":[],"mappings":"AAIA,UAAU,yBAAyB;IACjC,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;;;GAIG;AACH,wBAAsB,2BAA2B,CAC/C,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,yBAAyB,GAAG,MAAM,GAC1C,OAAO,CAAC,IAAI,CAAC,CAyKf"}
|