@stacksjs/collections 0.70.88 → 0.70.91

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.
@@ -0,0 +1,3 @@
1
+ // Avoid ts-collect 0.4.1 and 0.4.2: their published dist is unparseable, so an
2
+ // import here took the whole test suite down. Fixed in 0.4.3.
3
+ export { collect } from 'ts-collect';
package/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ export { collect } from "ts-collect";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/collections",
3
3
  "type": "module",
4
- "version": "0.70.88",
4
+ "version": "0.70.91",
5
5
  "description": "The Stacks collections.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -55,7 +55,7 @@
55
55
  "prepublishOnly": "bun run build"
56
56
  },
57
57
  "dependencies": {
58
- "ts-collect": "^0.4.0"
58
+ "ts-collect": "^0.4.3"
59
59
  },
60
60
  "devDependencies": {
61
61
  "better-dx": "^0.2.16"