@trayio/commons
Advanced tools
Comparing version 2.16.0 to 2.17.0
@@ -38,2 +38,3 @@ /// <reference types="node" /> | ||
OctetStream = "application/octet-stream", | ||
FormUrlEncoded = "application/x-www-form-urlencoded", | ||
MultipartRequestBody = "multipart/form-data", | ||
@@ -40,0 +41,0 @@ Text = "text/plain" |
@@ -43,2 +43,3 @@ "use strict"; | ||
HttpContentType["OctetStream"] = "application/octet-stream"; | ||
HttpContentType["FormUrlEncoded"] = "application/x-www-form-urlencoded"; | ||
HttpContentType["MultipartRequestBody"] = "multipart/form-data"; | ||
@@ -45,0 +46,0 @@ HttpContentType["Text"] = "text/plain"; |
{ | ||
"name": "@trayio/commons", | ||
"version": "2.16.0", | ||
"version": "2.17.0", | ||
"description": "Extensions to the standard/core libraries and basic features", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
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
114779
2079