universal-cookie
Advanced tools
Comparing version 7.1.1 to 7.1.2
{ | ||
"name": "universal-cookie", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"description": "Universal cookies for JavaScript", | ||
"types": "cjs/index.d.ts", | ||
"types": "cjs/index.d.mts", | ||
"module": "esm/index.mjs", | ||
@@ -10,7 +10,7 @@ "exports": { | ||
"import": { | ||
"types": "./esm/index.d.ts", | ||
"types": "./esm/index.d.mts", | ||
"default": "./esm/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./cjs/index.d.ts", | ||
"types": "./cjs/index.d.mts", | ||
"default": "./cjs/index.js" | ||
@@ -26,3 +26,3 @@ }, | ||
"umd", | ||
"index.d.ts", | ||
"index.d.mts", | ||
"LICENSE" | ||
@@ -45,3 +45,4 @@ ], | ||
"prebuild": "rimraf esm && rimraf cjs && rimraf umd", | ||
"build": "rollup -c" | ||
"build": "rollup -c", | ||
"postbuild": "node ../../tools/fix-typescript-typedef.mjs ./esm" | ||
}, | ||
@@ -48,0 +49,0 @@ "dependencies": { |
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
45470
19
1038