Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "microlink", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Comlink Alternative. Built with JSON-RPC.", | ||
@@ -11,3 +11,11 @@ "unpkg": "./dist/microlink.bundle.js", | ||
"import": "./esm/index.js" | ||
} | ||
}, | ||
"./cjs": "./cjs/index.js", | ||
"./cjs/index.js": "./cjs/index.js", | ||
"./cjs/expose.js": "./cjs/expose.js", | ||
"./cjs/wrap.js": "./cjs/wrap.js", | ||
"./esm": "./esm/index.js", | ||
"./esm/index.js": "./esm/index.js", | ||
"./esm/expose.js": "./esm/expose.js", | ||
"./esm/wrap.js": "./esm/wrap.js" | ||
}, | ||
@@ -22,6 +30,6 @@ "files": [ | ||
"build:bundle": "mkdir -p ./dist && npx browserify ./cjs/index.js > ./dist/microlink.bundle.js", | ||
"build:cjs": "npx babel --plugins @babel/plugin-transform-modules-commonjs --plugins @babel/plugin-proposal-export-namespace-from ./esm/* --out-dir ./cjs", | ||
"build:cjs": "babel --plugins @babel/plugin-transform-modules-commonjs --plugins @babel/plugin-proposal-export-namespace-from ./esm/* --out-dir ./cjs", | ||
"clean": "rm -rf ./cjs/* ./dist/*", | ||
"format": "npx prettier --arrow-parens=avoid --print-width=200 --trailing-comma=none --write esm test", | ||
"serve": "npx srvd --debug", | ||
"format": "npx prettier@latest --arrow-parens=avoid --print-width=200 --trailing-comma=none --write esm test", | ||
"serve": "npx srvd@latest --debug", | ||
"test": "npm run test:js && npm run test:build", | ||
@@ -28,0 +36,0 @@ "test:js": "node -r esm ./test/test.js", |
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
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
49496
0