cloudflare
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -98,3 +98,3 @@ 'use strict'; | ||
var uri = join('zones', zid, 'dns_records'); | ||
var body = pick(rr.toJSON({useAliases: true}), ['type', 'name', 'content', 'ttl']); | ||
var body = pick(rr.toJSON({useAliases: true}), ['type', 'name', 'content', 'ttl', 'proxied']); | ||
options.method = 'POST'; | ||
@@ -101,0 +101,0 @@ options.body = JSON.stringify(body); |
@@ -5,3 +5,3 @@ { | ||
"author": "Terin Stock <terinjokes@gmail.com>", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"bugs": { | ||
@@ -19,8 +19,8 @@ "url": "https://github.com/cloudflare/node-cloudflare/issues" | ||
"devDependencies": { | ||
"ava": "^0.14.0", | ||
"ava": "^0.16.0", | ||
"coveralls": "^2.11.9", | ||
"nock": "^8.0.0", | ||
"nyc": "^6.4.0", | ||
"nyc": "^8.0.0", | ||
"semantic-release": "^4.3.5", | ||
"xo": "^0.15.0" | ||
"xo": "^0.16.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "homepage": "https://github.com/cloudflare/node-cloudflare", |
@@ -53,3 +53,3 @@ # CloudFlare API Client for Node.js | ||
#### `browseZones([query, [options]): Promise<PaginatedResponse<Zone[]>>` | ||
#### `browseZones([query, [options]]): Promise<PaginatedResponse<Zone[]>>` | ||
@@ -56,0 +56,0 @@ * query: An object to pass filter and sorting parameters to the API |
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
35883