infra-foundry 1.0.2 → 1.0.3

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 +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,9 @@
1
1
  # 🏗️ Infra Foundry
2
2
 
3
- A platform-agnostic cloud infrastructure components library for modern applications. Built with TypeScript and Pulumi, Infra Foundry provides reusable, composable infrastructure components that work across AWS, Cloudflare, and other cloud providers.
4
-
5
- ## 📊 Version
3
+ [![npm version](https://img.shields.io/npm/v/infra-foundry.svg)](https://www.npmjs.com/package/infra-foundry)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
5
 
7
- Current version: **0.3.0**
6
+ A platform-agnostic cloud infrastructure components library for modern applications. Built with TypeScript and Pulumi, Infra Foundry provides reusable, composable infrastructure components that work across AWS, Cloudflare, and other cloud providers.
8
7
 
9
8
  ## ✨ Features
10
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infra-foundry",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "🌪️ Cloud infrastructure components library for modern applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",