@elysiajs/cors
Advanced tools
Comparing version 0.7.2 to 0.8.0-rc.0
@@ -17,6 +17,7 @@ /// <reference types="bun-types" /> | ||
store: {}; | ||
derive: {}; | ||
}, { | ||
type: {}; | ||
error: {}; | ||
}, {}, {}, false>; | ||
}, {}, {}, {}, false>; | ||
export default cors; |
@@ -17,6 +17,7 @@ /// <reference types="bun-types" /> | ||
store: {}; | ||
derive: {}; | ||
}, { | ||
type: {}; | ||
error: {}; | ||
}, {}, {}, false>; | ||
}, {}, {}, {}, false>; | ||
export default cors; |
{ | ||
"name": "@elysiajs/cors", | ||
"version": "0.7.2", | ||
"version": "0.8.0-rc.0", | ||
"description": "Plugin for Elysia that for Cross Origin Requests (CORs)", | ||
@@ -38,3 +38,3 @@ "author": { | ||
"bun-types": "^1.0.2", | ||
"elysia": "^0.7.15", | ||
"elysia": "0.8.0-rc.0", | ||
"eslint": "^8.26.0", | ||
@@ -45,4 +45,4 @@ "rimraf": "^3.0.2", | ||
"peerDependencies": { | ||
"elysia": ">= 0.7.0" | ||
"elysia": ">= 0.8.0-rc.0" | ||
} | ||
} | ||
} |
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
25953
545