@cfworker/web
Advanced tools
Comparing version 5.0.5 to 5.0.6
@@ -1,2 +0,1 @@ | ||
export { escape as htmlEncode } from 'html-escaper'; | ||
export * from './accepts.js'; | ||
@@ -3,0 +2,0 @@ export * from './application.js'; |
@@ -17,4 +17,2 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var html_escaper_1 = require("html-escaper"); | ||
Object.defineProperty(exports, "htmlEncode", { enumerable: true, get: function () { return html_escaper_1.escape; } }); | ||
__exportStar(require("./accepts.js"), exports); | ||
@@ -21,0 +19,0 @@ __exportStar(require("./application.js"), exports); |
@@ -1,2 +0,1 @@ | ||
export { escape as htmlEncode } from 'html-escaper'; | ||
export * from './accepts.js'; | ||
@@ -3,0 +2,0 @@ export * from './application.js'; |
@@ -1,2 +0,1 @@ | ||
export { escape as htmlEncode } from 'html-escaper'; | ||
export * from './accepts.js'; | ||
@@ -3,0 +2,0 @@ export * from './application.js'; |
{ | ||
"name": "@cfworker/web", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"description": "Web framework for Cloudflare Workers and service workers, inspired by Koa and fastify", | ||
@@ -48,4 +48,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@cfworker/json-schema": "^4.0.3", | ||
"@types/html-escaper": "^3.0.2", | ||
"@cfworker/json-schema": "^4.1.1", | ||
"@types/statuses": "^2.0.5", | ||
@@ -56,3 +55,3 @@ "cookie": "^1.0.2", | ||
"path-to-regexp": "7.1.0", | ||
"secure-json-parse": "^3.0.1", | ||
"secure-json-parse": "^3.0.2", | ||
"statuses": "^2.0.1" | ||
@@ -64,7 +63,7 @@ }, | ||
"chai": "^5.1.2", | ||
"esbuild": "^0.24.0", | ||
"esbuild": "^0.24.2", | ||
"jsonpointer": "^5.0.1", | ||
"mocha": "^11.0.1", | ||
"typescript": "^5.7.2", | ||
"wrangler": "^3.95.0" | ||
"mocha": "^11.1.0", | ||
"typescript": "^5.7.3", | ||
"wrangler": "^3.107.2" | ||
}, | ||
@@ -71,0 +70,0 @@ "tshy": { |
8
59550
1625
- Removed@types/html-escaper@^3.0.2
- Removed@types/html-escaper@3.0.4(transitive)
Updated@cfworker/json-schema@^4.1.1
Updatedsecure-json-parse@^3.0.2