@cypress/json-schemas
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -10,3 +10,3 @@ "use strict"; | ||
sha: '69cc7efa6b8fec8896debd4b3a2fae2a6120d431', | ||
url: 'https://github.com/cypress-io/cypress-api/commit/69cc7ef', | ||
url: 'https://github.com/username/repo/commit/69cc7ef', | ||
}; | ||
@@ -13,0 +13,0 @@ exports.CommitInformation100 = { |
@@ -41,3 +41,3 @@ "use strict"; | ||
sha: '683b7b315216085de6445735304115495e36b4ca', | ||
url: 'https://github.com/cypress-io/cypress-api/commit/abcd1234', | ||
url: 'https://github.com/username/repo/commit/abcd1234', | ||
}, | ||
@@ -129,2 +129,3 @@ ci: { | ||
format: 'uri', | ||
description: 'Dashboard URL of this run', | ||
}, | ||
@@ -134,2 +135,3 @@ projectWebUrl: { | ||
format: 'uri', | ||
description: 'Dashboard URL of the project', | ||
}, | ||
@@ -204,2 +206,4 @@ specPattern: { | ||
'ci', | ||
'webUrl', | ||
'projectWebUrl', | ||
], | ||
@@ -206,0 +210,0 @@ additionalProperties: true, |
@@ -24,3 +24,3 @@ "use strict"; | ||
commitBranch: 'master', | ||
remoteOrigin: 'https://github.com/cypress-io/cypress-api.git', | ||
remoteOrigin: 'https://github.com/username/repo.git', | ||
ciProvider: 'CircelCI', | ||
@@ -102,3 +102,3 @@ ciBuildNumber: '123', | ||
branch: 'master', | ||
remoteOrigin: 'https://github.com/cypress-io/cypress-api.git', | ||
remoteOrigin: 'https://github.com/username/repo.git', | ||
}, | ||
@@ -105,0 +105,0 @@ ci: { |
{ | ||
"name": "@cypress/json-schemas", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Cypress JSON schemas", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
64987
1938