@amplitude/plugin-session-replay-browser
Advanced tools
Comparing version 1.6.12 to 1.6.13
@@ -5,2 +5,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
var sessionReplay = tslib_1.__importStar(require("@amplitude/session-replay-browser")); | ||
var version_1 = require("./version"); | ||
var ENRICHMENT_PLUGIN_NAME = '@amplitude/plugin-session-replay-enrichment-browser'; | ||
@@ -65,3 +66,3 @@ var SessionReplayEnrichmentPlugin = /** @class */ (function () { | ||
} | ||
config.loggerProvider.log('Installing @amplitude/plugin-session-replay.'); | ||
config.loggerProvider.log("Installing @amplitude/plugin-session-replay, version ".concat(version_1.VERSION, ".")); | ||
this.clientRemove = client.remove.bind(client); | ||
@@ -68,0 +69,0 @@ this.config = config; |
import { __assign, __awaiter, __generator } from "tslib"; | ||
import * as sessionReplay from '@amplitude/session-replay-browser'; | ||
import { VERSION } from './version'; | ||
var ENRICHMENT_PLUGIN_NAME = '@amplitude/plugin-session-replay-enrichment-browser'; | ||
@@ -62,3 +63,3 @@ var SessionReplayEnrichmentPlugin = /** @class */ (function () { | ||
} | ||
config.loggerProvider.log('Installing @amplitude/plugin-session-replay.'); | ||
config.loggerProvider.log("Installing @amplitude/plugin-session-replay, version ".concat(VERSION, ".")); | ||
this.clientRemove = client.remove.bind(client); | ||
@@ -65,0 +66,0 @@ this.config = config; |
{ | ||
"name": "@amplitude/plugin-session-replay-browser", | ||
"version": "1.6.12", | ||
"version": "1.6.13", | ||
"description": "", | ||
@@ -34,3 +34,4 @@ "author": "Amplitude Inc", | ||
"typecheck": "tsc -p ./tsconfig.json", | ||
"version": "yarn add @amplitude/analytics-types@\">=1 <3\" @amplitude/analytics-client-common@\">=1 <3\" @amplitude/analytics-core@\">=1 <3\"" | ||
"version": "yarn version-file && GENERATE_SNIPPET=true yarn build", | ||
"version-file": "echo '// Autogenerated by `yarn version-file`. DO NOT EDIT' > src/version.ts && node -p \"'export const VERSION = \\'' + require('./package.json').version + '\\';'\" >> src/version.ts" | ||
}, | ||
@@ -44,3 +45,3 @@ "bugs": { | ||
"@amplitude/analytics-types": ">=1 <3", | ||
"@amplitude/session-replay-browser": "^1.12.0", | ||
"@amplitude/session-replay-browser": "^1.12.1", | ||
"idb-keyval": "^6.2.1", | ||
@@ -61,3 +62,3 @@ "tslib": "^2.4.1" | ||
], | ||
"gitHead": "75f26db5739f4c111283342c3f73c36ec5210992" | ||
"gitHead": "717633e5699c982b7f7baa200aa6fb8ada1766ea" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
419363
57
1517