next-urql
Advanced tools
Comparing version 0.3.4 to 0.3.5
# Changelog | ||
## 0.3.5 | ||
### Patch Changes | ||
- ⚠️ Fix node resolution when using Webpack, which experiences a bug where it only resolves | ||
`package.json:main` instead of `module` when an `.mjs` file imports a package, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#642](https://github.com/FormidableLabs/urql/pull/642)) | ||
- Updated dependencies (See [#642](https://github.com/FormidableLabs/urql/pull/642)) | ||
- urql@1.9.3 | ||
## 0.3.4 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "next-urql", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Convenience wrappers for using urql with NextJS.", | ||
@@ -14,4 +14,4 @@ "sideEffects": false, | ||
}, | ||
"main": "dist/next-urql.cjs.js", | ||
"module": "dist/next-urql.esm.mjs", | ||
"main": "dist/next-urql", | ||
"module": "dist/next-urql.mjs", | ||
"types": "dist/types/index.d.ts", | ||
@@ -21,4 +21,4 @@ "source": "src/index.ts", | ||
".": { | ||
"import": "./dist/next-urql.esm.mjs", | ||
"require": "./dist/next-urql.cjs.js", | ||
"import": "./dist/next-urql.mjs", | ||
"require": "./dist/next-urql.js", | ||
"types": "./dist/types/index.d.ts", | ||
@@ -64,3 +64,3 @@ "source": "./src/index.ts" | ||
"react-ssr-prepass": "^1.1.2", | ||
"urql": ">=1.9.2" | ||
"urql": ">=1.9.3" | ||
}, | ||
@@ -67,0 +67,0 @@ "peerDependencies": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
60969
1
Updatedurql@>=1.9.3