@posthog/cli 0.7.14 → 0.7.15

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,9 @@
1
1
  # posthog-cli
2
2
 
3
+ # 0.7.15
4
+
5
+ - fix: make symbol upload retry logs clearer and report failed finalization explicitly.
6
+
3
7
  # 0.7.14
4
8
 
5
9
  - feat: add `--env-file <PATH>` to load `POSTHOG_CLI_HOST`, `POSTHOG_CLI_API_KEY`, and `POSTHOG_CLI_PROJECT_ID` (and their legacy aliases) from a dotenv-style file when not set in the process environment. Credentials are resolved atomically from a single source (process env first, then the file), so `POSTHOG_CLI_HOST` from the file cannot redirect a key supplied by the process env.
@@ -19,7 +19,7 @@
19
19
  "hasInstallScript": true,
20
20
  "license": "MIT",
21
21
  "name": "@posthog/cli",
22
- "version": "0.7.14"
22
+ "version": "0.7.15"
23
23
  },
24
24
  "node_modules/detect-libc": {
25
25
  "engines": {
@@ -48,5 +48,5 @@
48
48
  }
49
49
  },
50
50
  "requires": true,
51
- "version": "0.7.14"
51
+ "version": "0.7.15"
52
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.14"
3
+ "https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.15"
4
4
  ],
5
5
  "bin": {
6
6
  "posthog-cli": "run-posthog-cli.js"
@@ -114,7 +114,7 @@
114
114
  "zipExt": ".tar.gz"
115
115
  }
116
116
  },
117
- "version": "0.7.14",
117
+ "version": "0.7.15",
118
118
  "volta": {
119
119
  "node": "18.14.1",
120
120
  "npm": "9.5.0"