@applitools/dom-snapshot
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -7,2 +7,7 @@ | ||
## 4.0.4 - 2020/8/9 | ||
- move to private repo | ||
- add dist script: processPageAndSerializeCjs | ||
## 4.0.3 - 2020/8/6 | ||
@@ -9,0 +14,0 @@ |
'use strict'; | ||
const makeGetScript = require('./src/getScript'); | ||
const makeExtractResourcesFromSvg = require('./src/browser/makeExtractResourcesFromSvg'); | ||
const toUriEncoding = require('./src/browser/toUriEncoding'); | ||
const toUnAnchoredUri = require('./src/browser/toUnAnchoredUri'); | ||
const getProcessPage = makeGetScript('processPage'); | ||
@@ -19,5 +16,2 @@ const getProcessPageAndSerialize = makeGetScript('processPageAndSerialize'); | ||
getProcessPageAndSerializePollForIE, | ||
makeExtractResourcesFromSvg, | ||
toUriEncoding, | ||
toUnAnchoredUri, | ||
}; |
{ | ||
"name": "@applitools/dom-snapshot", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"main": "index.js", | ||
@@ -14,4 +14,4 @@ "license": "SEE LICENSE IN LICENSE", | ||
"surge": "surge test/fixtures applitools-dom-snapshot.surge.sh", | ||
"preversion": "bongo preversion && yarn build && yarn test", | ||
"version": "yarn build && git add dist && git commit -m \"[auto] dom-snapshot: dist scripts for v$npm_package_version\" && bongo version", | ||
"preversion": "BONGO_SKIP_VERIFY_VERSIONS=1 BONGO_SKIP_VERIFY_COMMITS=1 BONGO_SKIP_VERIFY_INSTALLED_VERSIONS=1 bongo preversion && yarn build && yarn test", | ||
"version": "yarn build && bongo version", | ||
"postversion": "bongo postversion --skip-release-notification" | ||
@@ -23,4 +23,4 @@ }, | ||
"files": [ | ||
"src", | ||
"dist" | ||
"dist", | ||
"src/getScript.js" | ||
], | ||
@@ -36,2 +36,3 @@ "repository": { | ||
"@applitools/sdk-shared": "0.1.0", | ||
"@babel/core": "^7.11.0", | ||
"@babel/preset-env": "^7.8.3", | ||
@@ -49,4 +50,4 @@ "abort-controller": "^3.0.0", | ||
"express": "^4.17.1", | ||
"jsdom": "^13.2.0", | ||
"mocha": "5.2.0", | ||
"jsdom": "^16.3.0", | ||
"mocha": "^8.1.0", | ||
"node-fetch": "^2.6.0", | ||
@@ -65,2 +66,3 @@ "prettier": "^1.19.1", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-terser": "^6.1.0", | ||
"selenium-webdriver": "^4.0.0-alpha.5", | ||
@@ -71,5 +73,5 @@ "url-polyfill": "^1.1.7", | ||
"dependencies": { | ||
"@applitools/functional-commons": "1.5.4", | ||
"@applitools/functional-commons": "1.6.0", | ||
"css-tree": "^1.0.0-alpha.39" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
1
1589524
36
14
6061
+ Added@applitools/functional-commons@1.6.0(transitive)
- Removed@applitools/functional-commons@1.5.4(transitive)