sealights-cypress-plugin 2.0.90 → 2.0.92
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 +2 -2
- package/tsOutputs/version.d.ts +1 -1
- package/tsOutputs/version.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sealights-cypress-plugin",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.92",
|
|
4
4
|
"description": "Support and config files for Cypress to support Sealights integration.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prebuild": "node -p \"'//eslint-disable-next-line quotes\\nexport const version = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"support.js"
|
|
38
38
|
],
|
|
39
39
|
"main": "tsOutputs/index.js",
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "3c2ed37e33796dc679cb6c33fcc3fbaeb8bf2d0e"
|
|
41
41
|
}
|
package/tsOutputs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "2.0.
|
|
1
|
+
export declare const version = "2.0.92";
|
package/tsOutputs/version.js
CHANGED