@stacksjs/cloud 0.43.0 → 0.44.6
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.
- package/README.md +7 -7
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
# Stacks Cloud
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This package assists you in setting up & maintaining your application's cloud infrastructure.
|
|
4
4
|
|
|
5
5
|
## ☘️ Features
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
- Cloud Creation & Management
|
|
8
|
+
- Domain Management
|
|
9
|
+
- Stacks Buddy Commands
|
|
8
10
|
|
|
9
|
-
|
|
11
|
+
### TODO
|
|
10
12
|
|
|
11
|
-
|
|
13
|
+
- [ ] Driver: AWS
|
|
12
14
|
|
|
13
15
|
## 🤖 Usage
|
|
14
16
|
|
|
15
|
-
wip
|
|
16
|
-
|
|
17
17
|
```bash
|
|
18
18
|
pnpm i -D @stacksjs/cloud
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
Now, you can use it in your project:
|
|
22
22
|
|
|
23
|
-
```
|
|
23
|
+
```ts
|
|
24
24
|
import cloud from '@stacksjs/cloud'
|
|
25
25
|
|
|
26
26
|
// wip
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/cloud",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.44.6",
|
|
5
|
+
"packageManager": "pnpm@7.18.2",
|
|
6
6
|
"description": "The Stacks cloud/serverless integration & implementation.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
],
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=v18.12.1",
|
|
40
|
-
"pnpm": ">=7.
|
|
40
|
+
"pnpm": ">=7.18.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"mkdist": "^1.0.0",
|
|
44
|
-
"typescript": "^4.9.
|
|
45
|
-
"@stacksjs/testing": "0.
|
|
44
|
+
"typescript": "^4.9.4",
|
|
45
|
+
"@stacksjs/testing": "0.44.6"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "mkdist -d",
|