@fairdatasociety/beeson
Advanced tools
Comparing version 0.1.0 to 0.1.1
# Changelog | ||
### [0.1.1](https://www.github.com/fairDataSociety/beeson/compare/v0.1.0...v0.1.1) (2022-08-15) | ||
### Bug Fixes | ||
* production build main file naming ([d737761](https://www.github.com/fairDataSociety/beeson/commit/d737761261e40c62f00d0e49983d3534e23c3f1d)) | ||
## 0.1.0 (2022-08-12) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@fairdatasociety/beeson", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "JSON serialisation format for web3", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -16,5 +16,3 @@ /* eslint-disable no-console */ | ||
const isProduction = env?.mode === 'production' | ||
const filename = | ||
env?.fileName || | ||
['index', isProduction ? '.min' : null, '.js'].filter(Boolean).join('') | ||
const filename = env?.fileName || ['index.js'].filter(Boolean).join('') | ||
const entry = Path.resolve(__dirname, 'src') | ||
@@ -86,3 +84,3 @@ const path = Path.resolve(__dirname, 'dist') | ||
}, | ||
sourceMap: true | ||
sourceMap: true, | ||
}, | ||
@@ -89,0 +87,0 @@ // Use multi-process parallel running to improve the build speed |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
549513
3858