Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Dec 12, 2024
1 parent 28ba9ba commit 494b527
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "remix-utils",
"version": "7.7.0",
"version": "8.0.0",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"type": "module",
"funding": ["https://github.com/sponsors/sergiodxa"],
"funding": [
"https://github.com/sponsors/sergiodxa"
],
"exports": {
"./package.json": "./package.json",
"./promise": "./build/common/promise.js",
Expand Down Expand Up @@ -97,8 +99,12 @@
"zod": "^3.22.4"
},
"peerDependenciesMeta": {
"@oslojs/crypto": { "optional": true },
"@oslojs/encoding": { "optional": true },
"@oslojs/crypto": {
"optional": true
},
"@oslojs/encoding": {
"optional": true
},
"react-router": {
"optional": true
},
Expand Down Expand Up @@ -144,5 +150,9 @@
"dependencies": {
"type-fest": "^4.30.0"
},
"files": ["build", "package.json", "README.md"]
"files": [
"build",
"package.json",
"README.md"
]
}

0 comments on commit 494b527

Please sign in to comment.