dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump minimist from 1.2.0 to 1.2… (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump cached-path-relative from … (compare)
dependabot[bot] on npm_and_yarn
Bump path-parse from 1.0.5 to 1… (compare)
request$.map(...).replay is not a function
"@cycle/http": "^9.0.0-rc2",
remember
.
let response$$ = request$
.map(request => {
const reqOptions = normalizeRequestOptions(request)
let response$ = createResponse$(reqOptions)
if (typeof reqOptions.eager === `boolean` ? reqOptions.eager : eager) {
response$ = response$.replay(null, 1)
response$.connect()
}
Object.defineProperty(response$, `request`, {
value: reqOptions,
writable: false,
})
return response$
})
.replay(null, 1)
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "*",
"babel-eslint": "^6.0.3",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-tape-runner": "^2.0.1",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"browserify-hmr": "^0.3.1",
"eslint": "^2.8.0",
"eslint-config-cycle": "^3.2.0",
"faucet": "0.0.1",
"less": "^2.6.1",
"nodemon": "^1.9.1",
"supertest": "^1.2.0",
"tape": "^4.5.1",
"watchify": "^3.7.0"
},
"dependencies": {
"@cycle/dom": "^10.0.0-rc7",
"@cycle/history": "*",
"@cycle/http": "^9.0.0-rc2",
"@cycle/isolate": "^1.2.0",
"@cycle/xstream-run": "^1.0.0",
"bcrypt": "^0.8.6",
"cycle-snabbdom": "^1.2.1",
"cyclic-router": "^1.0.0",
"dejavu-fonts-ttf": "^2.35.5",
"history": "^2.1.0",
"jsonwebtoken": "^5.7.0",
"koa": "^1.2.0",
"koa-bodyparser": "^2.0.1",
"koa-favicon": "^1.2.1",
"koa-jwt": "^1.2.0",
"koa-logger": "^1.3.0",
"koa-mount": "^1.3.0",
"koa-route": "^2.4.2",
"koa-router": "^5.4.0",
"koa-watchify": "^1.1.1",
"mongoose": "^4.4.13",
"normalize.css": "^4.1.1",
"ramda": "^0.21.0",
"rx": "^4.1.0",
"switch-path": "^1.1.6",
"winston": "^2.2.0",
"xstream": "^1.0.8"
}
makeHTMLDriver