@macfja/serializer
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@macfja/serializer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Transform any object, class, array, primitive to a serialized string and vice-versa", | ||
@@ -20,5 +20,7 @@ "main": "./dist/index.js", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"package.json": "./package.json" | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -25,0 +27,0 @@ "files": [ |
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
22570