@pnpm/exportable-manifest
Advanced tools
Comparing version 1.0.3 to 1.0.4
# @pnpm/exportable-manifest | ||
## 1.0.4 | ||
### Patch Changes | ||
- Updated dependencies [d54043ee4] | ||
- @pnpm/types@6.3.0 | ||
- @pnpm/read-project-manifest@1.1.1 | ||
## 1.0.3 | ||
@@ -4,0 +12,0 @@ |
@@ -38,2 +38,3 @@ import { Dependencies, ProjectManifest } from '@pnpm/types'; | ||
private?: boolean | undefined; | ||
resolutions?: Record<string, string> | undefined; | ||
}>; |
{ | ||
"name": "@pnpm/exportable-manifest", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Creates an exportable manifest", | ||
@@ -12,3 +12,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=10.14" | ||
"node": ">=10.16" | ||
}, | ||
@@ -33,8 +33,8 @@ "scripts": { | ||
"@pnpm/exportable-manifest": "link:", | ||
"@types/ramda": "^0.27.15" | ||
"@types/ramda": "^0.27.28" | ||
}, | ||
"dependencies": { | ||
"@pnpm/error": "^1.3.1", | ||
"@pnpm/read-project-manifest": "^1.1.0", | ||
"@pnpm/types": "^6.2.0", | ||
"@pnpm/read-project-manifest": "^1.1.1", | ||
"@pnpm/types": "^6.3.0", | ||
"ramda": "^0.27.1" | ||
@@ -41,0 +41,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
7223
109
Updated@pnpm/types@^6.3.0