@posthog/cli 0.4.2 → 0.4.3
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 +8 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
# posthog-cli
|
|
2
2
|
|
|
3
|
+
## 0.4.3
|
|
4
|
+
|
|
5
|
+
- add `ignore` argument to sourcemap inject, upload and process commands
|
|
6
|
+
- add `skip_ssl_verification` argument for self-hosted instances
|
|
7
|
+
|
|
3
8
|
## 0.4.2
|
|
9
|
+
|
|
4
10
|
- fix url encoded sourcemaps
|
|
5
11
|
|
|
6
12
|
## 0.4.1
|
|
13
|
+
|
|
7
14
|
- add remote url to release metadata
|
|
8
15
|
|
|
9
16
|
## 0.4.0
|
|
17
|
+
|
|
10
18
|
- extract sourcemap url from source code
|
|
11
19
|
- add process command to inject and upload sourcemaps
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"name": "@posthog/cli",
|
|
26
|
-
"version": "0.4.
|
|
26
|
+
"version": "0.4.3"
|
|
27
27
|
},
|
|
28
28
|
"node_modules/@isaacs/balanced-match": {
|
|
29
29
|
"engines": {
|
|
@@ -716,5 +716,5 @@
|
|
|
716
716
|
}
|
|
717
717
|
},
|
|
718
718
|
"requires": true,
|
|
719
|
-
"version": "0.4.
|
|
719
|
+
"version": "0.4.3"
|
|
720
720
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/PostHog/posthog/releases/download/posthog-cli-v0.4.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/PostHog/posthog/releases/download/posthog-cli-v0.4.3",
|
|
3
3
|
"bin": {
|
|
4
4
|
"posthog-cli": "run-posthog-cli.js"
|
|
5
5
|
},
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"zipExt": ".tar.gz"
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
|
-
"version": "0.4.
|
|
119
|
+
"version": "0.4.3",
|
|
120
120
|
"volta": {
|
|
121
121
|
"node": "18.14.1",
|
|
122
122
|
"npm": "9.5.0"
|