Comparing version 1.0.47 to 1.0.48
{ | ||
"name": "js-awe", | ||
"version": "1.0.47", | ||
"version": "1.0.48", | ||
"homepage": "https://github.com/josuamanuel/js-awe", | ||
@@ -5,0 +5,0 @@ "author": "josuamanuel@hotmail.com", |
@@ -37,3 +37,3 @@ # js-awe | ||
<https://raw.githubusercontent.com/josuamanuel/js-awe/main/dist/js-awe.min.js> | ||
<https://raw.githubusercontent.com/josuamanuel/js-awe/main/dist/browser/js-awe.min.js> | ||
@@ -348,3 +348,3 @@ Then copy it in your project and work with it in your html: | ||
* This will build for nodeJs in ./dist with support for Module Es in mjs folder and commonjs in cjs. | ||
* Build for web in dist/js-awe.min.js | ||
* Build for web in dist/browser/js-awe.min.js | ||
* generate types and copy them to genTypes folder. see more details below | ||
@@ -351,0 +351,0 @@ |
@@ -14,3 +14,3 @@ // rollup.config.js | ||
output: { | ||
file: './dist/js-awe.js', | ||
file: './dist/browser/js-awe.js', | ||
format: 'esm' | ||
@@ -17,0 +17,0 @@ }, |
@@ -5,7 +5,7 @@ // rollup.config.js | ||
export default (async () => ({ | ||
input: './dist/js-awe.js', | ||
input: './dist/browser/js-awe.js', | ||
plugins: [ | ||
], | ||
output: { | ||
file: './dist/js-awe.min.js', | ||
file: './dist/browser/js-awe.min.js', | ||
format: 'esm', | ||
@@ -12,0 +12,0 @@ plugins:[terser()] |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1311716
157