@shopware-ag/dive
Advanced tools
Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "@shopware-ag/dive", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Shopware Spatial Framework", | ||
@@ -5,0 +5,0 @@ "type": "module", |
<p align="center"> | ||
<img alt="DIVE logo" src="./assets/svg/dive.svg" style="width: 100%; height: auto; max-height: 500px;"> | ||
</p> | ||
<p align="center"> | ||
<a href="#badge"> | ||
<img alt="dive: downloads" src="https://img.shields.io/npm/v/%40shopware-ag%2Fdive"> | ||
</a> | ||
<a href="#badge"> | ||
<img alt="dive: downloads" src="https://img.shields.io/npm/d18m/%40shopware-ag%2Fdive"> | ||
</a> | ||
<a href="#badge"> | ||
<img alt="dive: downloads" src="https://img.shields.io/npm/l/%40shopware-ag%2Fdive"> | ||
</a> | ||
<a href="#badge"> | ||
<img alt="dive: downloads" src="https://img.shields.io/npm/types/%40shopware-ag%2Fdive"> | ||
</a> | ||
</p> | ||
# About | ||
@@ -28,5 +47,5 @@ DIVE is a spatial framework made by and optimized for Shopware. It can be used directly integrated in a Shopware frontend such as Storefront or in any other frontend you want to use it in, it is not tied to Shopware. | ||
resolve: { | ||
extensions: ['.ts', '.tsx', '.js', '.vue'], | ||
extensions: ['.ts', '.cjs', '.js'], | ||
alias: { | ||
dive: path.resolve(__dirname, 'path/to/node_modules/@shopware-ag/dive'), | ||
"@shopware-ag/dive": path.resolve(__dirname, 'path/to/node_modules/@shopware-ag/dive'), | ||
} | ||
@@ -33,0 +52,0 @@ }, |
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
183752
181