@eventcatalog/generator-amazon-apigateway 1.2.2 → 1.2.4
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/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -2
package/dist/index.js
CHANGED
|
@@ -3788,7 +3788,7 @@ Failed to verify license key`));
|
|
|
3788
3788
|
// package.json
|
|
3789
3789
|
var package_default = {
|
|
3790
3790
|
name: "@eventcatalog/generator-amazon-apigateway",
|
|
3791
|
-
version: "1.2.
|
|
3791
|
+
version: "1.2.4",
|
|
3792
3792
|
description: "Generator for Amazon API Gateway",
|
|
3793
3793
|
scripts: {
|
|
3794
3794
|
build: "tsup",
|
|
@@ -3824,8 +3824,13 @@ var package_default = {
|
|
|
3824
3824
|
"@aws-sdk/credential-provider-node": "^3.743.0",
|
|
3825
3825
|
"@changesets/cli": "^2.27.7",
|
|
3826
3826
|
"@eventcatalog/sdk": "^2.8.3",
|
|
3827
|
-
chalk: "
|
|
3827
|
+
chalk: "4.1.2",
|
|
3828
3828
|
"update-notifier": "^7.3.1"
|
|
3829
|
+
},
|
|
3830
|
+
repository: {
|
|
3831
|
+
type: "git",
|
|
3832
|
+
url: "https://github.com/event-catalog/generators",
|
|
3833
|
+
directory: "packages/generator-amazon-apigateway"
|
|
3829
3834
|
}
|
|
3830
3835
|
};
|
|
3831
3836
|
|