@shopware/api-gen 0.0.7 → 0.1.1

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 (2) hide show
  1. package/README.md +4 -15
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -12,22 +12,11 @@ Documentation specific for this package: [api-gen](https://frontends.shopware.co
12
12
 
13
13
  Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-gen/CHANGELOG.md)
14
14
 
15
- ### Latest changes: 0.0.7
15
+ ### Latest changes: 0.1.1
16
16
 
17
17
  ### Patch Changes
18
18
 
19
- - [#369](https://github.com/shopware/frontends/pull/369) [`bc7a2db2`](https://github.com/shopware/frontends/commit/bc7a2db292d67cc448a901c1b7a9b5cb7dfbcd04) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:
19
+ - [#462](https://github.com/shopware/frontends/pull/462) [`c3aa09ee`](https://github.com/shopware/frontends/commit/c3aa09ee9e73c23b79bf9c1b3e5e63d7d39f1550) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:
20
20
 
21
- - Changed dependency _openapi-typescript_ from **^6.4.0** to **^6.5.2**
22
- - Changed dependency _prettier_ from **^3.0.0** to **^3.0.2**
23
-
24
- - [#385](https://github.com/shopware/frontends/pull/385) [`5d7e7973`](https://github.com/shopware/frontends/commit/5d7e7973437a4d74d19ec2fa0765c6d927bf8b2a) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:
25
-
26
- - Changed dependency _ofetch_ from **^1.2.1** to **^1.3.3**
27
- - Changed dependency _openapi-typescript_ from **^6.5.3** to **^6.5.5**
28
- - Changed dependency _prettier_ from **^3.0.2** to **^3.0.3**
29
-
30
- - [#375](https://github.com/shopware/frontends/pull/375) [`bd88d6fa`](https://github.com/shopware/frontends/commit/bd88d6fa95de2b90f8a1e08e34159b46c5932b3b) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:
31
-
32
- - Changed dependency _ofetch_ from **^1.1.1** to **^1.2.1**
33
- - Changed dependency _openapi-typescript_ from **^6.5.2** to **^6.5.3**
21
+ - Changed dependency _openapi-typescript_ from **^6.7.0** to **^6.7.1**
22
+ - Changed dependency _prettier_ from **^3.0.3** to **^3.1.0**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware/api-gen",
3
- "version": "0.0.7",
3
+ "version": "0.1.1",
4
4
  "description": "Shopware CLI for API client generation.",
5
5
  "author": "Shopware",
6
6
  "repository": {
@@ -26,18 +26,18 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/prettier": "^3.0.0",
29
- "@types/yargs": "^17.0.24",
29
+ "@types/yargs": "^17.0.31",
30
30
  "@vitest/coverage-c8": "^0.33.0",
31
31
  "picocolors": "^1.0.0",
32
32
  "unbuild": "^2.0.0",
33
- "vitest": "^0.34.3",
34
- "eslint-config-shopware": "0.0.6",
33
+ "vitest": "^0.34.6",
34
+ "eslint-config-shopware": "0.0.8",
35
35
  "tsconfig": "0.0.0"
36
36
  },
37
37
  "dependencies": {
38
38
  "ofetch": "^1.3.3",
39
- "openapi-typescript": "^6.5.5",
40
- "prettier": "^3.0.3",
39
+ "openapi-typescript": "^6.7.1",
40
+ "prettier": "^3.1.0",
41
41
  "semver": "^7.5.4",
42
42
  "yargs": "^17.7.2"
43
43
  },