@popina/cli 5.1.2-20260916115432Z → 5.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @popina/cli
2
2
 
3
+ ## 5.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Automatically re-authenticate with gcloud when tokens expired while trying to login to google with popina-cli ([#4508](https://github.com/popina/pragma-web/pull/4508))
8
+ - Automatically trigger a gcloud re-authentication if local tokens are expired while trying to fetch dev env secrets ([#4558](https://github.com/popina/pragma-web/pull/4558))
9
+
3
10
  ## 5.1.1
4
11
 
5
12
  ### Patch Changes
package/build/index.js CHANGED
@@ -14802,7 +14802,7 @@ var removeEnvConfig = (envConfigCopyPath) => {
14802
14802
  };
14803
14803
 
14804
14804
  // package.json
14805
- var version2 = "5.1.2-20260916115432Z";
14805
+ var version2 = "5.1.2";
14806
14806
 
14807
14807
  // src/utils/get-package-info.ts
14808
14808
  async function getPackageInfo() {