@aws-sdk/util-endpoints 3.996.0 → 3.996.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- import { EndpointFunctions } from "@smithy/util-endpoints";
1
+ import type { EndpointFunctions } from "@smithy/util-endpoints";
2
2
  export declare const awsEndpointFunctions: EndpointFunctions;
@@ -1,4 +1,4 @@
1
- import { EndpointARN } from "@smithy/types";
1
+ import type { EndpointARN } from "@smithy/types";
2
2
  /**
3
3
  * Evaluates a single string argument value, and returns an object containing
4
4
  * details about the parsed ARN.
@@ -1,4 +1,4 @@
1
- import { EndpointPartition } from "@smithy/types";
1
+ import type { EndpointPartition } from "@smithy/types";
2
2
  export type PartitionsInfo = {
3
3
  partitions: Array<{
4
4
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.996.0",
3
+ "version": "3.996.2",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.1",
29
- "@smithy/types": "^4.12.0",
30
- "@smithy/url-parser": "^4.2.8",
31
- "@smithy/util-endpoints": "^3.2.8",
28
+ "@aws-sdk/types": "^3.973.3",
29
+ "@smithy/types": "^4.13.0",
30
+ "@smithy/url-parser": "^4.2.10",
31
+ "@smithy/util-endpoints": "^3.3.1",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "engines": {