@cleocode/cleo 2026.6.4 → 2026.6.5
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/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/package.json +12 -12
package/dist/cli/index.js
CHANGED
|
@@ -1219,6 +1219,7 @@ var init_tree = __esm({
|
|
|
1219
1219
|
// packages/animations/src/render/index.ts
|
|
1220
1220
|
var init_render = __esm({
|
|
1221
1221
|
"packages/animations/src/render/index.ts"() {
|
|
1222
|
+
"use strict";
|
|
1222
1223
|
init_legend();
|
|
1223
1224
|
init_tree();
|
|
1224
1225
|
}
|
|
@@ -1336,7 +1337,6 @@ var init_spinner_handle = __esm({
|
|
|
1336
1337
|
var init_src = __esm({
|
|
1337
1338
|
"packages/animations/src/index.ts"() {
|
|
1338
1339
|
init_animate_context();
|
|
1339
|
-
init_render();
|
|
1340
1340
|
init_spinner_handle();
|
|
1341
1341
|
}
|
|
1342
1342
|
});
|