@mux/studio-embed
Advanced tools
Comparing version 0.2.4 to 0.3.0
{ | ||
"name": "@mux/studio-embed", | ||
"version": "0.2.4", | ||
"version": "0.3.0", | ||
"description": "", | ||
"license": "UNLICENSED", | ||
"author": "", | ||
"main": "./dist/muxStudioEmbed.js", | ||
"types": "./dist/muxStudioEmbed.d.ts", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.cjs" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"unpkg": "./dist/mux-studio-embed.js", | ||
"module": "./dist/mux-studio-embed.mjs", | ||
"browser": "./dist/mux-studio-embed.js", | ||
"types": "./dist/types/index.d.ts", | ||
"directories": { | ||
@@ -16,6 +24,8 @@ "dist": "dist" | ||
"scripts": { | ||
"build": "webpack --mode=production", | ||
"dev": "concurrently -n watch,serve \"webpack --watch --mode=development\" \"npx http-server ./dist -p=8081 -c=-1 --cors\"", | ||
"build": "yarn clean && yarn node ./build.js --mode=production && yarn build:types", | ||
"build:types": "tsc", | ||
"clean": "rm -rf ./dist", | ||
"dev": "concurrently -n watch,serve \"yarn node build.js --mode=development\" \"npx http-server ./dist -p=8081 -c=-1 --cors\"", | ||
"organise": "npx sort-package-json", | ||
"prepublishOnly": "webpack --mode=production", | ||
"prepublishOnly": "yarn build", | ||
"test": "jest" | ||
@@ -26,4 +36,6 @@ }, | ||
"concurrently": "^6.3.0", | ||
"esbuild": "^0.14.38", | ||
"jest": "^27.3.1", | ||
"jsdom": "^18.0.0", | ||
"minimist": "^1.2.6", | ||
"npm-dts-webpack-plugin": "^1.3.11", | ||
@@ -34,3 +46,2 @@ "semver": "^7.3.5", | ||
"typescript": "^4.4.4", | ||
"webpack": "^5.59.0", | ||
"webpack-cli": "^4.9.1" | ||
@@ -37,0 +48,0 @@ }, |
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
15044
7
110
12
1