cypress 13.6.3 → 13.6.4

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.
@@ -26,6 +26,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
26
26
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
27
27
  PERFORMANCE OF THIS SOFTWARE.
28
28
  ***************************************************************************** */
29
+ /* global Reflect, Promise, SuppressedError, Symbol */
30
+
29
31
 
30
32
  function __rest(s, e) {
31
33
  var t = {};
@@ -26,6 +26,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
26
26
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
27
27
  PERFORMANCE OF THIS SOFTWARE.
28
28
  ***************************************************************************** */
29
+ /* global Reflect, Promise, SuppressedError, Symbol */
30
+
29
31
 
30
32
  function __rest(s, e) {
31
33
  var t = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "13.6.3",
3
+ "version": "13.6.4",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
@@ -134,8 +134,8 @@
134
134
  },
135
135
  "buildInfo": {
136
136
  "commitBranch": "develop",
137
- "commitSha": "92e922e0ed0edd4e100ac035f30cc298b5578f30",
138
- "commitDate": "2024-01-16T18:36:41.000Z",
137
+ "commitSha": "f705980b9188e047c0f1dc9d230c802dcd0f463f",
138
+ "commitDate": "2024-01-30T14:27:47.000Z",
139
139
  "stable": true
140
140
  },
141
141
  "description": "Cypress is a next generation front end testing tool built for the modern web",
@@ -28,7 +28,7 @@
28
28
  "react-router-dom": "6.0.0-alpha.1",
29
29
  "semver": "^7.5.3",
30
30
  "typescript": "^4.7.4",
31
- "vite": "4.3.2",
31
+ "vite": "4.5.2",
32
32
  "vite-plugin-require-transform": "1.0.12"
33
33
  },
34
34
  "peerDependencies": {
@@ -28,7 +28,7 @@
28
28
  "react-router-dom": "6.0.0-alpha.1",
29
29
  "semver": "^7.5.3",
30
30
  "typescript": "^4.7.4",
31
- "vite": "4.3.2",
31
+ "vite": "4.5.2",
32
32
  "vite-plugin-require-transform": "1.0.12"
33
33
  },
34
34
  "peerDependencies": {
@@ -291,10 +291,14 @@ declare namespace Cypress {
291
291
  */
292
292
  interface Spec {
293
293
  name: string // "config_passing_spec.js"
294
- relative: string // "cypress/integration/config_passing_spec.js" or "__all" if clicked all specs button
295
- absolute: string // "/Users/janelane/app/cypress/integration/config_passing_spec.js"
294
+ relative: string // "cypress/e2e/config_passing_spec.cy.js" or "__all" if clicked all specs button
295
+ absolute: string // "/Users/janelane/app/cypress/e2e/config_passing_spec.cy.js"
296
296
  specFilter?: string // optional spec filter used by the user
297
297
  specType?: CypressSpecType
298
+ baseName?: string // "config_passing_spec.cy.js"
299
+ fileExtension?: string // ".js"
300
+ fileName?: string // "config_passing_spec.cy"
301
+ id?: string // "U3BlYzovVXNlcnMvamFuZWxhbmUvYXBwL2N5cHJlc3MvZTJlL2NvbmZpZ19wYXNzaW5nX3NwZWMuY3kuanM="
298
302
  }
299
303
 
300
304
  /**
@@ -44,6 +44,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
44
44
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
45
45
  PERFORMANCE OF THIS SOFTWARE.
46
46
  ***************************************************************************** */
47
+ /* global Reflect, Promise, SuppressedError, Symbol */
48
+
47
49
 
48
50
  function __rest(s, e) {
49
51
  var t = {};
@@ -24,6 +24,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
24
24
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25
25
  PERFORMANCE OF THIS SOFTWARE.
26
26
  ***************************************************************************** */
27
+ /* global Reflect, Promise, SuppressedError, Symbol */
28
+
27
29
 
28
30
  function __rest(s, e) {
29
31
  var t = {};
package/vue/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "globby": "^11.0.1",
26
26
  "tailwindcss": "1.1.4",
27
27
  "typescript": "^4.7.4",
28
- "vite": "4.3.2",
28
+ "vite": "4.5.2",
29
29
  "vue": "3.2.47",
30
30
  "vue-i18n": "9.0.0-rc.6",
31
31
  "vue-router": "^4.0.0",
@@ -44,6 +44,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
44
44
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
45
45
  PERFORMANCE OF THIS SOFTWARE.
46
46
  ***************************************************************************** */
47
+ /* global Reflect, Promise, SuppressedError, Symbol */
48
+
47
49
 
48
50
  function __rest(s, e) {
49
51
  var t = {};
@@ -24,6 +24,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
24
24
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25
25
  PERFORMANCE OF THIS SOFTWARE.
26
26
  ***************************************************************************** */
27
+ /* global Reflect, Promise, SuppressedError, Symbol */
28
+
27
29
 
28
30
  function __rest(s, e) {
29
31
  var t = {};
@@ -25,7 +25,7 @@
25
25
  "globby": "^11.0.1",
26
26
  "tailwindcss": "1.1.4",
27
27
  "typescript": "^4.7.4",
28
- "vite": "4.3.2",
28
+ "vite": "4.5.2",
29
29
  "vue": "3.2.47",
30
30
  "vue-i18n": "9.0.0-rc.6",
31
31
  "vue-router": "^4.0.0",