@applitools/dom-capture
Advanced tools
Comparing version 7.2.1 to 7.2.2
@@ -7,2 +7,10 @@ | ||
## 7.2.2 - 2020/6/3 | ||
- fix dist scripts | ||
## 7.2.2 - 2020/6/3 | ||
- fix dist scripts | ||
## 7.2.1 - 2020/6/3 | ||
@@ -9,0 +17,0 @@ |
@@ -1,2 +0,2 @@ | ||
/* @applitools/dom-capture@7.2.0 */ | ||
/* @applitools/dom-capture@7.2.2 */ | ||
@@ -448,3 +448,3 @@ function __captureDom() { | ||
capturedFrame.version = API_VERSION; | ||
capturedFrame.scriptVersion = '7.2.0'; | ||
capturedFrame.scriptVersion = '7.2.2'; | ||
@@ -451,0 +451,0 @@ const iframePrefix = iframeCors.length ? `${iframeCors.join('\n')}\n` : ''; |
@@ -1,2 +0,2 @@ | ||
/* @applitools/dom-capture@7.2.0 */ | ||
/* @applitools/dom-capture@7.2.2 */ | ||
@@ -448,3 +448,3 @@ function __captureDomAndPoll() { | ||
capturedFrame.version = API_VERSION; | ||
capturedFrame.scriptVersion = '7.2.0'; | ||
capturedFrame.scriptVersion = '7.2.2'; | ||
@@ -451,0 +451,0 @@ const iframePrefix = iframeCors.length ? `${iframeCors.join('\n')}\n` : ''; |
@@ -1,2 +0,2 @@ | ||
/* @applitools/dom-capture@7.2.0 */ | ||
/* @applitools/dom-capture@7.2.2 */ | ||
'use strict'; | ||
@@ -445,3 +445,3 @@ | ||
capturedFrame.version = API_VERSION; | ||
capturedFrame.scriptVersion = '7.2.0'; | ||
capturedFrame.scriptVersion = '7.2.2'; | ||
@@ -448,0 +448,0 @@ const iframePrefix = iframeCors.length ? `${iframeCors.join('\n')}\n` : ''; |
{ | ||
"name": "@applitools/dom-capture", | ||
"version": "7.2.1", | ||
"version": "7.2.2", | ||
"main": "index.js", | ||
"license": "SEE LICENSE IN LICENSE", | ||
"scripts": { | ||
"test:mocha": "mocha --no-timeouts test/**/*.test.js", | ||
"test": "mocha --no-timeouts test/**/*.test.js", | ||
"lint:node": "eslint '**/*.js' --ignore-pattern 'src/browser'", | ||
"lint:browser": "eslint -c 'src/browser/.eslintrc.json' 'src/browser/**/*.js'", | ||
"lint": "yarn lint:node && yarn lint:browser", | ||
"test": "yarn test:mocha && yarn lint", | ||
"build": "rollup -c rollup.config.js", | ||
"build:watch": "rollup -c rollup.config.js --watch", | ||
"surge": "surge test/fixtures applitools-dom-capture-origin-1.surge.sh && surge test/fixtures applitools-dom-capture-origin-2.surge.sh", | ||
"preversion": "bongo preversion", | ||
"preversion": "bongo preversion && yarn build && yarn test", | ||
"version": "bongo version", | ||
"postversion": "bongo postversion --skip-release-notification" | ||
"postversion": "yarn build && bongo postversion --skip-release-notification" | ||
}, | ||
@@ -19,0 +18,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1077176