@linzumi/cli 0.0.47-beta → 0.0.48-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
|
@@ -8500,7 +8500,7 @@ function realpathOrResolved(pathValue) {
|
|
|
8500
8500
|
}
|
|
8501
8501
|
|
|
8502
8502
|
// src/version.ts
|
|
8503
|
-
var linzumiCliVersion = "0.0.
|
|
8503
|
+
var linzumiCliVersion = "0.0.48-beta";
|
|
8504
8504
|
var linzumiCliVersionText = `linzumi ${linzumiCliVersion}`;
|
|
8505
8505
|
|
|
8506
8506
|
// src/runnerLock.ts
|
package/package.json
CHANGED