Skip to content

Commit 183ce82

Browse files
committed
Allow object derived values to return undefined
1 parent 96db1bf commit 183ce82

File tree

4 files changed

+728
-412
lines changed

4 files changed

+728
-412
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"name": "Daniel Saewitz (switz)",
3838
"url": "https://saewitz.com"
3939
},
40-
"version": "0.8.6",
40+
"version": "0.9.0",
4141
"repository": {
4242
"type": "git",
4343
"url": "https://github.com/switz/driver.git"
@@ -55,14 +55,14 @@
5555
"node": " >=14.13.1 || >=16.0.0"
5656
},
5757
"devDependencies": {
58-
"@size-limit/preset-small-lib": "^8.2.4",
58+
"@size-limit/preset-small-lib": "^11.0.1",
5959
"@switz/eslint-config": "^10.0.2",
60-
"bun-types": "^0.8.1",
61-
"prettier": "^3.0.3",
62-
"size-limit": "^8.2.4",
63-
"tsd": "^0.29.0",
64-
"tsup": "^7.0.0",
65-
"typescript": "^5.0.3"
60+
"bun-types": "^1.0.21",
61+
"prettier": "^3.1.1",
62+
"size-limit": "^11.0.1",
63+
"tsd": "^0.30.2",
64+
"tsup": "^8.0.1",
65+
"typescript": "^5.3.3"
6666
},
6767
"size-limit": [
6868
{

0 commit comments

Comments
 (0)