Skip to content

Commit

Permalink
chore: pubspec change
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Nov 17, 2023
1 parent 720b585 commit de6b723
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,14 @@ updates:
update-types:
- "version-update:semver-patch"
# Ignore all repo packages
- dependency-name: "amplify_logging_cloudwatch_dart"
- dependency-name: "amplify_core"
- dependency-name: "aws_common"
- dependency-name: "amplify_lints"
- dependency-name: "aws_signature_v4"
- dependency-name: "amplify_db_common_dart"
- dependency-name: "smithy"
- dependency-name: "smithy_aws"
# Group dependencies which have a constraint set in the global "pubspec.yaml"
groups:
build_runner:
Expand All @@ -1980,7 +1987,14 @@ updates:
update-types:
- "version-update:semver-patch"
# Ignore all repo packages
- dependency-name: "amplify_logging_cloudwatch_dart"
- dependency-name: "amplify_core"
- dependency-name: "aws_common"
- dependency-name: "amplify_lints"
- dependency-name: "aws_signature_v4"
- dependency-name: "amplify_db_common_dart"
- dependency-name: "smithy"
- dependency-name: "smithy_aws"
# Group dependencies which have a constraint set in the global "pubspec.yaml"
groups:
build_runner:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
const loggingconfig = '''{
"plugins": {
"cloudWatchLoggerPluginConfiguration": {
"enable": true,
"logGroupName": "<log-group>",
"region": "<region>",
"logGroupName": "test-logging-log-group",
"region": "us-west-2",
"localStoreMaxSizeInMB": 5,
"flushIntervalInSeconds": 60,
"defaultRemoteConfiguration": {
"endpoint": "https://<restApiId>.execute-api.<region>.amazonaws.com/prod/loggingconstraints",
"refreshIntervalInSeconds": 1200
},
"loggingConstraints": {
"defaultLogLevel": "ERROR",
"categoryLogLevel": {
Expand All @@ -24,4 +22,6 @@ const loggingconfig = '''{
}
}
}
}
}
}''';
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: "^3.0.0"

dependencies:
aws_logging_cloudwatch:
amplify_logging_cloudwatch_dart:
path: ../

dev_dependencies:
Expand Down

0 comments on commit de6b723

Please sign in to comment.