aim-json-mapper
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "aim-json-mapper", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "数据序列化/反序列化", | ||
"main": "./lib/index.esm.js", | ||
"main": "index.js", | ||
"author": "Graceji", | ||
@@ -7,0 +7,0 @@ "license": "MIT", |
@@ -29,5 +29,5 @@ import nodeResolve from '@rollup/plugin-node-resolve'; | ||
output: { | ||
file: 'lib/index.esm.js', | ||
file: 'lib/index.js', | ||
format: 'esm', | ||
entryFileNames: '[name].esm.js', | ||
entryFileNames: '[name].js', | ||
}, | ||
@@ -34,0 +34,0 @@ plugins: [ |
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
57318