Skip to content

Commit 42f7fc5

Browse files
committed
chore: bump @webqit/url-plus version to 0.1.8 and @webqit/fetch-plus version to 0.1.25
1 parent e490308 commit 42f7fc5

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"dependencies": {
4848
"@octokit/webhooks": "^7.15.1",
4949
"@webqit/backpack": "^0.1.12",
50-
"@webqit/fetch-plus": "^0.1.24",
50+
"@webqit/fetch-plus": "^0.1.25",
5151
"@webqit/keyval": "^0.2.17",
5252
"@webqit/observer": "^3.8.14",
5353
"@webqit/oohtml-ssr": "^2.2.4",
5454
"@webqit/port-plus": "^0.1.19",
55-
"@webqit/url-plus": "^0.1.4",
55+
"@webqit/url-plus": "^0.1.8",
5656
"@webqit/use-live": "^0.5.49",
5757
"@webqit/util": "^0.8.11",
5858
"chokidar": "^4.0.3",

src/webflo-runtime/webflo-routing/WebfloRouter111.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export class WebfloRouter111 {
128128
}
129129

130130
// Compose new event parameters
131-
const request = requestInheritanceChain.reduce((prev, curr = {}) => new Request(prev, curr), requestInheritanceChain.shift());
131+
const request = requestInheritanceChain.reduce((prev, curr = {}) => new RequestPlus(prev, curr), requestInheritanceChain.shift());
132132

133133
// Set context parameters
134134
nextTick.method = request.method;

0 commit comments

Comments
 (0)