@rollup/plugin-node-resolve
Advanced tools
Comparing version 13.1.2 to 13.1.3
# @rollup/plugin-node-resolve ChangeLog | ||
## v13.1.3 | ||
_2022-01-05_ | ||
### Bugfixes | ||
- fix: use correct version when published (#1063) | ||
## v13.1.2 | ||
@@ -4,0 +12,0 @@ |
@@ -24,3 +24,3 @@ 'use strict'; | ||
var version = "13.1.1"; | ||
var version = "13.1.3"; | ||
@@ -27,0 +27,0 @@ util.promisify(fs__default["default"].access); |
@@ -11,3 +11,3 @@ import path, { dirname, resolve, extname, normalize, sep } from 'path'; | ||
var version = "13.1.1"; | ||
var version = "13.1.3"; | ||
@@ -14,0 +14,0 @@ promisify(fs.access); |
{ | ||
"name": "@rollup/plugin-node-resolve", | ||
"version": "13.1.2", | ||
"version": "13.1.3", | ||
"publishConfig": { | ||
@@ -34,2 +34,3 @@ "access": "public" | ||
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi", | ||
"prepublishOnly": "pnpm build", | ||
"prerelease": "pnpm build", | ||
@@ -36,0 +37,0 @@ "pretest": "pnpm build", |
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
93429