esbuild-plugins-node-modules-polyfill
Advanced tools
Comparing version 1.6.6-next.af6efb3.0 to 1.6.6-next.b10931b.0
{ | ||
"name": "esbuild-plugins-node-modules-polyfill", | ||
"version": "1.6.6-next.af6efb3.0", | ||
"version": "1.6.6-next.b10931b.0", | ||
"description": "Polyfills nodejs builtin modules and globals for the browser.", | ||
@@ -41,5 +41,5 @@ "main": "dist/index.js", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@favware/cliff-jumper": "^4.0.3", | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@favware/npm-deprecate": "^1.0.7", | ||
"@types/node": "^20.16.0", | ||
"@types/node": "^20.16.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
@@ -49,3 +49,3 @@ "esbuild": "^0.23.1", | ||
"eslint-config-mahir": "^0.0.45", | ||
"husky": "^9.1.4", | ||
"husky": "^9.1.5", | ||
"lint-staged": "^15.2.9", | ||
@@ -59,3 +59,3 @@ "pinst": "^3.0.0", | ||
"peerDependencies": { | ||
"esbuild": ">=0.14.0 <=0.23.0" | ||
"esbuild": ">=0.14.0 ^0.23.0" | ||
}, | ||
@@ -96,3 +96,3 @@ "files": [ | ||
}, | ||
"packageManager": "yarn@4.4.0" | ||
"packageManager": "yarn@4.4.1" | ||
} |
53129