@miniflare/shared
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -35,3 +35,3 @@ import { Awaitable as Awaitable_2 } from '@miniflare/shared'; | ||
export declare type CompatibilityEnableFlag = "durable_object_fetch_requires_full_url" | "fetch_refuses_unknown_protocols" | "formdata_parser_supports_files"; | ||
export declare type CompatibilityEnableFlag = "durable_object_fetch_requires_full_url" | "fetch_refuses_unknown_protocols" | "formdata_parser_supports_files" | "html_rewriter_treats_esi_include_as_void_tag"; | ||
@@ -38,0 +38,0 @@ export declare interface CompatibilityFeature { |
@@ -86,2 +86,5 @@ var __create = Object.create; | ||
disableFlag: "formdata_parser_converts_files_to_strings" | ||
}, | ||
{ | ||
enableFlag: "html_rewriter_treats_esi_include_as_void_tag" | ||
} | ||
@@ -88,0 +91,0 @@ ]; |
{ | ||
"name": "@miniflare/shared", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Shared utility module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -42,4 +42,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@miniflare/shared-test": "2.1.0" | ||
"@miniflare/shared-test": "2.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
52104
1129