@aws-sdk/token-providers 3.437.0 → 3.449.0

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.
@@ -32,7 +32,7 @@ const smithy_client_2 = require("@smithy/smithy-client");
32
32
  const url_parser_1 = require("@smithy/url-parser");
33
33
  const util_base64_1 = require("@smithy/util-base64");
34
34
  const util_utf8_1 = require("@smithy/util-utf8");
35
- const util_endpoints_1 = require("@aws-sdk/util-endpoints");
35
+ const util_endpoints_1 = require("@smithy/util-endpoints");
36
36
  var s = "required";
37
37
  var t = "fn";
38
38
  var u = "argv";
@@ -28,7 +28,7 @@ import { NoOpLogger } from "@smithy/smithy-client";
28
28
  import { parseUrl } from "@smithy/url-parser";
29
29
  import { fromBase64, toBase64 } from "@smithy/util-base64";
30
30
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
31
- import { resolveEndpoint } from "@aws-sdk/util-endpoints";
31
+ import { resolveEndpoint } from "@smithy/util-endpoints";
32
32
  var s = "required";
33
33
  var t = "fn";
34
34
  var u = "argv";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.437.0",
3
+ "version": "3.449.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,15 +29,15 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "3.0.0",
31
31
  "@aws-crypto/sha256-js": "3.0.0",
32
- "@aws-sdk/middleware-host-header": "3.433.0",
33
- "@aws-sdk/middleware-logger": "3.433.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.433.0",
35
- "@aws-sdk/middleware-user-agent": "3.433.0",
32
+ "@aws-sdk/middleware-host-header": "3.449.0",
33
+ "@aws-sdk/middleware-logger": "3.449.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.449.0",
35
+ "@aws-sdk/middleware-user-agent": "3.449.0",
36
36
  "@aws-sdk/region-config-resolver": "3.433.0",
37
- "@aws-sdk/types": "3.433.0",
38
- "@aws-sdk/util-endpoints": "3.433.0",
39
- "@aws-sdk/util-user-agent-browser": "3.433.0",
40
- "@aws-sdk/util-user-agent-node": "3.437.0",
37
+ "@aws-sdk/types": "3.449.0",
38
+ "@aws-sdk/util-endpoints": "3.449.0",
39
+ "@aws-sdk/util-user-agent-browser": "3.449.0",
40
+ "@aws-sdk/util-user-agent-node": "3.449.0",
41
41
  "@smithy/config-resolver": "^2.0.16",
42
42
  "@smithy/fetch-http-handler": "^2.2.4",
43
43
  "@smithy/hash-node": "^2.0.12",
@@ -60,6 +60,7 @@
60
60
  "@smithy/util-body-length-node": "^2.1.0",
61
61
  "@smithy/util-defaults-mode-browser": "^2.0.16",
62
62
  "@smithy/util-defaults-mode-node": "^2.0.21",
63
+ "@smithy/util-endpoints": "^1.0.2",
63
64
  "@smithy/util-retry": "^2.0.5",
64
65
  "@smithy/util-utf8": "^2.0.0",
65
66
  "tslib": "^2.5.0"
@@ -91,7 +92,8 @@
91
92
  "./dist-es/bundle/client-sso-oidc-node": "./dist-es/bundle/client-sso-oidc-browser"
92
93
  },
93
94
  "react-native": {
94
- "./dist-es/bundle/client-sso-oidc-node": "./dist-es/bundle/client-sso-oidc-browser"
95
+ "./dist-es/bundle/client-sso-oidc-node": "./dist-es/bundle/client-sso-oidc-browser",
96
+ "./dist-cjs/bundle/client-sso-oidc-node": "./dist-cjs/bundle/client-sso-oidc-browser"
95
97
  },
96
98
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/token-providers",
97
99
  "repository": {