@fanoutio/pubcontrol
Advanced tools
Comparing version 2.0.0-beta.7 to 2.0.0-beta.8
{ | ||
"name": "@fanoutio/pubcontrol", | ||
"version": "2.0.0-beta.7", | ||
"version": "2.0.0-beta.8", | ||
"author": "Fanout, Inc. <info@fanout.io>", | ||
@@ -27,3 +27,6 @@ "description": "EPCP Library", | ||
"prepublishOnly": "npm run build", | ||
"build": "npm run build-commonjs && npm run build-browser", | ||
"build": "npm run build-esm && npm run build-commonjs && npm run build-browser", | ||
"build-esm": "npm run build-esm:clean && npm run build-esm:build", | ||
"build-esm:clean": "rimraf esm", | ||
"build-esm:build": "rollup -c rollup.esm.config.js", | ||
"build-commonjs": "npm run build-commonjs:clean && npm run build-commonjs:build", | ||
@@ -30,0 +33,0 @@ "build-commonjs:clean": "rimraf commonjs", |
@@ -10,3 +10,3 @@ import nodeGlobals from 'rollup-plugin-node-globals'; | ||
export default { | ||
input: 'esm/main.browser.mjs', | ||
input: 'src/main.browser.mjs', | ||
output: { | ||
@@ -13,0 +13,0 @@ file: 'browser/pubcontrol.js', |
@@ -8,3 +8,3 @@ import commonjs from '@rollup/plugin-commonjs'; | ||
export default { | ||
input: 'esm/main.commonjs.mjs', | ||
input: 'src/main.commonjs.mjs', | ||
output: { | ||
@@ -11,0 +11,0 @@ file: 'commonjs/index.js', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
902986
39
27010