esbuild-plugins-node-modules-polyfill
Advanced tools
Comparing version 1.7.0 to 1.7.1-next.227c2b6.0
@@ -148,3 +148,3 @@ 'use strict'; | ||
}, | ||
none: undefined | ||
none: void 0 | ||
}; | ||
@@ -157,3 +157,3 @@ if (initialOptions.platform === "browser") { | ||
if (browserFieldValueForModule === false) return result.empty; | ||
if (browserFieldValueForModule !== undefined) return; | ||
if (browserFieldValueForModule !== void 0) return; | ||
} | ||
@@ -160,0 +160,0 @@ const moduleName = normalizeNodeBuiltinPath(args.path); |
{ | ||
"name": "esbuild-plugins-node-modules-polyfill", | ||
"version": "1.7.0", | ||
"version": "1.7.1-next.227c2b6.0", | ||
"description": "Polyfills nodejs builtin modules and globals for the browser.", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
"@jspm/core": "^2.1.0", | ||
"local-pkg": "^1.0.0", | ||
"local-pkg": "^1.1.1", | ||
"resolve.exports": "^2.0.3" | ||
@@ -44,3 +44,3 @@ }, | ||
"@favware/npm-deprecate": "^2.0.0", | ||
"@types/node": "^22.13.5", | ||
"@types/node": "^22.13.8", | ||
"cz-conventional-changelog": "^3.3.0", | ||
@@ -53,5 +53,5 @@ "esbuild": "^0.25.0", | ||
"pinst": "^3.0.0", | ||
"prettier": "^3.5.2", | ||
"tsup": "^8.3.6", | ||
"typescript": "^5.7.3", | ||
"prettier": "^3.5.3", | ||
"tsup": "^8.4.0", | ||
"typescript": "^5.8.2", | ||
"vitest": "^3.0.7" | ||
@@ -97,3 +97,3 @@ }, | ||
}, | ||
"packageManager": "yarn@4.6.0" | ||
"packageManager": "yarn@4.7.0" | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
53726
377637
1
12
88
+ Addedacorn@8.14.1(transitive)
+ Addedexsolve@1.0.2(transitive)
- Removedacorn@8.14.0(transitive)
- Removedexsolve@1.0.1(transitive)
Updatedlocal-pkg@^1.1.1