@stacksjs/collections 0.41.0 → 0.42.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -43,7 +43,7 @@ Please see our [releases](https://github.com/stacksjs/stacks/releases) page for
43
43
 
44
44
  ## 💪🏼 Contributing
45
45
 
46
- Please see [CONTRIBUTING](../../.github/CONTRIBUTING.md) for details.
46
+ Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
47
47
 
48
48
  ## 🏝 Community
49
49
 
@@ -53,7 +53,7 @@ For help, discussion about best practices, or any other conversation that would
53
53
 
54
54
  For casual chit-chat with others using this package:
55
55
 
56
- [Join the Open Web Discord Server](https://discord.ow3.org)
56
+ [Join the Stacks Discord Server](https://discord.ow3.org)
57
57
 
58
58
  ## 🙏🏼 Credits
59
59
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/collections",
3
3
  "type": "module",
4
- "version": "0.41.0",
5
- "packageManager": "pnpm@7.16.0",
4
+ "version": "0.42.1",
5
+ "packageManager": "pnpm@7.17.0",
6
6
  "description": "The Stacks collections.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -37,14 +37,15 @@
37
37
  ],
38
38
  "engines": {
39
39
  "node": ">=v18.12.1",
40
- "pnpm": ">=7.16.0"
40
+ "pnpm": ">=7.17.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "collect.js": "^4.34.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "mkdist": "^1.0.0",
47
- "typescript": "^4.8.4"
47
+ "typescript": "^4.9.3",
48
+ "@stacksjs/testing": "0.42.1"
48
49
  },
49
50
  "scripts": {
50
51
  "build": "mkdist -d",