digitalocean-js
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "digitalocean-js", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "JavaScript library for the DigitalOcean API", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -26,3 +26,3 @@ import { Tag } from '../../models'; | ||
*/ | ||
getTags(): Promise<Tag>; | ||
getTags(): Promise<Tag[]>; | ||
/** | ||
@@ -29,0 +29,0 @@ * Get a specific existing tag by name |
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
256201