@automapper/classes
Advanced tools
Comparing version 8.3.6 to 8.3.7-beta.0
{ | ||
"name": "@automapper/classes/mapped-types", | ||
"version": "8.3.6", | ||
"version": "8.3.7-beta.0", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./index.esm.js", | ||
"require": "./index.cjs", | ||
"types": "./index.d.ts", | ||
"typings": "./index.d.ts" | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -34,5 +26,12 @@ "publishConfig": { | ||
"license": "MIT", | ||
"module": "./index.js", | ||
"main": "./index.cjs", | ||
"module": "./index.esm.js", | ||
"typings": "./index.d.ts" | ||
"types": "./index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
} | ||
} | ||
} |
{ | ||
"name": "@automapper/classes", | ||
"version": "8.3.6", | ||
"version": "8.3.7-beta.0", | ||
"type": "module", | ||
@@ -9,19 +9,16 @@ "peerDependencies": { | ||
"exports": { | ||
".": { | ||
"import": "./index.esm.js", | ||
"require": "./index.cjs", | ||
"types": "./index.d.ts", | ||
"typings": "./index.d.ts" | ||
}, | ||
"./transformer-plugin": { | ||
"import": "./transformer-plugin/index.esm.js", | ||
"require": "./transformer-plugin/index.cjs", | ||
"types": "./transformer-plugin/index.d.ts", | ||
"typings": "./transformer-plugin/index.d.ts" | ||
"import": "./transformer-plugin/index.js", | ||
"require": "./transformer-plugin/index.cjs" | ||
}, | ||
"./mapped-types": { | ||
"import": "./mapped-types/index.esm.js", | ||
"require": "./mapped-types/index.cjs", | ||
"types": "./mapped-types/index.d.ts", | ||
"typings": "./mapped-types/index.d.ts" | ||
"import": "./mapped-types/index.js", | ||
"require": "./mapped-types/index.cjs" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
} | ||
@@ -56,5 +53,5 @@ }, | ||
], | ||
"module": "./index.js", | ||
"main": "./index.cjs", | ||
"module": "./index.esm.js", | ||
"typings": "./index.d.ts" | ||
"types": "./index.d.ts" | ||
} |
{ | ||
"name": "@automapper/classes/transformer-plugin", | ||
"version": "8.3.6", | ||
"version": "8.3.7-beta.0", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./index.esm.js", | ||
"require": "./index.cjs", | ||
"types": "./index.d.ts", | ||
"typings": "./index.d.ts" | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -34,5 +26,12 @@ "publishConfig": { | ||
"license": "MIT", | ||
"module": "./index.js", | ||
"main": "./index.cjs", | ||
"module": "./index.esm.js", | ||
"typings": "./index.d.ts" | ||
"types": "./index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
} | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
68822
2