@yarnpkg/esbuild-plugin-pnp
Advanced tools
Comparing version 1.0.1-rc.2 to 1.0.1-rc.3
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const fs = tslib_1.__importStar(require("fs")); | ||
const fs = (0, tslib_1.__importStar)(require("fs")); | ||
const matchAll = /()/; | ||
@@ -8,0 +8,0 @@ const defaultExtensions = [`.tsx`, `.ts`, `.jsx`, `.mjs`, `.cjs`, `.js`, `.css`, `.json`]; |
{ | ||
"name": "@yarnpkg/esbuild-plugin-pnp", | ||
"version": "1.0.1-rc.2", | ||
"version": "1.0.1-rc.3", | ||
"license": "BSD-2-Clause", | ||
@@ -13,3 +13,3 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@yarnpkg/pnp": "3.0.1-rc.1", | ||
"@yarnpkg/pnp": "3.0.1-rc.2", | ||
"esbuild": "npm:esbuild-wasm@^0.11.20" | ||
@@ -16,0 +16,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6398