Skip to content

Commit

Permalink
chore: bump wrangler to latest (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-elicx authored Aug 16, 2023
1 parent cba5669 commit cee0cf1
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 53 deletions.
101 changes: 51 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@cloudflare/workers-types": "^4.20230710.1",
"@cloudflare/workers-types": "^4.20230814.0",
"@tsconfig/strictest": "^2.0.1",
"@types/node": "^20.3.3",
"eslint": "^8.41.0",
Expand All @@ -55,7 +55,7 @@
"vite-plugin-externalize-deps": "^0.6.0",
"vitest": "^0.31.0",
"vitest-environment-miniflare": "^2.14.0",
"wrangler": "^3.0.0"
"wrangler": "^3.5.1"
},
"peerDependencies": {
"@cloudflare/workers-types": ">=4",
Expand Down
2 changes: 1 addition & 1 deletion tests/proxy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ suite('bindings', () => {
test('getWithMetadata', async () => {
const key = await binding<KVNamespace>('KV').getWithMetadata('first-key');

expect(key).toEqual({ metadata: null, value: 'first-value' });
expect(key).toEqual({ metadata: null, value: 'first-value', cacheStatus: null });
});

test('delete', async () => {
Expand Down

0 comments on commit cee0cf1

Please sign in to comment.