@theokit/cli 4.0.2-next.0 → 4.0.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.
package/dist/index.cjs CHANGED
@@ -651,8 +651,8 @@ ${pc5__default.default.green("\u2713")} ${result.aggregate.totalRows} rows \xB7
651
651
  }
652
652
 
653
653
  // src/version.ts
654
- var SDK_VERSION = "4.63.4-next.0";
655
- var CLI_VERSION = "4.0.2-next.0";
654
+ var SDK_VERSION = "5.0.0";
655
+ var CLI_VERSION = "4.0.2";
656
656
 
657
657
  // src/init/templates.ts
658
658
  var TEMPLATES = [
package/dist/index.js CHANGED
@@ -625,8 +625,8 @@ ${pc5.green("\u2713")} ${result.aggregate.totalRows} rows \xB7 mean score ${resu
625
625
  }
626
626
 
627
627
  // src/version.ts
628
- var SDK_VERSION = "4.63.4-next.0";
629
- var CLI_VERSION = "4.0.2-next.0";
628
+ var SDK_VERSION = "5.0.0";
629
+ var CLI_VERSION = "4.0.2";
630
630
 
631
631
  // src/init/templates.ts
632
632
  var TEMPLATES = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theokit/cli",
3
- "version": "4.0.2-next.0",
3
+ "version": "4.0.2",
4
4
  "description": "Developer CLI for @theokit/sdk — init, dev, inspect, eval. Adoption Roadmap #1.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/usetheokit/theokit-sdk#readme",
@@ -46,10 +46,10 @@
46
46
  "commander": "^12.1.0",
47
47
  "picocolors": "^1.0.0",
48
48
  "tsx": "^4.19.0",
49
- "@theokit/sdk": "^4.63.4-next.0"
49
+ "@theokit/sdk": "^5.0.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@theokit/acp": "^4.0.1-next.0"
52
+ "@theokit/acp": "^4.0.1"
53
53
  },
54
54
  "peerDependenciesMeta": {
55
55
  "@theokit/acp": {
@@ -61,7 +61,7 @@
61
61
  "tsup": "^8.5.0",
62
62
  "typescript": "^5.8.0",
63
63
  "vitest": "^4.1.8",
64
- "@theokit/acp": "4.0.1-next.0"
64
+ "@theokit/acp": "4.0.1"
65
65
  },
66
66
  "bin": {
67
67
  "theokit": "./dist/bin/theokit.js"