@cloudflare/pages-shared 0.11.52 → 0.11.54

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.
@@ -112,7 +112,7 @@ export function parseRedirects(input: string): ParsedRedirects {
112
112
  }
113
113
 
114
114
  // We want to always block the `/* /index.html` redirect - this will cause TOO_MANY_REDIRECTS errors as
115
- // the asset server will redirect it back to `/`, removing the `/index.html`. This is the case for regular
115
+ // the asset worker will redirect it back to `/`, removing the `/index.html`. This is the case for regular
116
116
  // redirects, as well as proxied (200) rewrites. We only want to run this on relative urls
117
117
  if (/\/\*?$/.test(from) && /\/index(.html)?$/.test(to) && !urlHasHost(to)) {
118
118
  invalid.push({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/pages-shared",
3
- "version": "0.11.52",
3
+ "version": "0.11.54",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/cloudflare/workers-sdk.git",
@@ -13,10 +13,10 @@
13
13
  "metadata-generator/**/*"
14
14
  ],
15
15
  "dependencies": {
16
- "miniflare": "3.20240806.1"
16
+ "miniflare": "3.20240821.1"
17
17
  },
18
18
  "devDependencies": {
19
- "@cloudflare/workers-types": "^4.20240806.0",
19
+ "@cloudflare/workers-types": "^4.20240821.1",
20
20
  "@miniflare/cache": "^2.14.2",
21
21
  "@miniflare/core": "^2.14.2",
22
22
  "@miniflare/html-rewriter": "^2.14.2",