@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.mjs
CHANGED
|
@@ -3783,7 +3783,7 @@ Failed to verify license key`));
|
|
|
3783
3783
|
// package.json
|
|
3784
3784
|
var package_default = {
|
|
3785
3785
|
name: "@eventcatalog/generator-amazon-apigateway",
|
|
3786
|
-
version: "1.2.
|
|
3786
|
+
version: "1.2.4",
|
|
3787
3787
|
description: "Generator for Amazon API Gateway",
|
|
3788
3788
|
scripts: {
|
|
3789
3789
|
build: "tsup",
|
|
@@ -3819,8 +3819,13 @@ var package_default = {
|
|
|
3819
3819
|
"@aws-sdk/credential-provider-node": "^3.743.0",
|
|
3820
3820
|
"@changesets/cli": "^2.27.7",
|
|
3821
3821
|
"@eventcatalog/sdk": "^2.8.3",
|
|
3822
|
-
chalk: "
|
|
3822
|
+
chalk: "4.1.2",
|
|
3823
3823
|
"update-notifier": "^7.3.1"
|
|
3824
|
+
},
|
|
3825
|
+
repository: {
|
|
3826
|
+
type: "git",
|
|
3827
|
+
url: "https://github.com/event-catalog/generators",
|
|
3828
|
+
directory: "packages/generator-amazon-apigateway"
|
|
3824
3829
|
}
|
|
3825
3830
|
};
|
|
3826
3831
|
|