@stacksjs/cloud 0.51.0 โ†’ 0.52.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.
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
- ## ๐Ÿ’ช๐Ÿผ Contributing
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.51.0",
5
- "packageManager": "pnpm@7.26.3",
4
+ "version": "0.52.1",
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
- "main": "dist/index.mjs",
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
- "mkdist": "^1.1.0",
44
- "typescript": "^4.9.5",
45
- "@stacksjs/testing": "0.51.0"
44
+ "@stacksjs/development": "0.52.1"
46
45
  },
47
46
  "scripts": {
48
- "build": "mkdist -d",
49
- "dev": "mkdist -d",
47
+ "build": "unbuild",
48
+ "dev": "unbuild --stub",
50
49
  "typecheck": "tsc --noEmit"
51
50
  }
52
51
  }
@@ -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 โค๏ธ