@pnpm/modules-yaml
Advanced tools
Comparing version 6.0.2 to 7.0.0-alpha.0
# @pnpm/modules-yaml | ||
## 7.0.0-alpha.0 | ||
### Major Changes | ||
- 3f73eaf0: Rename `store` to `storeDir` in `node_modules/.modules.yaml`. | ||
### Patch Changes | ||
- Updated dependencies [da091c71] | ||
- @pnpm/types@6.0.0-alpha.0 | ||
## 6.0.2 | ||
### Patch Changes | ||
- 907c63a48: Dependencies updated. |
@@ -18,3 +18,3 @@ import { DependenciesField, Registries } from '@pnpm/types'; | ||
skipped: string[]; | ||
store: string; | ||
storeDir: string; | ||
virtualStoreDir: string; | ||
@@ -21,0 +21,0 @@ } |
{ | ||
"name": "@pnpm/modules-yaml", | ||
"version": "6.0.2", | ||
"version": "7.0.0-alpha.0", | ||
"description": "Reads/writes `node_modules/.modules.yaml`", | ||
@@ -34,3 +34,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@pnpm/types": "5.0.0", | ||
"@pnpm/types": "6.0.0-alpha.0", | ||
"is-windows": "1.0.2", | ||
@@ -44,3 +44,4 @@ "read-yaml-file": "2.0.0", | ||
"tempy": "0.5.0" | ||
} | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
} |
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
6442
2
+ Added@pnpm/types@6.0.0-alpha.0(transitive)
- Removed@pnpm/types@5.0.0(transitive)
Updated@pnpm/types@6.0.0-alpha.0