@webqit/webflo 0.20.55 → 0.20.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "vanila-javascript"
13
13
  ],
14
14
  "homepage": "https://webqit.io/tooling/webflo",
15
- "version": "0.20.55",
15
+ "version": "0.20.56",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
@@ -47,12 +47,12 @@
47
47
  "dependencies": {
48
48
  "@octokit/webhooks": "^7.15.1",
49
49
  "@webqit/backpack": "^0.1.12",
50
- "@webqit/fetch-plus": "^0.1.24",
50
+ "@webqit/fetch-plus": "^0.1.25",
51
51
  "@webqit/keyval": "^0.2.17",
52
52
  "@webqit/observer": "^3.8.14",
53
53
  "@webqit/oohtml-ssr": "^2.2.4",
54
54
  "@webqit/port-plus": "^0.1.19",
55
- "@webqit/url-plus": "^0.1.4",
55
+ "@webqit/url-plus": "^0.1.8",
56
56
  "@webqit/use-live": "^0.5.49",
57
57
  "@webqit/util": "^0.8.11",
58
58
  "chokidar": "^4.0.3",
@@ -128,7 +128,7 @@ export class WebfloRouter111 {
128
128
  }
129
129
 
130
130
  // 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());
132
132
 
133
133
  // Set context parameters
134
134
  nextTick.method = request.method;