@aws-sdk/types
Advanced tools
@@ -1,13 +0,12 @@ | ||
| 'use strict'; | ||
| const { EndpointURLScheme, HttpAuthLocation, RequestHandlerProtocol } = require("@smithy/types"); | ||
| exports.EndpointURLScheme = EndpointURLScheme; | ||
| exports.HttpAuthLocation = HttpAuthLocation; | ||
| exports.RequestHandlerProtocol = RequestHandlerProtocol; | ||
| var types = require('@smithy/types'); | ||
| exports.HostAddressType = void 0; | ||
| var HostAddressType; | ||
| (function (HostAddressType) { | ||
| HostAddressType["AAAA"] = "AAAA"; | ||
| HostAddressType["A"] = "A"; | ||
| })(exports.HostAddressType || (exports.HostAddressType = {})); | ||
| })(HostAddressType || (HostAddressType = {})); | ||
| exports.EndpointURLScheme = types.EndpointURLScheme; | ||
| exports.HttpAuthLocation = types.HttpAuthLocation; | ||
| exports.RequestHandlerProtocol = types.RequestHandlerProtocol; | ||
| exports.HostAddressType = HostAddressType; |
+4
-4
| { | ||
| "name": "@aws-sdk/types", | ||
| "version": "3.973.12", | ||
| "version": "3.973.13", | ||
| "main": "./dist-cjs/index.js", | ||
@@ -11,7 +11,7 @@ "module": "./dist-es/index.js", | ||
| "build:cjs": "node ../../scripts/compilation/inline", | ||
| "build:es": "tsc -p tsconfig.es.json", | ||
| "build:es": "premove dist-es && tsc -p tsconfig.es.json", | ||
| "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"", | ||
| "build:types": "tsc -p tsconfig.types.json", | ||
| "build:types": "premove dist-types && tsc -p tsconfig.types.json", | ||
| "build:types:downlevel": "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", | ||
| "extract:docs": "api-extractor run --local", | ||
@@ -18,0 +18,0 @@ "test": "tsc -p tsconfig.test.json" |
44958
0.01%