RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
itemengine-cypress-automation
Versions diffs
1.0.196 → 1.0.197
itemengine-cypress-automation 1.0.196 → 1.0.197
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/cypress/support/migrationHelpers/drawingToolbarOptionsENUM.js
+1
-0
package/package.json
+2
-2
package/cypress/support/migrationHelpers/drawingToolbarOptionsENUM.js
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
1
const drawingToolbarOptionsENUM = {
2
+
"select": "select",
2
3
"Scribble": "Scribble",
3
4
"Line": "line",
4
5
"Compass": "compass",
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "itemengine-cypress-automation",
3
-
"version": "1.0.
196
",
3
+
"version": "1.0.
197
",
4
4
"description": "",
5
5
"main": "index.js",
6
6
"scripts": {
@@ -35,4 +35,4 @@
35
35
"node-fetch": "^3.3.2",
36
36
"react-uuid": "^2.0.0"
37
37
}
38
-
}
38
+
}