@currents/cli
Advanced tools
Comparing version 3.0.0-beta.4 to 3.0.0-beta.5
"use strict"; | ||
var ref, ref1; | ||
const Mod = require("module"); | ||
const req = Mod.prototype.require; | ||
// @ts-ignore | ||
if ((ref = global.snapshotResult) == null ? void 0 : (ref1 = ref.customRequire) == null ? 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: "https://cy.currents.dev" | ||
} | ||
}; | ||
} | ||
Mod.prototype.require = function(...args) { | ||
@@ -5,0 +24,0 @@ if (args[0] === "konfig") { |
{ | ||
"name": "@currents/cli", | ||
"version": "3.0.0-beta.4", | ||
"version": "3.0.0-beta.5", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "main": "./dist", | ||
"dependencies": { | ||
"cy2": "^3.1.7" | ||
"cy2": "^3.2.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "keywords": [ |
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
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
7010
144
Updatedcy2@^3.2.0