Comparing version 1.4.1 to 1.4.2
@@ -7,2 +7,6 @@ # Changelog | ||
## 1.4.2 - 2021-02-07 | ||
- use `.mjs` extension for esm modules | ||
## 1.4.1 - 2021-02-07 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "node-ray", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Debug NodeJS with Ray to fix problems faster", | ||
@@ -18,7 +18,7 @@ "license": "MIT", | ||
".": { | ||
"import": "./dist/index.esm.js", | ||
"import": "./dist/index.esm.mjs", | ||
"require": "./dist/index.cjs.js" | ||
}, | ||
"./web": { | ||
"import": "./dist/web.esm.js", | ||
"import": "./dist/web.esm.mjs", | ||
"require": "./dist/web.cjs.js" | ||
@@ -25,0 +25,0 @@ }, |
@@ -35,3 +35,3 @@ import commonjs from '@rollup/plugin-commonjs'; | ||
{ | ||
file: 'dist/index.esm.min.js', | ||
file: 'dist/index.esm.min.mjs', | ||
format: 'esm', | ||
@@ -51,3 +51,3 @@ plugins: [versionInject, terser()], | ||
{ | ||
file: 'dist/index.esm.js', | ||
file: 'dist/index.esm.mjs', | ||
format: 'esm', | ||
@@ -54,0 +54,0 @@ sourcemap: options.sourceMapsEnabled, |
@@ -45,3 +45,3 @@ import commonjs from '@rollup/plugin-commonjs'; | ||
{ | ||
file: 'dist/web.esm.js', | ||
file: 'dist/web.esm.mjs', | ||
format: 'esm', | ||
@@ -48,0 +48,0 @@ sourcemap: options.sourceMapsEnabled, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
862224
19
18262
6