@shopware/api-gen 1.1.1 → 1.1.3
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 +3 -2
- package/dist/cli.mjs +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -243,8 +243,9 @@ Prepare your config file named **api-gen.config.json**:
|
|
|
243
243
|
|
|
244
244
|
Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-gen/CHANGELOG.md)
|
|
245
245
|
|
|
246
|
-
### Latest changes: 1.1.
|
|
246
|
+
### Latest changes: 1.1.3
|
|
247
247
|
|
|
248
248
|
### Patch Changes
|
|
249
249
|
|
|
250
|
-
- [`
|
|
250
|
+
- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]:
|
|
251
|
+
- @shopware/api-client@1.1.2
|
package/dist/cli.mjs
CHANGED
|
@@ -207726,7 +207726,7 @@ function runTransformations(schemaObject) {
|
|
|
207726
207726
|
}
|
|
207727
207727
|
|
|
207728
207728
|
const name = "@shopware/api-gen";
|
|
207729
|
-
const version = "1.1.
|
|
207729
|
+
const version = "1.1.3";
|
|
207730
207730
|
const description = "Shopware CLI for API client generation.";
|
|
207731
207731
|
const author = "Shopware";
|
|
207732
207732
|
const type = "module";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopware/api-gen",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Shopware CLI for API client generation.",
|
|
5
5
|
"author": "Shopware",
|
|
6
6
|
"type": "module",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"picocolors": "1.0.1",
|
|
36
36
|
"unbuild": "2.0.0",
|
|
37
37
|
"vitest": "2.1.4",
|
|
38
|
-
"
|
|
39
|
-
"
|
|
38
|
+
"eslint-config-shopware": "1.0.0",
|
|
39
|
+
"tsconfig": "0.0.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"ofetch": "1.4.1",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"prettier": "3.3.3",
|
|
45
45
|
"ts-morph": "24.0.0",
|
|
46
46
|
"yargs": "17.7.2",
|
|
47
|
-
"@shopware/api-client": "1.1.
|
|
47
|
+
"@shopware/api-client": "1.1.2"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"build": "unbuild",
|