Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Correct engines key

Changed files
+1 -1
+1 -1
package.json
···
"node-fetch": "^3.3.2"
},
"engines": {
-
"pnpm": "^9.0.0"
}
}
···
"node-fetch": "^3.3.2"
},
"engines": {
+
"pnpm": ">=9.0.0"
}
}