@shopware-ag/admin-extension-sdk
Advanced tools
Comparing version 3.0.15 to 3.0.16
{ | ||
"name": "@shopware-ag/admin-extension-sdk", | ||
"license": "MIT", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"repository": "git://github.com/shopware/admin-extension-sdk.git", | ||
@@ -23,2 +23,34 @@ "description": "The SDK for App iframes to communicate with the Shopware Administration", | ||
"exports": { | ||
"./es/channel": { | ||
"import": "./es/channel.js", | ||
"require": "./umd/channel.js" | ||
}, | ||
"./es/data": { | ||
"import": "./es/data/index.js", | ||
"require": "./umd/data/index.js" | ||
}, | ||
"./es/location": { | ||
"import": "./es/location/index.js", | ||
"require": "./umd/location/index.js" | ||
}, | ||
"./es/privileges/missing-privileges-error": { | ||
"import": "./es/privileges/missing-privileges-error.js", | ||
"require": "./umd/privileges/missing-privileges-error.js" | ||
}, | ||
"./es/data/_internals/selectData": { | ||
"import": "./es/data/_internals/selectData.js", | ||
"require": "./umd/data/_internals/selectData.js" | ||
}, | ||
"./es/data/Criteria": { | ||
"import": "./es/data/Criteria.js", | ||
"require": "./umd/data/Criteria.js" | ||
}, | ||
"./es/data/_internals/Entity": { | ||
"import": "./es/data/_internals/Entity.js", | ||
"require": "./umd/data/_internals/Entity.js" | ||
}, | ||
"./es/data/_internals/EntityCollection": { | ||
"import": "./es/data/_internals/EntityCollection.js", | ||
"require": "./umd/data/_internals/EntityCollection.js" | ||
}, | ||
".": { | ||
@@ -25,0 +57,0 @@ "import": "./es/index.js", |
Sorry, the diff of this file is too big to display
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
893275
1