@infoxchange/make-it-so 3.0.0 → 3.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 +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,15 @@
2
2
 
3
3
  [![NPM Version](https://img.shields.io/npm/v/%40infoxchange%2Fmake-it-so)](https://www.npmjs.com/package/@infoxchange/make-it-so)
4
4
 
5
- A helpful little library that allows you to deploy apps on Infoxchange's (IX) infrastructure without having to specify all the implementation details that are specific to IX's deployment environment. You tell it what you want and it will worry about making it happen. Most of the heavily lifting is done by [SST](https://sst.dev) which is extending to take care the IX related specifics.
5
+ A helpful little library that allows you to deploy apps on Infoxchange's (IX) infrastructure without having to specify
6
+ all the implementation details that are specific to IX's deployment environment. You tell it what you want and it will
7
+ worry about making it happen. Most of the heavily lifting is done by [SST](https://sst.dev) which is extending to take
8
+ care the IX related specifics.
9
+
10
+ > [!WARNING]
11
+ > If the app is using SST v2 then you should use the
12
+ > [@infoxchange/make-it-so-sst-v2 npm package](https://www.npmjs.com/package/@infoxchange/make-it-so-sst-v2) which is
13
+ > built from the [sst-v2 branch](https://github.com/infoxchange/make-it-so/tree/sst-v2).
6
14
 
7
15
  ## Installation
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infoxchange/make-it-so",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Makes deploying services to IX infra easy",
5
5
  "repository": "github:infoxchange/make-it-so",
6
6
  "publishConfig": {