awscfn 0.0.4 → 0.0.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -173,7 +173,7 @@ If the update fails, a `StackUpdateFailure` is thrown with helpful context:
173
173
  ## Contributing
174
174
 
175
175
  - ⭐ Star this repo if you like it!
176
- - 🐛 Open an [issue](https://github.com/mhweiner/idkitx/issues) for bugs or suggestions.
176
+ - 🐛 Open an [issue](https://github.com/mhweiner/awscfn/issues) for bugs or suggestions.
177
177
  - 🤝 Submit a PR to `main` — all tests must pass.
178
178
 
179
179
  ## Related Projects
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awscfn",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "CLI and TypeScript SDK for managing AWS CloudFormation stacks — create, update, redeploy, delete — with simple YAML-based parameter support.",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",