@popina/cli 0.0.1-rc.0 → 0.0.1-rc.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/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -11423,7 +11423,7 @@ function date4(params) {
|
|
|
11423
11423
|
config(en_default());
|
|
11424
11424
|
|
|
11425
11425
|
// package.json
|
|
11426
|
-
var version2 = "0.0.
|
|
11426
|
+
var version2 = "0.0.1-rc.1";
|
|
11427
11427
|
|
|
11428
11428
|
// src/utils/get-package-info.ts
|
|
11429
11429
|
async function getPackageInfo() {
|