infra-foundry 1.0.1 → 1.0.2

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 +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -161,14 +161,6 @@ To enable automated npm publishing, add the `NPM_TOKEN` secret to your repositor
161
161
  | Feature | `feat(ecs): ...` | Minor (0.1.0) |
162
162
  | Fix | `fix(amplify): ...` | Patch (0.0.1) |
163
163
 
164
- ## 📖 Examples
165
-
166
- Check out the [examples directory](./examples) for complete infrastructure setups:
167
-
168
- - **MFS Infrastructure** - Multi-app Amplify deployment with custom domains
169
- - **Basic Setup** - Simple single-app deployment
170
- - **Advanced Configuration** - Complex multi-environment setup
171
-
172
164
  ## 🤝 Contributing
173
165
 
174
166
  We welcome contributions! Please see our [Contributing Guidelines](./CONTRIBUTING.md) for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infra-foundry",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "🌪️ Cloud infrastructure components library for modern applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",