@shopware/api-gen 0.1.0 → 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.
- package/README.md +4 -11
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -12,18 +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.1.
|
|
16
|
-
|
|
17
|
-
### Minor Changes
|
|
18
|
-
|
|
19
|
-
- [#435](https://github.com/shopware/frontends/pull/435) [`a4483ed8`](https://github.com/shopware/frontends/commit/a4483ed8bf9370e87aedeb81846fe9d31880b3e0) Thanks [@patzick](https://github.com/patzick)! - Changed types imports to `import type {...} from "..."`
|
|
15
|
+
### Latest changes: 0.1.1
|
|
20
16
|
|
|
21
17
|
### Patch Changes
|
|
22
18
|
|
|
23
|
-
- [#
|
|
24
|
-
|
|
25
|
-
- Changed dependency _openapi-typescript_ from **^6.5.5** to **^6.6.1**
|
|
26
|
-
|
|
27
|
-
- [#418](https://github.com/shopware/frontends/pull/418) [`67cf5650`](https://github.com/shopware/frontends/commit/67cf56506f58973bf3ab8bb8acef06758a6a6720) 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:
|
|
28
20
|
|
|
29
|
-
- Changed dependency _openapi-typescript_ from **^6.
|
|
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.1.
|
|
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.
|
|
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
33
|
"vitest": "^0.34.6",
|
|
34
|
-
"eslint-config-shopware": "0.0.
|
|
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.7.
|
|
40
|
-
"prettier": "^3.0
|
|
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
|
},
|