@smithy/node-http-handler
Advanced tools
+7
-7
| { | ||
| "name": "@smithy/node-http-handler", | ||
| "version": "4.7.7", | ||
| "version": "4.7.8", | ||
| "description": "Provides a way to make requests", | ||
| "scripts": { | ||
| "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'", | ||
| "build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline node-http-handler", | ||
| "build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline", | ||
| "build:types": "yarn g:tsc -p tsconfig.types.json", | ||
| "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4", | ||
| "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo", | ||
| "clean": "premove dist-cjs dist-es dist-types *.tsbuildinfo", | ||
| "extract:docs": "api-extractor run --local", | ||
@@ -21,3 +21,3 @@ "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"", | ||
| "email": "", | ||
| "url": "https://aws.amazon.com/javascript/" | ||
| "url": "https://aws.amazon.com/sdk-for-javascript/" | ||
| }, | ||
@@ -30,8 +30,8 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@smithy/core": "^3.24.6", | ||
| "@smithy/types": "^4.14.3", | ||
| "@smithy/core": "^3.24.7", | ||
| "@smithy/types": "^4.14.4", | ||
| "tslib": "^2.6.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@smithy/abort-controller": "^4.2.16", | ||
| "@smithy/abort-controller": "^4.2.17", | ||
| "@types/node": "^18.11.9", | ||
@@ -38,0 +38,0 @@ "concurrently": "7.0.0", |
94987
-0.08%Updated
Updated