esbuild-plugins-node-modules-polyfill
Advanced tools
Comparing version 1.0.5-next.ba478e6.0 to 1.0.5-next.cc193b9.0
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var __create = Object.create; | ||
@@ -20,3 +21,6 @@ var __defProp = Object.defineProperty; | ||
}; | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod)); | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
mod | ||
)); | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
@@ -23,0 +27,0 @@ |
{ | ||
"name": "esbuild-plugins-node-modules-polyfill", | ||
"version": "1.0.5-next.ba478e6.0", | ||
"version": "1.0.5-next.cc193b9.0", | ||
"description": "Polyfills nodejs builtin modules for the browser.", | ||
@@ -40,6 +40,6 @@ "main": "dist/index.js", | ||
"@sapphire/prettier-config": "^1.4.3", | ||
"@typescript-eslint/eslint-plugin": "^5.32.0", | ||
"@typescript-eslint/parser": "^5.32.0", | ||
"@typescript-eslint/eslint-plugin": "^5.33.0", | ||
"@typescript-eslint/parser": "^5.33.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"esbuild": "^0.14.53", | ||
"esbuild": "^0.15.2", | ||
"eslint": "^8.21.0", | ||
@@ -53,3 +53,3 @@ "eslint-config-prettier": "^8.5.0", | ||
"pretty-quick": "^3.1.3", | ||
"tsup": "^6.2.1", | ||
"tsup": "^6.2.2", | ||
"typescript": "^4.7.4" | ||
@@ -90,4 +90,4 @@ }, | ||
"dependencies": { | ||
"modern-node-polyfills": "^0.0.8" | ||
"modern-node-polyfills": "^0.0.9" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
27604
233
+ Addedmodern-node-polyfills@0.0.9(transitive)
- Removedmodern-node-polyfills@0.0.8(transitive)
Updatedmodern-node-polyfills@^0.0.9