@shopware/api-gen 0.0.7 → 0.1.0
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 +8 -12
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -12,22 +12,18 @@ 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
|
|
15
|
+
### Latest changes: 0.1.0
|
|
16
16
|
|
|
17
|
-
###
|
|
17
|
+
### Minor Changes
|
|
18
18
|
|
|
19
|
-
- [#
|
|
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 "..."`
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
- Changed dependency _prettier_ from **^3.0.0** to **^3.0.2**
|
|
21
|
+
### Patch Changes
|
|
23
22
|
|
|
24
|
-
- [#
|
|
23
|
+
- [#396](https://github.com/shopware/frontends/pull/396) [`dfc49b80`](https://github.com/shopware/frontends/commit/dfc49b80bcaa8e00b71e0dff6e35b413383274f5) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:
|
|
25
24
|
|
|
26
|
-
- Changed dependency
|
|
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**
|
|
25
|
+
- Changed dependency _openapi-typescript_ from **^6.5.5** to **^6.6.1**
|
|
29
26
|
|
|
30
|
-
- [#
|
|
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:
|
|
31
28
|
|
|
32
|
-
- Changed dependency
|
|
33
|
-
- Changed dependency _openapi-typescript_ from **^6.5.2** to **^6.5.3**
|
|
29
|
+
- Changed dependency _openapi-typescript_ from **^6.6.1** to **^6.7.0**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopware/api-gen",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Shopware CLI for API client generation.",
|
|
5
5
|
"author": "Shopware",
|
|
6
6
|
"repository": {
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/prettier": "^3.0.0",
|
|
29
|
-
"@types/yargs": "^17.0.
|
|
29
|
+
"@types/yargs": "^17.0.30",
|
|
30
30
|
"@vitest/coverage-c8": "^0.33.0",
|
|
31
31
|
"picocolors": "^1.0.0",
|
|
32
32
|
"unbuild": "^2.0.0",
|
|
33
|
-
"vitest": "^0.34.
|
|
34
|
-
"eslint-config-shopware": "0.0.
|
|
33
|
+
"vitest": "^0.34.6",
|
|
34
|
+
"eslint-config-shopware": "0.0.7",
|
|
35
35
|
"tsconfig": "0.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"ofetch": "^1.3.3",
|
|
39
|
-
"openapi-typescript": "^6.
|
|
39
|
+
"openapi-typescript": "^6.7.0",
|
|
40
40
|
"prettier": "^3.0.3",
|
|
41
41
|
"semver": "^7.5.4",
|
|
42
42
|
"yargs": "^17.7.2"
|