@popina/cli 5.1.1-20260909212125Z → 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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @popina/cli
2
2
 
3
+ ## 5.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix CLI releases failing to publish as a public npm package. ([#4520](https://github.com/popina/pragma-web/pull/4520))
8
+
3
9
  ## 5.1.0
4
10
 
5
11
  ### Minor Changes
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-20260909212125Z";
14735
+ var version2 = "5.1.1";
14736
14736
 
14737
14737
  // src/utils/get-package-info.ts
14738
14738
  async function getPackageInfo() {