Skip to content

Commit

Permalink
bump the package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakhi Mundhada authored and Rakhi Mundhada committed Oct 8, 2024
1 parent 53f29ac commit edca08b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"Type": "String"
},
"LogNameFilters": {
"Description": "A JSON list of Google Cloud log names used to filter logs. The format should be 'service.googleapis.com%2Flog_type', for example: 'compute.googleapis.com%2Factivity_log'.",
"Description": "A JSON list of Google Cloud log names used to filter logs. The format should be 'service.googleapis.com%2Flog_type', for example: 'cloudaudit.googleapis.com%2Factivity'.",
"Type": "String"
},
"CollectionStartTs": {
Expand Down
32 changes: 16 additions & 16 deletions collectors/googlestackdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "googlestackdriver-collector",
"version": "1.2.14",
"version": "1.2.15",
"description": "Alert Logic AWS based Googlestackdriver Log Collector",
"repository": {},
"private": true,
Expand All @@ -9,28 +9,28 @@
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=text mocha --colors"
},
"devDependencies": {
"@aws-sdk/client-cloudformation": "^3.632.0",
"@aws-sdk/client-cloudwatch": "^3.632.0",
"@aws-sdk/client-dynamodb": "^3.632.0",
"@aws-sdk/client-kms": "^3.632.0",
"@aws-sdk/client-lambda": "^3.632.0",
"@aws-sdk/client-s3": "^3.633.0",
"@aws-sdk/client-sqs": "^3.632.0",
"@aws-sdk/client-ssm": "^3.632.0",
"@aws-sdk/client-cloudformation": "^3.666.0",
"@aws-sdk/client-cloudwatch": "^3.666.0",
"@aws-sdk/client-dynamodb": "^3.666.0",
"@aws-sdk/client-kms": "^3.666.0",
"@aws-sdk/client-lambda": "^3.666.0",
"@aws-sdk/client-s3": "^3.666.0",
"@aws-sdk/client-sqs": "^3.666.0",
"@aws-sdk/client-ssm": "^3.666.0",
"jshint": "^2.13.6",
"mocha": "^10.7.3",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^17.0.0",
"nyc": "^17.1.0",
"rewire": "^7.0.0",
"sinon": "^18.0.0"
"sinon": "^19.0.2"
},
"dependencies": {
"@alertlogic/al-collector-js": "3.0.12",
"@alertlogic/al-collector-js": "3.0.14",
"@alertlogic/paws-collector": "2.2.5",
"async": "^3.2.5",
"debug": "^4.3.6",
"google-auth-library": "^9.13.0",
"googleapis": "^140.0.1",
"async": "^3.2.6",
"debug": "^4.3.7",
"google-auth-library": "^9.14.1",
"googleapis": "^144.0.0",
"moment": "2.30.1"
},
"author": "Alert Logic Inc."
Expand Down

0 comments on commit edca08b

Please sign in to comment.