@amplitude/analytics-browser
Advanced tools
Comparing version 1.9.0-beta.3 to 1.9.0-beta.4
@@ -57,2 +57,5 @@ var _this = this; | ||
} | ||
if ('querySelectorAll' in node && typeof node.querySelectorAll === 'function') { | ||
Array.from(node.querySelectorAll('a')).map(addFileDownloadListener); | ||
} | ||
}); | ||
@@ -59,0 +62,0 @@ }); |
@@ -58,2 +58,5 @@ var _this = this; | ||
} | ||
if ('querySelectorAll' in node && typeof node.querySelectorAll === 'function') { | ||
Array.from(node.querySelectorAll('form')).map(addFormInteractionListener); | ||
} | ||
}); | ||
@@ -60,0 +63,0 @@ }); |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.9.0-beta.3"; | ||
export declare const VERSION = "1.9.0-beta.4"; | ||
//# sourceMappingURL=version.d.ts.map |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '1.9.0-beta.3'; | ||
exports.VERSION = '1.9.0-beta.4'; | ||
//# sourceMappingURL=version.js.map |
@@ -54,2 +54,5 @@ import { __awaiter, __generator } from "tslib"; | ||
} | ||
if ('querySelectorAll' in node && typeof node.querySelectorAll === 'function') { | ||
Array.from(node.querySelectorAll('a')).map(addFileDownloadListener); | ||
} | ||
}); | ||
@@ -56,0 +59,0 @@ }); |
@@ -55,2 +55,5 @@ import { __awaiter, __generator } from "tslib"; | ||
} | ||
if ('querySelectorAll' in node && typeof node.querySelectorAll === 'function') { | ||
Array.from(node.querySelectorAll('form')).map(addFormInteractionListener); | ||
} | ||
}); | ||
@@ -57,0 +60,0 @@ }); |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.9.0-beta.3"; | ||
export declare const VERSION = "1.9.0-beta.4"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export var VERSION = '1.9.0-beta.3'; | ||
export var VERSION = '1.9.0-beta.4'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.9.0-beta.3"; | ||
export declare const VERSION = "1.9.0-beta.4"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "@amplitude/analytics-browser", | ||
"version": "1.9.0-beta.3", | ||
"version": "1.9.0-beta.4", | ||
"description": "Official Amplitude SDK for Web", | ||
@@ -49,4 +49,4 @@ "keywords": [ | ||
"@amplitude/analytics-types": "^0.17.0-beta.0", | ||
"@amplitude/plugin-page-view-tracking-browser": "^0.6.0-beta.3", | ||
"@amplitude/plugin-web-attribution-browser": "^0.6.0-beta.3", | ||
"@amplitude/plugin-page-view-tracking-browser": "^0.6.0-beta.4", | ||
"@amplitude/plugin-web-attribution-browser": "^0.6.0-beta.4", | ||
"@amplitude/ua-parser-js": "^0.7.31", | ||
@@ -71,3 +71,3 @@ "tslib": "^2.4.1" | ||
], | ||
"gitHead": "b647f4e39f1de7a2e677f36f4904c13d2d33e6e6" | ||
"gitHead": "e0fe8707280dc46ab88b97ae2fe80ee199d58b01" | ||
} |
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 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 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
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
563703
3574
43