blokctl 0.6.15 → 0.6.16

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.
@@ -17,7 +17,7 @@ const exec = util.promisify(child_process.exec);
17
17
  const HOME_DIR = `${os.homedir()}/.blok`;
18
18
  const GITHUB_REPO_LOCAL = `${HOME_DIR}/blok`;
19
19
  const GITHUB_REPO_REMOTE = "https://github.com/well-prado/blok.git";
20
- const GITHUB_REPO_RELEASE_TAG = "v0.6.15";
20
+ const GITHUB_REPO_RELEASE_TAG = "v0.6.16";
21
21
  fsExtra.ensureDirSync(HOME_DIR);
22
22
  const options = {
23
23
  baseDir: HOME_DIR,
@@ -487,7 +487,7 @@ export async function createProject(opts, version, currentPath = false, localRep
487
487
  "@blokjs/trigger-websocket": "triggers/websocket",
488
488
  "@blokjs/trigger-worker": "triggers/worker",
489
489
  };
490
- const BLOKJS_DEP_RANGE = "^0.6.15";
490
+ const BLOKJS_DEP_RANGE = "^0.6.16";
491
491
  for (const depGroup of ["dependencies", "devDependencies", "peerDependencies"]) {
492
492
  const deps = packageJsonContent[depGroup];
493
493
  if (!deps)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blokctl",
3
- "version": "0.6.15",
3
+ "version": "0.6.16",
4
4
  "author": "Deskree Technologies Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "description": "cli for blok",
@@ -30,7 +30,7 @@
30
30
  "keywords": ["blokctl", "cli", "blok", "blok"],
31
31
  "dependencies": {
32
32
  "@ai-sdk/openai": "^1.3.22",
33
- "@blokjs/runner": "^0.6.15",
33
+ "@blokjs/runner": "^0.6.16",
34
34
  "@clack/prompts": "^1.0.0",
35
35
  "ai": "^4.3.16",
36
36
  "better-sqlite3": "^12.6.2",