@keystrokehq/cli 0.1.13 → 0.1.14
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-D638kKxn.mjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6591,7 +6591,7 @@ const INIT_CATALOG_VERSIONS = {
|
|
|
6591
6591
|
vitest: "^4.1.7",
|
|
6592
6592
|
"@types/node": "^25.9.1"
|
|
6593
6593
|
};
|
|
6594
|
-
const INIT_KEYSTROKE_VERSION = "^0.1.
|
|
6594
|
+
const INIT_KEYSTROKE_VERSION = "^0.1.13";
|
|
6595
6595
|
//#endregion
|
|
6596
6596
|
//#region src/init/copy-template.ts
|
|
6597
6597
|
function renderTemplate(content, variables) {
|