subapp-server
Advanced tools
Comparing version 1.2.0 to 1.2.1-beta.0
@@ -11,8 +11,3 @@ "use strict"; | ||
const optionalRequire = require("optional-require")(require); | ||
const { | ||
settings = {}, | ||
devServer = {}, | ||
fullDevServer = {}, | ||
httpDevServer = {} | ||
} = optionalRequire("@xarc/app-dev/config/dev-proxy", { default: {} }); | ||
const getDevProxy = optionalRequire("@xarc/app-dev/config/dev-proxy"); | ||
const HttpStatusCodes = require("http-status-codes"); | ||
@@ -71,2 +66,8 @@ | ||
function getDefaultRouteOptions() { | ||
const { | ||
settings = {}, | ||
devServer = {}, | ||
fullDevServer = {}, | ||
httpDevServer = {} | ||
} = getDevProxy ? getDevProxy() : {}; | ||
const { webpackDev, useDevProxy } = settings; | ||
@@ -73,0 +74,0 @@ // temporary location to write build artifacts in dev mode |
{ | ||
"name": "subapp-server", | ||
"version": "1.2.0", | ||
"version": "1.2.1-beta.0", | ||
"description": "Electrode SubApp app server support", | ||
@@ -80,3 +80,6 @@ "main": "lib/index.js", | ||
"arrowParens": "avoid" | ||
}, | ||
"publishConfig": { | ||
"tag": "beta" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
30938
743
2