@aws-sdk/util-body-length-node
Advanced tools
Comparing version 0.1.0-preview.4 to 0.1.0-preview.5
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var fs_1 = require("fs"); | ||
const fs_1 = require("fs"); | ||
function calculateBodyLength(body) { | ||
@@ -5,0 +5,0 @@ if (!body) { |
@@ -6,2 +6,27 @@ # Change Log | ||
# [0.1.0-preview.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-node@0.1.0-preview.2...@aws-sdk/util-body-length-node@0.1.0-preview.5) (2019-09-19) | ||
# 0.3.0 (2019-09-09) | ||
### Features | ||
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) | ||
# 0.2.0 (2019-07-12) | ||
### Features | ||
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) | ||
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) | ||
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-node@0.1.0-preview.2...@aws-sdk/util-body-length-node@0.1.0-preview.4) (2019-09-09) | ||
@@ -8,0 +33,0 @@ |
{ | ||
"name": "@aws-sdk/util-body-length-node", | ||
"description": "Determines the length of a request body in node.js", | ||
"version": "0.1.0-preview.4", | ||
"version": "0.1.0-preview.5", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "prepublishOnly": "tsc", |
{ | ||
"compilerOptions": { | ||
"target": "es5", | ||
"target": "es2017", | ||
"module": "commonjs", | ||
@@ -9,9 +9,2 @@ "declaration": true, | ||
"downlevelIteration": true, | ||
"lib": [ | ||
"es5", | ||
"es2015.promise", | ||
"es2015.collection", | ||
"es2015.iterable", | ||
"es2015.symbol.wellknown" | ||
], | ||
"rootDir": "./src", | ||
@@ -18,0 +11,0 @@ "outDir": "./build", |
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
16271
43