@shopware-ag/storefront-types 0.1.0 → 0.1.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.
Files changed (3) hide show
  1. package/README.md +4 -2
  2. package/package.json +3 -3
  3. package/bun.lockb +0 -0
package/README.md CHANGED
@@ -1,18 +1,20 @@
1
1
  # Types for Shopware Storefront
2
2
 
3
- This package provides types for window bound classes in Shopware 6 Storefront:
3
+ This package provides types for window-bound classes in Shopware 6 Storefront:
4
4
 
5
5
  - `window.PluginManager`
6
6
  - `window.PluginBaseClass`
7
7
  - `window.router`
8
8
 
9
+ and all regular imports of the Storefront.
10
+
9
11
  Install this package with NPM:
10
12
 
11
13
  ```bash
12
14
  npm install @shopware-ag/storefront-types --save-dev
13
15
  ```
14
16
 
15
- To hav the types active, you need to create a `tsconfig.json` (`src/Resources/app/storefront/tsconfig.json`) with following content:
17
+ To have the types active, you need to create a `tsconfig.json` (`src/Resources/app/storefront/tsconfig.json`) with the following content:
16
18
 
17
19
  ```json
18
20
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/storefront-types",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Provides Shopware Storefront Typescript types",
5
5
  "types": "index.d.ts",
6
6
  "dependencies": {
@@ -11,10 +11,10 @@
11
11
  },
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "git+https://github.com/shopware/storefront-types.git"
14
+ "url": "git+https://github.com/shopwareLabs/storefront-types.git"
15
15
  },
16
16
  "bugs": {
17
- "url": "https://github.com/shopware/storefront-types/issues"
17
+ "url": "https://github.com/shopwareLabs/storefront-types/issues"
18
18
  },
19
19
  "author": "shopware AG",
20
20
  "license": "MIT"
package/bun.lockb DELETED
Binary file