@theokit/cli 4.0.1 → 4.0.2-next.1
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/CHANGELOG.md +59 -0
- package/dist/bin/theokit.cjs +2 -2
- package/dist/bin/theokit.cjs.map +1 -1
- package/dist/bin/theokit.js +2 -2
- package/dist/bin/theokit.js.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +4 -4
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 = "
|
|
655
|
-
var CLI_VERSION = "4.0.1";
|
|
654
|
+
var SDK_VERSION = "5.0.0-next.1";
|
|
655
|
+
var CLI_VERSION = "4.0.2-next.1";
|
|
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 = "
|
|
629
|
-
var CLI_VERSION = "4.0.1";
|
|
628
|
+
var SDK_VERSION = "5.0.0-next.1";
|
|
629
|
+
var CLI_VERSION = "4.0.2-next.1";
|
|
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.1",
|
|
3
|
+
"version": "4.0.2-next.1",
|
|
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": "^
|
|
49
|
+
"@theokit/sdk": "^5.0.0-next.1"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@theokit/acp": "^4.0.
|
|
52
|
+
"@theokit/acp": "^4.0.1-next.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.
|
|
64
|
+
"@theokit/acp": "4.0.1-next.1"
|
|
65
65
|
},
|
|
66
66
|
"bin": {
|
|
67
67
|
"theokit": "./dist/bin/theokit.js"
|