@theokit/cli 4.0.1 → 4.0.2-next.0
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 +8 -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/CHANGELOG.md
CHANGED
package/dist/bin/theokit.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.
|
|
655
|
-
var CLI_VERSION = "4.0.
|
|
654
|
+
var SDK_VERSION = "4.63.4-next.0";
|
|
655
|
+
var CLI_VERSION = "4.0.2-next.0";
|
|
656
656
|
|
|
657
657
|
// src/init/templates.ts
|
|
658
658
|
var TEMPLATES = [
|