@shopware/api-gen 0.0.1 → 0.0.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 CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  Welcome to `@shopware/api-gen` package.
4
4
 
5
- For getting started documentation visit [https://shopware-frontends-docs.vercel.app/](https://shopware-frontends-docs.vercel.app/)
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://shopware-frontends-docs.vercel.app/packages/api-gen.html)
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.3
16
+
17
+ ### Patch Changes
18
+
19
+ - [#292](https://github.com/shopware/frontends/pull/292) [`b68ca7f`](https://github.com/shopware/frontends/commit/b68ca7fbd51d22f4be84a228ca107972e07bfa32) Thanks [@patzick](https://github.com/patzick)! - fixed cli building, prettier is not inlined into bundle
package/dist/cli.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ interface CommonOptions {
2
+ cwd: string;
3
+ }
4
+
5
+ export { CommonOptions };