@applitools/snippets 2.4.2 → 2.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/snippets",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.5",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1.git",
|
|
7
|
-
"directory": "packages/snippets"
|
|
7
|
+
"directory": "js/packages/snippets"
|
|
8
8
|
},
|
|
9
9
|
"license": "SEE LICENSE IN LICENSE",
|
|
10
10
|
"aliases": [
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"build": "node ./rollup/cli bundle --format snippet",
|
|
20
20
|
"build:watch": "node ./rollup/cli watch --format snippet",
|
|
21
21
|
"test": "mocha --no-timeouts --require test/util/hook.js ./test/*.spec.js",
|
|
22
|
+
"test:sanity": "yarn test:chrome",
|
|
22
23
|
"test:chrome": "mocha --no-timeouts --require test/util/hook.js --grep chrome ./test/*.spec.js",
|
|
23
24
|
"test:ie": "mocha --no-timeouts --require test/util/hook.js --grep 'internet explorer' ./test/*.spec.js",
|
|
24
25
|
"test:ios": "mocha --no-timeouts --require test/util/hook.js --grep 'ios safari' ./test/*.spec.js",
|
|
@@ -29,7 +30,7 @@
|
|
|
29
30
|
},
|
|
30
31
|
"dependencies": {},
|
|
31
32
|
"devDependencies": {
|
|
32
|
-
"@applitools/bongo": "^2.1.
|
|
33
|
+
"@applitools/bongo": "^2.1.6",
|
|
33
34
|
"@babel/core": "^7.11.6",
|
|
34
35
|
"@babel/preset-env": "^7.11.5",
|
|
35
36
|
"@rollup/plugin-babel": "^5.2.1",
|