@yarnpkg/esbuild-plugin-pnp
Advanced tools
Comparing version 1.0.0 to 1.0.1-rc.1
@@ -38,3 +38,3 @@ "use strict"; | ||
return { | ||
contents: await fs.promises.readFile(args.path, `utf8`), | ||
contents: await fs.promises.readFile(args.path), | ||
loader: `default`, | ||
@@ -41,0 +41,0 @@ }; |
{ | ||
"name": "@yarnpkg/esbuild-plugin-pnp", | ||
"version": "1.0.0", | ||
"version": "1.0.1-rc.1", | ||
"license": "BSD-2-Clause", | ||
@@ -13,3 +13,3 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@yarnpkg/pnp": "3.0.0", | ||
"@yarnpkg/pnp": "3.0.1-rc.1", | ||
"esbuild": "npm:esbuild-wasm@^0.11.20" | ||
@@ -38,4 +38,5 @@ }, | ||
}, | ||
"bin": "./lib/cli.js", | ||
"typings": "./lib/index.d.ts" | ||
"stableVersion": "1.0.0", | ||
"typings": "./lib/index.d.ts", | ||
"bin": "./lib/cli.js" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
6393
2