@aws-sdk/endpoint-cache 3.723.0 → 3.873.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.
package/dist-cjs/index.js CHANGED
@@ -29,11 +29,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
30
 
31
31
  // src/index.ts
32
- var src_exports = {};
33
- __export(src_exports, {
32
+ var index_exports = {};
33
+ __export(index_exports, {
34
34
  EndpointCache: () => EndpointCache
35
35
  });
36
- module.exports = __toCommonJS(src_exports);
36
+ module.exports = __toCommonJS(index_exports);
37
37
 
38
38
  // src/EndpointCache.ts
39
39
  var import_lru_cache = __toESM(require("mnemonist/lru-cache"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/endpoint-cache",
3
- "version": "3.723.0",
3
+ "version": "3.873.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline endpoint-cache",
@@ -30,7 +30,7 @@
30
30
  "concurrently": "7.0.0",
31
31
  "downlevel-dts": "0.10.1",
32
32
  "rimraf": "3.0.2",
33
- "typescript": "~5.2.2"
33
+ "typescript": "~5.8.3"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">=18.0.0"