@zuplo/cli 1.114.0 → 1.116.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="7964f533-4c45-5bc8-929e-803354f7501e")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="5a7fbd6c-e77a-5154-903d-06314bf39ed8")}catch(e){}}();
3
3
  import { defaultIntegrations } from "@sentry/node";
4
4
  import { PostHog } from "posthog-node";
5
5
  import { POST_HOG_CAPTURE_KEY, ZUPLO_USER_ID_ARGV_KEY } from "../constants.js";
@@ -51,7 +51,7 @@ export async function captureEvent({ argv, event, properties, groups, sendFeatur
51
51
  }
52
52
  }
53
53
  export async function shutdownAnalytics() {
54
- return _postHog?.shutdownAsync();
54
+ return _postHog?.shutdown();
55
55
  }
56
56
  //# sourceMappingURL=lib.js.map
57
- //# debugId=7964f533-4c45-5bc8-929e-803354f7501e
57
+ //# debugId=5a7fbd6c-e77a-5154-903d-06314bf39ed8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/cli",
3
- "version": "1.114.0",
3
+ "version": "1.116.0",
4
4
  "type": "module",
5
5
  "repository": "https://github.com/zuplo/cli",
6
6
  "description": "The command-line interface for Zuplo",
@@ -85,14 +85,14 @@
85
85
  "open": "^9.1.0",
86
86
  "pino": "^8.11.0",
87
87
  "pino-pretty": "^9.4.0",
88
- "posthog-node": "3.2.0",
88
+ "posthog-node": "4.0.1",
89
89
  "prettier": "^2.8.7",
90
90
  "rimraf": "^3.0.2",
91
91
  "rollup-plugin-node-polyfills": "^0.2.1",
92
92
  "semver": "^7.5.2",
93
93
  "simple-git": "^3.17.0",
94
94
  "strip-ansi": "^7.1.0",
95
- "tar": "^6.1.13",
95
+ "tar": "^7.1.0",
96
96
  "temp": "^0.9.4",
97
97
  "uuid": "^9.0.1",
98
98
  "workerd": "^1.20240502.0",