@go-to-k/cdkd 0.47.0 → 0.49.0
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 +59 -0
- package/dist/cli.js +248 -59
- package/dist/cli.js.map +2 -2
- package/dist/go-to-k-cdkd-0.49.0.tgz +0 -0
- package/dist/index.js +1 -2
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
- package/dist/go-to-k-cdkd-0.47.0.tgz +0 -0
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -8336,8 +8336,7 @@ var IAMRoleProvider = class {
|
|
|
8336
8336
|
marker = tagsResp.Marker;
|
|
8337
8337
|
}
|
|
8338
8338
|
const tags = normalizeAwsTagsToCfn(collected);
|
|
8339
|
-
|
|
8340
|
-
result["Tags"] = tags;
|
|
8339
|
+
result["Tags"] = tags;
|
|
8341
8340
|
} catch (err) {
|
|
8342
8341
|
if (!(err instanceof NoSuchEntityException))
|
|
8343
8342
|
throw err;
|