@shopware/api-gen 0.0.1 → 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 +14 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Welcome to `@shopware/api-gen` package.
|
|
4
4
|
|
|
5
|
-
For getting started documentation visit [https://
|
|
5
|
+
For getting started documentation visit [https://frontends.shopware.com/](https://frontends.shopware.com/)
|
|
6
6
|
|
|
7
|
-
Documentation specific for this package: [api-gen](https://
|
|
7
|
+
Documentation specific for this package: [api-gen](https://frontends.shopware.com/packages/api-gen.html)
|
|
8
|
+
|
|
9
|
+
<!-- AUTO GENERATED CHANGELOG -->
|
|
10
|
+
|
|
11
|
+
## Changelog
|
|
12
|
+
|
|
13
|
+
Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-gen/CHANGELOG.md)
|
|
14
|
+
|
|
15
|
+
### Latest changes: 0.0.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [`4c41514`](https://github.com/shopware/frontends/commit/4c41514f44f0c0769fe82bfea2ea9ad34519b9cd) Thanks [@patzick](https://github.com/patzick)! - updated links to docs
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopware/api-gen",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Shopware CLI for API client generation.",
|
|
5
5
|
"author": "Shopware",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/shopware/frontends.git"
|
|
9
9
|
},
|
|
10
|
-
"homepage": "https://
|
|
10
|
+
"homepage": "https://frontends.shopware.com/packages/api-cli.html",
|
|
11
11
|
"keywords": [
|
|
12
12
|
"shopware",
|
|
13
13
|
"api",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"picocolors": "^1.0.0",
|
|
31
31
|
"prettier": "^2.8.8",
|
|
32
32
|
"vitest": "^0.32.2",
|
|
33
|
-
"eslint-config-shopware": "0.0.
|
|
33
|
+
"eslint-config-shopware": "0.0.2",
|
|
34
34
|
"tsconfig": "0.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|