@unrouted/core
Advanced tools
Comparing version 0.4.11 to 0.4.12
{ | ||
"name": "@unrouted/core", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"homepage": "https://github.com/harlan-zw/unrouted#readme", | ||
@@ -16,9 +16,10 @@ "bugs": { | ||
"funding": "https://github.com/sponsors/harlan-zw", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
@@ -30,2 +31,3 @@ }, | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -32,0 +34,0 @@ "build": "unbuild", |
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
36351