@adonix.org/cloud-spark 0.0.101 → 0.0.102

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/dist/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -198,9 +198,9 @@ declare function getOrigin(request: Request): string | null;
198
198
  /**
199
199
  * @internal
200
200
  *
201
- * Placeholder type for a Cloudflare Worker environment bindings.
201
+ * Placeholder type for Cloudflare Worker environment bindings.
202
202
  */
203
- type Env = {};
203
+ interface Env {}
204
204
 
205
205
  /**
206
206
  * Represents the constructor of a Worker or a subclass of Worker.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adonix.org/cloud-spark",
3
- "version": "0.0.101",
3
+ "version": "0.0.102",
4
4
  "description": "Ignite your Cloudflare Workers with a type-safe library for rapid development.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",