create-kai 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4252,7 +4252,7 @@ async function main() {
4252
4252
  return 0;
4253
4253
  }
4254
4254
  if (args.version) {
4255
- console.log("0.1.1");
4255
+ console.log("0.1.2");
4256
4256
  return 0;
4257
4257
  }
4258
4258
  if (args.list) {
@@ -4408,7 +4408,7 @@ function run(command, cwd) {
4408
4408
  }
4409
4409
  function printMatrix(asJson) {
4410
4410
  const matrix = {
4411
- cli: "0.1.1",
4411
+ cli: "0.1.2",
4412
4412
  kit: DEFAULT_KIT_RANGE,
4413
4413
  frameworks: FRAMEWORKS.map((f) => ({
4414
4414
  id: f.id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kai",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "Scaffold a runnable @kitn.ai/ui chat app. `npm create kai@latest`",
6
6
  "license": "MIT",