@popina/cli 5.1.1-20260909214553Z → 5.1.1
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 +6 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/build/index.js
CHANGED
|
@@ -14732,7 +14732,7 @@ function date4(params) {
|
|
|
14732
14732
|
config(en_default());
|
|
14733
14733
|
|
|
14734
14734
|
// package.json
|
|
14735
|
-
var version2 = "5.1.1
|
|
14735
|
+
var version2 = "5.1.1";
|
|
14736
14736
|
|
|
14737
14737
|
// src/utils/get-package-info.ts
|
|
14738
14738
|
async function getPackageInfo() {
|