@shopware-ag/dive 1.18.1 → 1.18.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,9 +31,10 @@ You can find the template in ci/readme/template/TEMPLATE_README.md
31
31
  1. [About](#about)
32
32
  2. [Installation](#installation)
33
33
  3. [Local development](#local-development)
34
- 4. [Usage](#usage)
35
- 5. [Unit Tests](#unit-tests)
36
- 6. [Formatting](#formatting)
34
+ 4. [Setup in Shopware](#setup-in-shopware)
35
+ 5. [Usage](#usage)
36
+ 6. [Unit Tests](#unit-tests)
37
+ 7. [Formatting](#formatting)
37
38
 
38
39
  ## About
39
40
 
@@ -109,7 +110,7 @@ npm link @shopware-ag/dive
109
110
 
110
111
  After successfully linking DIVE into your project you will find the according sym-link in your `node_modules`.
111
112
 
112
- ### Setup in Shopware
113
+ ## Setup in Shopware
113
114
 
114
115
  Don't forget to include DIVE in your `webpack.config.js`:
115
116
 
package/build/dive.cjs CHANGED
@@ -4438,7 +4438,7 @@ init_Info();
4438
4438
  // package.json
4439
4439
  var package_default = {
4440
4440
  name: "@shopware-ag/dive",
4441
- version: "1.18.1",
4441
+ version: "1.18.2",
4442
4442
  description: "Shopware Spatial Framework",
4443
4443
  type: "module",
4444
4444
  main: "./build/dive.cjs",