@linzumi/cli 0.0.66-beta → 0.0.67-beta
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/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -11695,7 +11695,7 @@ var linzumiCliVersion, linzumiCliVersionText;
|
|
|
11695
11695
|
var init_version = __esm({
|
|
11696
11696
|
"src/version.ts"() {
|
|
11697
11697
|
"use strict";
|
|
11698
|
-
linzumiCliVersion = "0.0.
|
|
11698
|
+
linzumiCliVersion = "0.0.67-beta";
|
|
11699
11699
|
linzumiCliVersionText = `linzumi ${linzumiCliVersion}`;
|
|
11700
11700
|
}
|
|
11701
11701
|
});
|
package/package.json
CHANGED