@posthog/cli 0.5.14 → 0.5.17

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,17 @@
1
1
  # posthog-cli
2
2
 
3
+ # 0.5.17
4
+
5
+ - feat: add --file option to target built files directly
6
+
7
+ # 0.5.16
8
+
9
+ - fix: cut a new version for fixing compromised package
10
+
11
+ # 0.5.15
12
+
13
+ - Compromised
14
+
3
15
  # 0.5.14
4
16
 
5
17
  - Fix authentication issue on sourcemap upload
@@ -7,10 +7,10 @@
7
7
  "posthog-cli": "run-posthog-cli.js"
8
8
  },
9
9
  "dependencies": {
10
- "axios": "^1.11.0",
10
+ "axios": "^1.12.2",
11
11
  "axios-proxy-builder": "^0.1.2",
12
12
  "console.table": "^0.10.0",
13
- "detect-libc": "^2.0.4",
13
+ "detect-libc": "^2.1.2",
14
14
  "rimraf": "^6.0.1"
15
15
  },
16
16
  "devDependencies": {
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "@posthog/cli",
26
- "version": "0.5.14"
26
+ "version": "0.5.17"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -99,10 +99,10 @@
99
99
  "form-data": "^4.0.4",
100
100
  "proxy-from-env": "^1.1.0"
101
101
  },
102
- "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
102
+ "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
103
103
  "license": "MIT",
104
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
105
- "version": "1.11.0"
104
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
105
+ "version": "1.12.2"
106
106
  },
107
107
  "node_modules/axios-proxy-builder": {
108
108
  "dependencies": {
@@ -218,10 +218,10 @@
218
218
  "engines": {
219
219
  "node": ">=8"
220
220
  },
221
- "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
221
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
222
222
  "license": "Apache-2.0",
223
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
224
- "version": "2.0.4"
223
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
224
+ "version": "2.1.2"
225
225
  },
226
226
  "node_modules/dunder-proto": {
227
227
  "dependencies": {
@@ -896,5 +896,5 @@
896
896
  }
897
897
  },
898
898
  "requires": true,
899
- "version": "0.5.14"
899
+ "version": "0.5.17"
900
900
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/PostHog/posthog/releases/download/posthog-cli-v0.5.14",
2
+ "artifactDownloadUrl": "https://github.com/PostHog/posthog/releases/download/posthog-cli-v0.5.17",
3
3
  "bin": {
4
4
  "posthog-cli": "run-posthog-cli.js"
5
5
  },
@@ -9,10 +9,10 @@
9
9
  "Hugues <hugues@posthog.com>"
10
10
  ],
11
11
  "dependencies": {
12
- "axios": "^1.11.0",
12
+ "axios": "^1.12.2",
13
13
  "axios-proxy-builder": "^0.1.2",
14
14
  "console.table": "^0.10.0",
15
- "detect-libc": "^2.0.4",
15
+ "detect-libc": "^2.1.2",
16
16
  "rimraf": "^6.0.1"
17
17
  },
18
18
  "description": "The command line interface for PostHog 🦔",
@@ -116,7 +116,7 @@
116
116
  "zipExt": ".tar.gz"
117
117
  }
118
118
  },
119
- "version": "0.5.14",
119
+ "version": "0.5.17",
120
120
  "volta": {
121
121
  "node": "18.14.1",
122
122
  "npm": "9.5.0"