@shopware/api-client 0.0.0-canary-20230627173421 → 0.0.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
@@ -12,8 +12,8 @@ Documentation specific for this package: [api-client](https://frontends.shopware
12
12
 
13
13
  Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-client-next/CHANGELOG.md)
14
14
 
15
- ### Latest changes: 0.0.0-canary-20230627173421
15
+ ### Latest changes: 0.0.2
16
16
 
17
17
  ### Patch Changes
18
18
 
19
- - [#290](https://github.com/shopware/frontends/pull/290) [`9562a8a`](https://github.com/shopware/frontends/commit/9562a8add35751093d766017abba474f0ad578f8) Thanks [@patzick](https://github.com/patzick)! - ship api-types with package
19
+ - [`4c41514`](https://github.com/shopware/frontends/commit/4c41514f44f0c0769fe82bfea2ea9ad34519b9cd) Thanks [@patzick](https://github.com/patzick)! - updated links to docs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware/api-client",
3
- "version": "0.0.0-canary-20230627173421",
3
+ "version": "0.0.2",
4
4
  "description": "Shopware client for API connection.",
5
5
  "author": "Shopware",
6
6
  "repository": {
@@ -20,8 +20,7 @@
20
20
  "module": "./dist/index.mjs",
21
21
  "types": "./dist/index.d.ts",
22
22
  "files": [
23
- "dist",
24
- "api-types"
23
+ "dist"
25
24
  ],
26
25
  "exports": {
27
26
  "import": "./dist/index.mjs"