@forge/api
Advanced tools
Comparing version 0.6.0-next.0 to 0.6.0-next.1
# @forge/api | ||
## 0.6.0-next.1 | ||
### Patch Changes | ||
- 8ee5500: Fix dependency resolution by adding node-fetch | ||
## 0.6.0-next.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@forge/api", | ||
"version": "0.6.0-next.0", | ||
"version": "0.6.0-next.1", | ||
"description": "Forge API methods", | ||
@@ -24,4 +24,5 @@ "author": "Atlassian", | ||
"dependencies": { | ||
"@types/node-fetch": "^2.5.7" | ||
"@types/node-fetch": "^2.5.7", | ||
"node-fetch": "^2.6.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
81005
2
+ Addednode-fetch@^2.6.1
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)