Comparing version 3.1.7 to 3.1.8-beta.0
"use strict"; | ||
var ref, ref1; | ||
const Mod = require('module'); | ||
const req = Mod.prototype.require; | ||
// @ts-ignore | ||
if ((ref = global.snapshotResult) === null || ref === void 0 ? void 0 : (ref1 = ref.customRequire) === null || ref1 === void 0 ? void 0 : ref1.exports) { | ||
// @ts-ignore | ||
global.snapshotResult.customRequire.exports['./packages/server/config/app.json'].exports = { | ||
development: { | ||
api_url: 'http://localhost:1234/' | ||
}, | ||
test: { | ||
api_url: 'http://localhost:1234/' | ||
}, | ||
staging: { | ||
api_url: 'https://api-staging.cypress.io/' | ||
}, | ||
production: { | ||
api_url: process.env.CYPRESS_API_URL || 'https://api.cypress.io' | ||
} | ||
}; | ||
} | ||
Mod.prototype.require = function(...args) { | ||
@@ -5,0 +24,0 @@ if (args[0] === 'konfig') { |
{ | ||
"name": "cy2", | ||
"version": "3.1.7", | ||
"version": "3.1.8-beta.0", | ||
"author": "Andrew Goldis", | ||
@@ -44,4 +44,6 @@ "main": "./dist", | ||
"cypress", | ||
"wrapper", | ||
"sorry-cypress", | ||
"cypress dashboard", | ||
"cypress ci", | ||
"cypress parallel", | ||
"currents" | ||
@@ -48,0 +50,0 @@ ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47855
1142
2
21