@qpoint/router
Advanced tools
Comparing version 0.1.13 to 0.2.0
@@ -6,3 +6,5 @@ /// <reference types="@cloudflare/workers-types" /> | ||
ctx: ExecutionContext; | ||
state: Object; | ||
state: { | ||
[key: string]: any; | ||
}; | ||
tags: string[]; | ||
@@ -9,0 +11,0 @@ requestId: string; |
{ | ||
"name": "@qpoint/router", | ||
"version": "0.1.13", | ||
"version": "0.2.0", | ||
"description": "Qpoint - an intelligent edge router framework", | ||
@@ -5,0 +5,0 @@ "author": "Tyler Flint <tyler@qpoint.io>", |
Sorry, the diff of this file is not supported yet
29590
252