@pnpm/exportable-manifest
Advanced tools
Comparing version 1.0.2 to 1.0.3
# @pnpm/exportable-manifest | ||
## 1.0.3 | ||
### Patch Changes | ||
- Updated dependencies [2762781cc] | ||
- @pnpm/read-project-manifest@1.1.0 | ||
## 1.0.2 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@pnpm/exportable-manifest", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Creates an exportable manifest", | ||
@@ -12,3 +12,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=10.13" | ||
"node": ">=10.14" | ||
}, | ||
@@ -33,7 +33,7 @@ "scripts": { | ||
"@pnpm/exportable-manifest": "link:", | ||
"@types/ramda": "^0.27.14" | ||
"@types/ramda": "^0.27.15" | ||
}, | ||
"dependencies": { | ||
"@pnpm/error": "^1.3.1", | ||
"@pnpm/read-project-manifest": "^1.0.13", | ||
"@pnpm/read-project-manifest": "^1.1.0", | ||
"@pnpm/types": "^6.2.0", | ||
@@ -40,0 +40,0 @@ "ramda": "^0.27.1" |
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
7044