Skip to content

Commit 135e066

Browse files
authored
Unflag remote bindings (#10604)
* Unflag remote bindings * tests * Change package versions to minor and enable remote bindings Updated package versions to minor and enabled remote bindings without the flag. * remove duplicate tests * remove AI fixture * default getPlatformProxy() to enabled * unflag APIs * split out changesets * test & lint * test & lint * vitest default * whack-a-mole * fix vitest tests * fix tests * fix lint
1 parent ed7b570 commit 135e066

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+353
-627
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": minor
3+
---
4+
5+
Enable Remote Bindings without the need for the `--x-remote-bindings` flag
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudflare/vitest-pool-workers": minor
3+
---
4+
5+
Enable Remote Bindings without the need for the `remoteBindings: true` property

.changeset/lemon-colts-melt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudflare/vite-plugin": minor
3+
---
4+
5+
Enable Remote Bindings without the need for the `experimental: { remoteBindings: true }` property

fixtures/ai-app/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

fixtures/ai-app/package.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

fixtures/ai-app/src/index.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

fixtures/ai-app/tests/index.test.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

fixtures/ai-app/tests/tsconfig.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

fixtures/ai-app/tsconfig.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

fixtures/ai-app/vitest.config.mts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)