@aws-sdk/endpoint-cache 3.495.0 → 3.535.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 +2 -0
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -130,6 +130,8 @@ var _EndpointCache = class _EndpointCache {
|
|
|
130
130
|
__name(_EndpointCache, "EndpointCache");
|
|
131
131
|
var EndpointCache = _EndpointCache;
|
|
132
132
|
// Annotate the CommonJS export names for ESM import in node:
|
|
133
|
+
|
|
133
134
|
0 && (module.exports = {
|
|
134
135
|
EndpointCache
|
|
135
136
|
});
|
|
137
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/endpoint-cache",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.535.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"types": "./dist-types/index.d.ts",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"mnemonist": "0.38.3",
|
|
24
|
-
"tslib": "^2.
|
|
24
|
+
"tslib": "^2.6.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@tsconfig/recommended": "1.0.1",
|