@applitools/dom-capture
Advanced tools
Comparing version 7.2.3 to 7.2.4
@@ -7,7 +7,7 @@ | ||
## 7.2.3 - 2020/6/3 | ||
## 7.2.4 - 2020/6/3 | ||
- fix dist scripts | ||
## 7.2.2 - 2020/6/3 | ||
## 7.2.3 - 2020/6/3 | ||
@@ -14,0 +14,0 @@ - fix dist scripts |
@@ -1,2 +0,2 @@ | ||
/* @applitools/dom-capture@7.2.2 */ | ||
/* @applitools/dom-capture@7.2.4 */ | ||
@@ -448,3 +448,3 @@ function __captureDom() { | ||
capturedFrame.version = API_VERSION; | ||
capturedFrame.scriptVersion = '7.2.2'; | ||
capturedFrame.scriptVersion = '7.2.4'; | ||
@@ -451,0 +451,0 @@ const iframePrefix = iframeCors.length ? `${iframeCors.join('\n')}\n` : ''; |
@@ -1,2 +0,2 @@ | ||
/* @applitools/dom-capture@7.2.2 */ | ||
/* @applitools/dom-capture@7.2.4 */ | ||
@@ -448,3 +448,3 @@ function __captureDomAndPoll() { | ||
capturedFrame.version = API_VERSION; | ||
capturedFrame.scriptVersion = '7.2.2'; | ||
capturedFrame.scriptVersion = '7.2.4'; | ||
@@ -451,0 +451,0 @@ const iframePrefix = iframeCors.length ? `${iframeCors.join('\n')}\n` : ''; |
@@ -1,2 +0,2 @@ | ||
/* @applitools/dom-capture@7.2.2 */ | ||
/* @applitools/dom-capture@7.2.4 */ | ||
'use strict'; | ||
@@ -445,3 +445,3 @@ | ||
capturedFrame.version = API_VERSION; | ||
capturedFrame.scriptVersion = '7.2.2'; | ||
capturedFrame.scriptVersion = '7.2.4'; | ||
@@ -448,0 +448,0 @@ const iframePrefix = iframeCors.length ? `${iframeCors.join('\n')}\n` : ''; |
{ | ||
"name": "@applitools/dom-capture", | ||
"version": "7.2.3", | ||
"version": "7.2.4", | ||
"main": "index.js", | ||
@@ -15,4 +15,4 @@ "license": "SEE LICENSE IN LICENSE", | ||
"preversion": "bongo preversion && yarn build && yarn test", | ||
"version": "bongo version", | ||
"postversion": "node scripts/post-version.js && bongo postversion --skip-release-notification" | ||
"version": "yarn build && git add dist && git commit -m \"[auto] dom-capture: dist scripts for v$npm_package_version\" && bongo version", | ||
"postversion": "bongo postversion --skip-release-notification" | ||
}, | ||
@@ -19,0 +19,0 @@ "engines": { |
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
1077313