@stacksjs/cloud 0.51.0 โ 0.52.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.
- package/README.md +1 -1
- package/package.json +11 -12
- package/dist/actions/README.md +0 -53
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ pnpm test
|
|
|
38
38
|
|
|
39
39
|
Please see our [releases](https://github.com/stacksjs/stacks/releases) page for more information on what has changed recently.
|
|
40
40
|
|
|
41
|
-
##
|
|
41
|
+
## ๐ Contributing
|
|
42
42
|
|
|
43
43
|
Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
|
|
44
44
|
|
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@
|
|
4
|
+
"version": "0.52.0",
|
|
5
|
+
"packageManager": "pnpm@8.5.1",
|
|
6
6
|
"description": "The Stacks cloud/serverless integration & implementation.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -25,7 +25,12 @@
|
|
|
25
25
|
"google cloud",
|
|
26
26
|
"stacks"
|
|
27
27
|
],
|
|
28
|
-
"
|
|
28
|
+
"exports": {
|
|
29
|
+
".": {
|
|
30
|
+
"types": "./dist/index.d.ts",
|
|
31
|
+
"import": "./dist/index.mjs"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
29
34
|
"module": "dist/index.mjs",
|
|
30
35
|
"types": "dist/index.d.ts",
|
|
31
36
|
"contributors": [
|
|
@@ -35,18 +40,12 @@
|
|
|
35
40
|
"dist",
|
|
36
41
|
"README.md"
|
|
37
42
|
],
|
|
38
|
-
"engines": {
|
|
39
|
-
"node": ">=v18.14.0",
|
|
40
|
-
"pnpm": ">=7.26.3"
|
|
41
|
-
},
|
|
42
43
|
"devDependencies": {
|
|
43
|
-
"
|
|
44
|
-
"typescript": "^4.9.5",
|
|
45
|
-
"@stacksjs/testing": "0.51.0"
|
|
44
|
+
"@stacksjs/development": "0.52.0"
|
|
46
45
|
},
|
|
47
46
|
"scripts": {
|
|
48
|
-
"build": "
|
|
49
|
-
"dev": "
|
|
47
|
+
"build": "unbuild",
|
|
48
|
+
"dev": "unbuild --stub",
|
|
50
49
|
"typecheck": "tsc --noEmit"
|
|
51
50
|
}
|
|
52
51
|
}
|
package/dist/actions/README.md
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# Actions
|
|
2
|
-
|
|
3
|
-
Placeholder for the "On-The-Fly API."
|
|
4
|
-
|
|
5
|
-
## โ๏ธ Features
|
|
6
|
-
|
|
7
|
-
- โก๏ธ
|
|
8
|
-
|
|
9
|
-
## ๐ค Usage
|
|
10
|
-
|
|
11
|
-
```bash
|
|
12
|
-
pnpm i -D @stacksjs/cloud
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
Now, you can use it in your project:
|
|
16
|
-
|
|
17
|
-
```js
|
|
18
|
-
import { actions } from '@stacksjs/cloud'
|
|
19
|
-
|
|
20
|
-
// wip
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
Learn more in the docs.
|
|
24
|
-
|
|
25
|
-
## ๐งช Testing
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
pnpm test
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
## ๐ Changelog
|
|
32
|
-
|
|
33
|
-
Please see our [releases](https://github.com/stacksjs/stacks/releases) page for more information on what has changed recently.
|
|
34
|
-
|
|
35
|
-
## ๐ช๐ผ Contributing
|
|
36
|
-
|
|
37
|
-
Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
|
|
38
|
-
|
|
39
|
-
## ๐ Community
|
|
40
|
-
|
|
41
|
-
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
|
|
42
|
-
|
|
43
|
-
[Discussions on GitHub](https://github.com/stacksjs/stacks/discussions)
|
|
44
|
-
|
|
45
|
-
For casual chit-chat with others using this package:
|
|
46
|
-
|
|
47
|
-
[Join the Stacks Discord Server](https://discord.ow3.org)
|
|
48
|
-
|
|
49
|
-
## ๐ License
|
|
50
|
-
|
|
51
|
-
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.
|
|
52
|
-
|
|
53
|
-
Made with โค๏ธ
|