@smithy/util-body-length-node
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@smithy/util-body-length-node", | ||
"description": "Determines the length of a request body in node.js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"scripts": { | ||
@@ -59,3 +59,6 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"entryPoint": "src/index.ts" | ||
}, | ||
"publishConfig": { | ||
"directory": ".release/package" | ||
} | ||
} | ||
} |
15636