@caplets/core 0.25.0 → 0.25.1

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.
@@ -113,7 +113,7 @@ function errorResult(error, fallback) {
113
113
  const SERVER_ID_PATTERN = /^[a-zA-Z0-9_-]{1,64}$/;
114
114
  const HEADER_NAME_PATTERN = /^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;
115
115
  const HTTP_BASE_URL_PATTERN = /^(?![a-zA-Z][a-zA-Z0-9+.-]*:\/\/[^/?#]*@)[^?#]*$/;
116
- const FORBIDDEN_HEADERS = new Set([
116
+ const FORBIDDEN_HEADERS = /* @__PURE__ */ new Set([
117
117
  "accept",
118
118
  "authorization",
119
119
  "connection",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caplets/core",
3
- "version": "0.25.0",
3
+ "version": "0.25.1",
4
4
  "description": "Core runtime library for Caplets Code Mode and progressive disclosure gateways.",
5
5
  "keywords": [
6
6
  "caplets",