sst 4.14.1 → 4.15.0

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 +5 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -16,13 +16,16 @@ Build full-stack apps on your own infrastructure.
16
16
 
17
17
  ## Installation
18
18
 
19
- If you are using SST as a part of your Node project, we recommend installing it locally.
19
+ For JavaScript projects, install SST locally so the CLI version is tracked with your app. You can then run the CLI with the same package manager.
20
20
 
21
21
  ```bash
22
22
  npm install sst
23
+ # pnpm add sst
24
+ # bun add sst
25
+ # yarn add sst
23
26
  ```
24
27
 
25
- If you are not using Node, you can install the CLI globally.
28
+ If you are not using JavaScript, you can install the CLI globally.
26
29
 
27
30
  ```bash
28
31
  curl -fsSL https://sst.dev/install | bash
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "sst",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
- "version": "4.14.1",
6
+ "version": "4.15.0",
7
7
  "main": "./dist/index.js",
8
8
  "repository": {
9
9
  "type": "git",
@@ -55,14 +55,14 @@
55
55
  "sst": "./bin/sst.mjs"
56
56
  },
57
57
  "optionalDependencies": {
58
- "sst-linux-x64": "4.14.1",
59
- "sst-linux-x86": "4.14.1",
60
- "sst-darwin-x64": "4.14.1",
61
- "sst-linux-arm64": "4.14.1",
62
- "sst-darwin-arm64": "4.14.1",
63
- "sst-win32-x64": "4.14.1",
64
- "sst-win32-x86": "4.14.1",
65
- "sst-win32-arm64": "4.14.1"
58
+ "sst-linux-x64": "4.15.0",
59
+ "sst-linux-x86": "4.15.0",
60
+ "sst-darwin-x64": "4.15.0",
61
+ "sst-linux-arm64": "4.15.0",
62
+ "sst-darwin-arm64": "4.15.0",
63
+ "sst-win32-x64": "4.15.0",
64
+ "sst-win32-x86": "4.15.0",
65
+ "sst-win32-arm64": "4.15.0"
66
66
  },
67
67
  "dependencies": {
68
68
  "@aws/durable-execution-sdk-js": "1.0.2",