@shopware-ag/admin-extension-sdk
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@shopware-ag/admin-extension-sdk", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"repository": "git://github.com/shopware/admin-extension-sdk.git", | ||
@@ -17,11 +17,12 @@ "description": "The SDK for App iframes to communicate with the Shopware Adminstration", | ||
], | ||
"main": "./dist/admin-extension-sdk.umd.js", | ||
"module": "./dist/admin-extension-sdk.es.js", | ||
"type": "module", | ||
"main": "./dist/umd/index.js", | ||
"module": "./dist/es/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/admin-extension-sdk.es.js", | ||
"require": "./dist/admin-extension-sdk.umd.js" | ||
"import": "./dist/es/index.js", | ||
"require": "./dist/umd/index.js" | ||
} | ||
}, | ||
"types": "./dist/admin-extension-sdk.d.ts", | ||
"types": "./dist/es/index.d.ts", | ||
"scripts": { | ||
@@ -31,6 +32,8 @@ "dev": "concurrently \"npm run dev:build-watch\" \"npm run dev:serve\"", | ||
"dev:serve": "live-server --port=8181 dist-example", | ||
"build": "tsc && vite build", | ||
"build": "rm -rf dist && npm run build:umd && npm run build:es", | ||
"build:umd": "tsc --project tsconfig.json --module umd --outDir \"./dist/umd\"", | ||
"build:es": "tsc --project tsconfig.json --outDir \"./dist/es\"", | ||
"doc": "cd docs && npm run build", | ||
"doc:dev": "cd docs && npm run start", | ||
"lint": "tsc", | ||
"lint": "tsc --noEmit", | ||
"e2e:open": "concurrently --handle-input --kill-others --success first \"cypress open\" \"npm run dev:build-watch\" \"npm run dev:serve -- --no-browser\"", | ||
@@ -37,0 +40,0 @@ "e2e:run": "concurrently --handle-input --kill-others --success first \"cypress run\" \"npm run dev:build-watch\" \"npm run dev:serve -- --no-browser\"", |
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
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
46786
38
745
Yes