@dynatrace-sdk/client-app-engine-registry
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -5,2 +5,8 @@ # AppEngine - Registry | ||
## 1.8.1 | ||
### Patch Changes | ||
- Updated boolean serialization handling. APPDEV-9047 | ||
## 1.8.0 | ||
@@ -7,0 +13,0 @@ |
@@ -532,3 +532,3 @@ /** | ||
]; | ||
if (json["error"]) { | ||
if (json["error"] !== void 0) { | ||
body.push({ name: "error", type: "json", value: json["error"] }); | ||
@@ -535,0 +535,0 @@ } |
@@ -7,3 +7,3 @@ { | ||
"name": "@dynatrace-sdk/template-typescript-client", | ||
"version": "0.20.0" | ||
"version": "0.20.1" | ||
} | ||
@@ -10,0 +10,0 @@ }, |
@@ -475,3 +475,3 @@ /** | ||
]; | ||
if (json["error"]) { | ||
if (json["error"] !== void 0) { | ||
body.push({ name: "error", type: "json", value: json["error"] }); | ||
@@ -478,0 +478,0 @@ } |
{ | ||
"name": "@dynatrace-sdk/client-app-engine-registry", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Manage Dynatrace AppEngine apps.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
# @dynatrace-sdk/client-app-engine-registry | ||
[![npm](https://img.shields.io/badge/npm-v1.8.0-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-app-engine-registry/v/1.8.0) | ||
[![npm](https://img.shields.io/badge/npm-v1.8.1-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-app-engine-registry/v/1.8.1) | ||
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | ||
@@ -5,0 +5,0 @@ |
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
205525