Comparing version 2.0.1 to 2.0.2
@@ -38,3 +38,3 @@ const EventEmitter = require('events') | ||
return function (ctx, next) { | ||
const route = ctx.request.url | ||
const route = ctx.request.path | ||
let isStatic | ||
@@ -41,0 +41,0 @@ if (options.spaAssetTest) { |
{ | ||
"name": "lws-spa", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Middleware adding support for Single Page Applications to lws", | ||
@@ -26,4 +26,4 @@ "repository": "https://github.com/lwsjs/spa.git", | ||
"coveralls": "^3.0.4", | ||
"lws": "^2.0.0", | ||
"lws-static": "^1.1.1", | ||
"lws": "^2.0.2", | ||
"lws-static": "^1.1.3", | ||
"node-fetch": "^2.6.0", | ||
@@ -30,0 +30,0 @@ "nyc": "^14.1.1", |
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
5739