cf-workers-query
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "cf-workers-query", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"license": "MIT", | ||
@@ -58,20 +58,17 @@ "description": "Automatically cache and revalidate data in Cloudflare Workers. Using the Cache API and Execution Context", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"type": "commonjs", | ||
"main": "./dist/src/index.js", | ||
"typings": "./dist/src/index.d.ts", | ||
"main": "./src/index.js", | ||
"typings": "./src/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/src/index.d.ts", | ||
"require": "./dist/src/index.js", | ||
"import": "./dist/src/index.js" | ||
"types": "./src/index.d.ts", | ||
"require": "./src/index.js", | ||
"import": "./src/index.js" | ||
}, | ||
"./hono": { | ||
"types": "./dist/src/hono.d.ts", | ||
"require": "./dist/src/hono.js", | ||
"import": "./dist/src/hono.js" | ||
"types": "./src/lib/hono.d.ts", | ||
"require": "./src/lib/hono.js", | ||
"import": "./src/lib/hono.js" | ||
} | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28007
21