@cloudflare/workers-types 4.20221111.0 → 4.20221111.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -106,6 +106,7 @@ declare global {
106
106
  const MY_SECRET: string;
107
107
  const myKVNamespace: KVNamespace;
108
108
  }
109
+ export {}
109
110
  ```
110
111
 
111
112
  Wrangler can also generate this for you automatically from your `wrangler.toml` configuration file, using the `wrangler types` command.
package/package.json CHANGED
@@ -7,5 +7,5 @@
7
7
  },
8
8
  "author": "Cloudflare Workers DevProd Team <workers-devprod@cloudflare.com> (https://workers.cloudflare.com)",
9
9
  "license": "MIT OR Apache-2.0",
10
- "version": "4.20221111.0"
10
+ "version": "4.20221111.1"
11
11
  }