posthog-js-lite
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "posthog-js-lite", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Reimplementation of posthog-js to be as light and modular as possible.", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -101,3 +101,2 @@ "use strict"; | ||
const body = await rawResponse.text(); | ||
console.log('response sent!'); | ||
} | ||
@@ -104,0 +103,0 @@ catch (error) { |
{ | ||
"name": "posthog-js-lite", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Reimplementation of posthog-js to be as light and modular as possible.", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -119,3 +119,2 @@ import { version } from '../package.json' | ||
const body = await rawResponse.text() | ||
console.log('response sent!') | ||
} catch (error) { | ||
@@ -122,0 +121,0 @@ // TODO: retry if fails? |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
234653
1830