@aws-sdk/util-endpoints
Advanced tools
+12
-17
@@ -1,17 +0,12 @@ | ||
| 'use strict'; | ||
| var client = require('@aws-sdk/core/client'); | ||
| var endpoints = require('@smithy/core/endpoints'); | ||
| exports.awsEndpointFunctions = client.awsEndpointFunctions; | ||
| exports.getUserAgentPrefix = client.getUserAgentPrefix; | ||
| exports.isIpAddress = client.isIpAddress; | ||
| exports.partition = client.partition; | ||
| exports.resolveDefaultAwsRegionalEndpointsConfig = client.resolveDefaultAwsRegionalEndpointsConfig; | ||
| exports.resolveEndpoint = client.resolveEndpoint; | ||
| exports.setPartitionInfo = client.setPartitionInfo; | ||
| exports.toEndpointV1 = client.toEndpointV1; | ||
| exports.useDefaultPartitionInfo = client.useDefaultPartitionInfo; | ||
| exports.EndpointError = endpoints.EndpointError; | ||
| const { awsEndpointFunctions, getUserAgentPrefix, isIpAddress, partition, resolveDefaultAwsRegionalEndpointsConfig, resolveEndpoint, setPartitionInfo, toEndpointV1, useDefaultPartitionInfo } = require("@aws-sdk/core/client"); | ||
| exports.awsEndpointFunctions = awsEndpointFunctions; | ||
| exports.getUserAgentPrefix = getUserAgentPrefix; | ||
| exports.isIpAddress = isIpAddress; | ||
| exports.partition = partition; | ||
| exports.resolveDefaultAwsRegionalEndpointsConfig = resolveDefaultAwsRegionalEndpointsConfig; | ||
| exports.resolveEndpoint = resolveEndpoint; | ||
| exports.setPartitionInfo = setPartitionInfo; | ||
| exports.toEndpointV1 = toEndpointV1; | ||
| exports.useDefaultPartitionInfo = useDefaultPartitionInfo; | ||
| const { EndpointError } = require("@smithy/core/endpoints"); | ||
| exports.EndpointError = EndpointError; |
+5
-5
| { | ||
| "name": "@aws-sdk/util-endpoints", | ||
| "version": "3.996.19", | ||
| "version": "3.996.20", | ||
| "description": "Utilities to help with endpoint resolution", | ||
@@ -11,6 +11,6 @@ "main": "./dist-cjs/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", | ||
| "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo" | ||
| "build:types": "premove dist-types && tsc -p tsconfig.types.json", | ||
| "clean": "premove dist-cjs dist-es dist-types" | ||
| }, | ||
@@ -24,3 +24,3 @@ "sideEffects": true, | ||
| "dependencies": { | ||
| "@aws-sdk/core": "^3.974.20", | ||
| "@aws-sdk/core": "^3.974.21", | ||
| "@smithy/core": "^3.24.6", | ||
@@ -27,0 +27,0 @@ "tslib": "^2.6.2" |
15089
0.43%22
-4.35%Updated