@theokit/cli 2.0.1 → 3.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/CHANGELOG.md +49 -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 +9 -4
package/dist/bin/theokit.js
CHANGED
|
@@ -619,8 +619,8 @@ ${pc5.green("\u2713")} ${result.aggregate.totalRows} rows \xB7 mean score ${resu
|
|
|
619
619
|
}
|
|
620
620
|
|
|
621
621
|
// src/version.ts
|
|
622
|
-
var SDK_VERSION = "
|
|
623
|
-
var CLI_VERSION = "
|
|
622
|
+
var SDK_VERSION = "4.43.0";
|
|
623
|
+
var CLI_VERSION = "3.0.2";
|
|
624
624
|
|
|
625
625
|
// src/init/templates.ts
|
|
626
626
|
var TEMPLATES = [
|