@logtape/cloudwatch-logs 1.4.0-dev.466 → 2.0.0-dev.469

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,12 +9,12 @@ This package provides an [AWS CloudWatch Logs] sink for [LogTape]. It allows
9
9
  you to send your LogTape logs directly to AWS CloudWatch Logs with intelligent
10
10
  batching and error handling.
11
11
 
12
- [JSR]: https://jsr.io/@logtape/cloudwatch-logs
13
12
  [JSR badge]: https://jsr.io/badges/@logtape/cloudwatch-logs
14
- [npm]: https://www.npmjs.com/package/@logtape/cloudwatch-logs
13
+ [JSR]: https://jsr.io/@logtape/cloudwatch-logs
15
14
  [npm badge]: https://img.shields.io/npm/v/@logtape/cloudwatch-logs?logo=npm
16
- [GitHub Actions]: https://github.com/dahlia/logtape/actions/workflows/main.yaml
15
+ [npm]: https://www.npmjs.com/package/@logtape/cloudwatch-logs
17
16
  [GitHub Actions badge]: https://github.com/dahlia/logtape/actions/workflows/main.yaml/badge.svg
17
+ [GitHub Actions]: https://github.com/dahlia/logtape/actions/workflows/main.yaml
18
18
  [AWS CloudWatch Logs]: https://aws.amazon.com/cloudwatch/
19
19
  [LogTape]: https://logtape.org/
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/cloudwatch-logs",
3
- "version": "1.4.0-dev.466+6520471a",
3
+ "version": "2.0.0-dev.469+3c6fc1d7",
4
4
  "description": "AWS CloudWatch Logs sink for LogTape",
5
5
  "keywords": [
6
6
  "logging",
@@ -49,7 +49,7 @@
49
49
  "dist/"
50
50
  ],
51
51
  "peerDependencies": {
52
- "@logtape/logtape": "^1.4.0-dev.466+6520471a"
52
+ "@logtape/logtape": "^2.0.0-dev.469+3c6fc1d7"
53
53
  },
54
54
  "dependencies": {
55
55
  "@aws-sdk/client-cloudwatch-logs": "^3.0.0"