@applitools/dom-capture
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -7,2 +7,6 @@ | ||
## 7.2.1 - 2020/6/3 | ||
- fix dist scripts | ||
## 7.2.0 - 2020/5/3 | ||
@@ -9,0 +13,0 @@ |
@@ -1,2 +0,2 @@ | ||
/* @applitools/dom-capture@7.1.5 */ | ||
/* @applitools/dom-capture@7.2.0 */ | ||
@@ -448,3 +448,3 @@ function __captureDom() { | ||
capturedFrame.version = API_VERSION; | ||
capturedFrame.scriptVersion = '7.1.5'; | ||
capturedFrame.scriptVersion = '7.2.0'; | ||
@@ -451,0 +451,0 @@ const iframePrefix = iframeCors.length ? `${iframeCors.join('\n')}\n` : ''; |
@@ -1,2 +0,2 @@ | ||
/* @applitools/dom-capture@7.1.5 */ | ||
/* @applitools/dom-capture@7.2.0 */ | ||
@@ -448,3 +448,3 @@ function __captureDomAndPoll() { | ||
capturedFrame.version = API_VERSION; | ||
capturedFrame.scriptVersion = '7.1.5'; | ||
capturedFrame.scriptVersion = '7.2.0'; | ||
@@ -451,0 +451,0 @@ const iframePrefix = iframeCors.length ? `${iframeCors.join('\n')}\n` : ''; |
@@ -1,2 +0,2 @@ | ||
/* @applitools/dom-capture@7.1.5 */ | ||
/* @applitools/dom-capture@7.2.0 */ | ||
'use strict'; | ||
@@ -445,3 +445,3 @@ | ||
capturedFrame.version = API_VERSION; | ||
capturedFrame.scriptVersion = '7.1.5'; | ||
capturedFrame.scriptVersion = '7.2.0'; | ||
@@ -448,0 +448,0 @@ const iframePrefix = iframeCors.length ? `${iframeCors.join('\n')}\n` : ''; |
{ | ||
"name": "@applitools/dom-capture", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"main": "index.js", | ||
"license": "SEE LICENSE IN LICENSE", | ||
"scripts": { | ||
"test:mocha": "mocha --no-timeouts tests/**/*.test.js", | ||
"test:mocha": "mocha --no-timeouts test/**/*.test.js", | ||
"lint:node": "eslint '**/*.js' --ignore-pattern 'src/browser'", | ||
@@ -14,3 +14,3 @@ "lint:browser": "eslint -c 'src/browser/.eslintrc.json' 'src/browser/**/*.js'", | ||
"build:watch": "rollup -c rollup.config.js --watch", | ||
"surge": "surge tests/fixtures applitools-dom-capture-origin-1.surge.sh && surge tests/fixtures applitools-dom-capture-origin-2.surge.sh", | ||
"surge": "surge test/fixtures applitools-dom-capture-origin-1.surge.sh && surge test/fixtures applitools-dom-capture-origin-2.surge.sh", | ||
"preversion": "bongo preversion", | ||
@@ -30,2 +30,3 @@ "version": "bongo version", | ||
"@applitools/sdk-release-kit": "0.1.0", | ||
"@applitools/sdk-shared": "0.1.0", | ||
"@babel/core": "^7.7.7", | ||
@@ -61,3 +62,3 @@ "@babel/preset-env": "^7.7.7", | ||
"dependencies": { | ||
"@applitools/functional-commons": "^1.5.4" | ||
"@applitools/functional-commons": "1.5.4" | ||
}, | ||
@@ -64,0 +65,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1077103
31
+ Added@applitools/functional-commons@1.5.4(transitive)
- Removed@applitools/functional-commons@1.6.0(transitive)