cloudflare
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -14,2 +14,3 @@ /* | ||
const Resource = require('../Resource'); | ||
const method = require('../method'); | ||
@@ -28,3 +29,3 @@ /** | ||
includeBasic: ['browse', 'read', 'edit', 'add', 'del'], | ||
includeBasic: ['browse', 'read', 'add', 'del'], | ||
@@ -64,2 +65,6 @@ /** | ||
*/ | ||
edit: method({ | ||
method: 'PUT', | ||
path: ':id', | ||
}), | ||
/** | ||
@@ -66,0 +71,0 @@ * add allows for creating a workers route |
{ | ||
"name": "cloudflare", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "CloudFlare API client", | ||
@@ -5,0 +5,0 @@ "author": "Terin Stock <terinjokes@gmail.com>", |
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
39595
1155