@stacksjs/cloud 0.41.1 → 0.42.2

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
@@ -40,7 +40,7 @@ Please see our [releases](https://github.com/stacksjs/stacks/releases) page for
40
40
 
41
41
  ## 💪🏼 Contributing
42
42
 
43
- Please see [CONTRIBUTING](../../.github/CONTRIBUTING.md) for details.
43
+ Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
44
44
 
45
45
  ## 🏝 Community
46
46
 
@@ -50,7 +50,7 @@ For help, discussion about best practices, or any other conversation that would
50
50
 
51
51
  For casual chit-chat with others using this package:
52
52
 
53
- [Join the Open Web Discord Server](https://discord.ow3.org)
53
+ [Join the Stacks Discord Server](https://discord.ow3.org)
54
54
 
55
55
  ## 📄 License
56
56
 
@@ -34,7 +34,7 @@ Please see our [releases](https://github.com/stacksjs/stacks/releases) page for
34
34
 
35
35
  ## 💪🏼 Contributing
36
36
 
37
- Please see [CONTRIBUTING](../../.github/CONTRIBUTING.md) for details.
37
+ Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
38
38
 
39
39
  ## 🏝 Community
40
40
 
@@ -44,7 +44,7 @@ For help, discussion about best practices, or any other conversation that would
44
44
 
45
45
  For casual chit-chat with others using this package:
46
46
 
47
- [Join the Open Web Discord Server](https://discord.ow3.org)
47
+ [Join the Stacks Discord Server](https://discord.ow3.org)
48
48
 
49
49
  ## 📄 License
50
50
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/cloud",
3
3
  "type": "module",
4
- "version": "0.41.1",
5
- "packageManager": "pnpm@7.16.0",
4
+ "version": "0.42.2",
5
+ "packageManager": "pnpm@7.17.0",
6
6
  "description": "The Stacks cloud/serverless integration & implementation.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -37,14 +37,12 @@
37
37
  ],
38
38
  "engines": {
39
39
  "node": ">=v18.12.1",
40
- "pnpm": ">=7.16.0"
41
- },
42
- "peerDependencies": {
43
- "vitest": "^0.25.2"
40
+ "pnpm": ">=7.17.0"
44
41
  },
45
42
  "devDependencies": {
46
43
  "mkdist": "^1.0.0",
47
- "typescript": "^4.9.3"
44
+ "typescript": "^4.9.3",
45
+ "@stacksjs/testing": "0.42.2"
48
46
  },
49
47
  "scripts": {
50
48
  "build": "mkdist -d",