mux-embed
Advanced tools
Comparing version 4.28.1 to 4.29.0
{ | ||
"name": "mux-embed", | ||
"version": "4.28.1", | ||
"version": "4.29.0", | ||
"author": "Mux, Inc", | ||
@@ -8,2 +8,7 @@ "license": "MIT", | ||
"main": "dist/mux.js", | ||
"exports": { | ||
"import": "./dist/mux.mjs", | ||
"require": "./dist/mux.cjs.js", | ||
"default": "./dist/mux.js" | ||
}, | ||
"files": [ | ||
@@ -15,3 +20,9 @@ "dist" | ||
"start": "builder run .", | ||
"package": "builder build .", | ||
"clean": "shx rm -rf ./dist/", | ||
"build:esm": "esbuild lib/mux.ts --target=es2016 --bundle --format=esm --outdir=dist --out-extension:.js=.mjs --define:__VERSION__=\"'$npm_package_version'\"", | ||
"build:cjs": "esbuild lib/mux.ts --target=es2016 --bundle --format=cjs --outdir=dist --out-extension:.js=.cjs.js --define:__VERSION__=\"'$npm_package_version'\"", | ||
"build:umd": "builder build .", | ||
"build:types": "shx mkdir -p ./dist/types && shx cp mux-embed.d.ts ./dist/types/mux-embed.d.ts", | ||
"build": "npm-run-all --parallel 'build:esm --minify' 'build:cjs --minify' build:umd build:types", | ||
"package": "yarn build", | ||
"prepublishOnly": "yarn package", | ||
@@ -25,5 +36,6 @@ "deploy": "yarn package && cdn-deployer core" | ||
"devDependencies": { | ||
"@mux/cmd-cdn-deployer": "^0.3.0", | ||
"@mux/mux-data-builder": "^0.5.0", | ||
"@mux/cmd-cdn-deployer": "workspace:^", | ||
"@mux/mux-data-builder": "workspace:^", | ||
"base-64": "^0.1.0", | ||
"esbuild": "^0.18.17", | ||
"global": "^4.3.0", | ||
@@ -33,5 +45,7 @@ "js-cookie": "^2.1.3", | ||
"loglevel": "^1.7.0", | ||
"npm-run-all": "^4.1.5", | ||
"path": "^0.12.7", | ||
"querystringify": "^2.2.0" | ||
"querystringify": "^2.2.0", | ||
"shx": "^0.3.4" | ||
} | ||
} | ||
} |
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
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
254967
7
1669
12
1