@aws-sdk/credential-provider-cognito-identity 3.864.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-cognito-identity",
|
|
3
|
-
"version": "3.
|
|
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 credential-provider-cognito-identity",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
12
12
|
"test": "yarn g:vitest run && yarn test:browser",
|
|
13
13
|
"test:watch": "yarn g:vitest watch",
|
|
14
|
-
"test:browser": "yarn g:vitest run -c vitest.config.browser.
|
|
15
|
-
"test:browser:watch": "yarn g:vitest watch -c vitest.config.browser.
|
|
14
|
+
"test:browser": "yarn g:vitest run -c vitest.config.browser.mts",
|
|
15
|
+
"test:browser:watch": "yarn g:vitest watch -c vitest.config.browser.mts"
|
|
16
16
|
},
|
|
17
17
|
"main": "./dist-cjs/index.js",
|
|
18
18
|
"module": "./dist-es/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/client-cognito-identity": "3.
|
|
27
|
+
"@aws-sdk/client-cognito-identity": "3.873.0",
|
|
28
28
|
"@aws-sdk/types": "3.862.0",
|
|
29
29
|
"@smithy/property-provider": "^4.0.5",
|
|
30
30
|
"@smithy/types": "^4.3.2",
|