@orama/cloudflare-api
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@orama/cloudflare-api", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"main": "./dist/cjs/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"license": "Apache-2.0", | ||
"exports": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.cjs" | ||
}, | ||
"scripts": { | ||
@@ -16,3 +21,2 @@ "build": "npm run build:cjs && npm run build:esm && npm run rename:cjs", | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
@@ -19,0 +23,0 @@ "dist" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41986