@okam/core-lib
Advanced tools
Comparing version 1.15.0 to 1.15.1
{ | ||
"name": "@okam/core-lib", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"main": "./index.js", | ||
@@ -9,8 +9,14 @@ "types": "./index.d.ts", | ||
".": { | ||
"import": "./index.mjs", | ||
"require": "./index.js" | ||
"import": { | ||
"types": "./index.d.ts", | ||
"default": "./index.mjs" | ||
}, | ||
"require": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
} | ||
} | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
"access": "public" | ||
}, | ||
@@ -17,0 +23,0 @@ "repository": { |
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
9738