@astrojs/cloudflare 10.2.1 → 10.2.2

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.
@@ -14,7 +14,6 @@ export function mutatePageMapInPlace(node, constsToRemove, s) {
14
14
  if (!arrayExpression.elements[1] || arrayExpression.elements[1].type !== 'Identifier')
15
15
  continue;
16
16
  if (constsToRemove.includes(arrayExpression.elements[1].name)) {
17
- console.log(arrayExpression);
18
17
  // @ts-expect-error - @types/estree seem to be wrong
19
18
  if (arrayExpression.start && arrayExpression.end) {
20
19
  // @ts-expect-error - @types/estree seem to be wrong
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@astrojs/cloudflare",
3
3
  "description": "Deploy your site to Cloudflare Workers/Pages",
4
- "version": "10.2.1",
4
+ "version": "10.2.2",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "author": "withastro",