@lsts_tech/infra 1.0.0 → 1.0.1

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 +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,14 @@
1
1
  # @lsts_tech/infra
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/%40lsts_tech%2Finfra?label=npm&color=cb3837)](https://www.npmjs.com/package/@lsts_tech/infra)
4
+ [![npm downloads](https://img.shields.io/npm/dm/%40lsts_tech%2Finfra?label=downloads)](https://www.npmjs.com/package/@lsts_tech/infra)
5
+ [![Publish workflow](https://github.com/lstechnologysolutions/lstech.solutions/actions/workflows/publish-infra.yml/badge.svg)](https://github.com/lstechnologysolutions/lstech.solutions/actions/workflows/publish-infra.yml)
6
+ [![Public repository](https://img.shields.io/badge/public%20repo-lstechnologysolutions%2Finfra-181717?logo=github)](https://github.com/lstechnologysolutions/infra)
7
+
3
8
  Reusable, white-label SST v3 infrastructure primitives for AWS deployments from monorepos.
4
9
 
10
+ Public package repository: [https://github.com/lstechnologysolutions/infra](https://github.com/lstechnologysolutions/infra)
11
+
5
12
  `@lsts_tech/infra` focuses on portability:
6
13
 
7
14
  - No hardcoded project domains/repos in package code
@@ -12,7 +19,7 @@ Reusable, white-label SST v3 infrastructure primitives for AWS deployments from
12
19
 
13
20
  ## Version Scope
14
21
 
15
- `v1.0.0` provider support: **AWS only**.
22
+ `v1.0.1` provider support: **AWS only**.
16
23
 
17
24
  ## Install
18
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsts_tech/infra",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Reusable SST v3 infrastructure constructs for deploying Next.js and Expo web apps from monorepos.",
5
5
  "type": "module",
6
6
  "license": "MIT",