@aws-amplify/amplify-cli-logger
Advanced tools
Comparing version 1.3.3-replace-lambda-callouts-tests.0 to 1.3.3-yarn-berry.0
@@ -6,3 +6,3 @@ # Change Log | ||
## [1.3.3-replace-lambda-callouts-tests.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-cli-logger@1.3.2...@aws-amplify/amplify-cli-logger@1.3.3-replace-lambda-callouts-tests.0) (2023-05-02) | ||
## [1.3.3-yarn-berry.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-cli-logger@1.3.2...@aws-amplify/amplify-cli-logger@1.3.3-yarn-berry.0) (2023-05-19) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @aws-amplify/amplify-cli-logger |
{ | ||
"name": "@aws-amplify/amplify-cli-logger", | ||
"version": "1.3.3-replace-lambda-callouts-tests.0", | ||
"version": "1.3.3-yarn-berry.0", | ||
"description": "Amplify CLI Logger", | ||
@@ -54,3 +54,8 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "e22b2801d0c19881e97c364fff253b75381e3f54" | ||
"berry": { | ||
"plugins": [ | ||
"@yarn/plugin-typescript" | ||
] | ||
}, | ||
"gitHead": "a5471fc9f5af023080c7a38f55e529633719c57d" | ||
} |
@@ -47,5 +47,5 @@ import { Redactor } from '../Redactor'; | ||
expect(redactedAuth.hostedUIProviderCreds).toMatchInlineSnapshot( | ||
`"\\"ProviderName\\":\\"[***]book\\",\\"client_id\\":\\"[***]ntIdTest\\",\\"client_secret\\":\\"[***]SecretTest\\""`, | ||
`""ProviderName":"[***]book","client_id":"[***]ntIdTest","client_secret":"[***]SecretTest""`, | ||
); | ||
}); | ||
}); |
Sorry, the diff of this file is not supported yet
119675