@smithy/property-provider 2.1.0 → 2.1.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.
- package/dist-cjs/index.js +2 -0
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -138,6 +138,7 @@ var memoize = /* @__PURE__ */ __name((provider, isExpired, requiresRefresh) => {
|
|
|
138
138
|
};
|
|
139
139
|
}, "memoize");
|
|
140
140
|
// Annotate the CommonJS export names for ESM import in node:
|
|
141
|
+
|
|
141
142
|
0 && (module.exports = {
|
|
142
143
|
CredentialsProviderError,
|
|
143
144
|
ProviderError,
|
|
@@ -146,3 +147,4 @@ var memoize = /* @__PURE__ */ __name((provider, isExpired, requiresRefresh) => {
|
|
|
146
147
|
fromStatic,
|
|
147
148
|
memoize
|
|
148
149
|
});
|
|
150
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/property-provider",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline property-provider",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@smithy/types": "^2.
|
|
25
|
+
"@smithy/types": "^2.10.0",
|
|
26
26
|
"tslib": "^2.5.0"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|