@keystrokehq/cli 0.1.40 → 0.1.41
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/dist/dist-Btm1crbJ.mjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -7039,7 +7039,7 @@ const INIT_CATALOG_VERSIONS = {
|
|
|
7039
7039
|
vitest: "^4.1.7",
|
|
7040
7040
|
"@types/node": "^25.9.1"
|
|
7041
7041
|
};
|
|
7042
|
-
const INIT_KEYSTROKE_VERSION = "^0.1.
|
|
7042
|
+
const INIT_KEYSTROKE_VERSION = "^0.1.30";
|
|
7043
7043
|
//#endregion
|
|
7044
7044
|
//#region src/init/copy-template.ts
|
|
7045
7045
|
function renderTemplate(content, variables) {
|