@loglayer/transport-google-cloud-logging 1.1.1 → 1.1.3
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/README.md +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/@loglayer/transport-google-cloud-logging)
|
|
5
5
|
[](http://www.typescriptlang.org/)
|
|
6
6
|
|
|
7
|
-
Implements the [Google Cloud Logging library](https://www.npmjs.com/package/@google-cloud/logging) for use with [LogLayer](https://loglayer.dev).
|
|
7
|
+
Implements the [Google Cloud Logging library](https://www.npmjs.com/package/@google-cloud/logging) for use with the [LogLayer](https://loglayer.dev) logging library.
|
|
8
8
|
|
|
9
9
|
This transport sends logs to [Google Cloud Logging](https://cloud.google.com/logging) (formerly known as Stackdriver Logging).
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loglayer/transport-google-cloud-logging",
|
|
3
|
-
"description": "Google Cloud Logging (Stackdriver) transport for
|
|
4
|
-
"version": "1.1.
|
|
3
|
+
"description": "Google Cloud Logging (Stackdriver) transport for the LogLayer logging library.",
|
|
4
|
+
"version": "1.1.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"transport"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@loglayer/transport": "1.2.
|
|
32
|
+
"@loglayer/transport": "1.2.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"hash-runner": "2.0.1",
|
|
36
|
-
"@types/node": "22.10.
|
|
37
|
-
"serialize-error": "
|
|
36
|
+
"@types/node": "22.10.10",
|
|
37
|
+
"serialize-error": "12.0.0",
|
|
38
38
|
"tsup": "8.3.5",
|
|
39
|
-
"typescript": "5.7.
|
|
40
|
-
"vitest": "
|
|
39
|
+
"typescript": "5.7.3",
|
|
40
|
+
"vitest": "3.0.4",
|
|
41
41
|
"tsx": "4.19.2",
|
|
42
|
-
"loglayer": "5.
|
|
42
|
+
"loglayer": "5.5.0",
|
|
43
43
|
"@internal/tsconfig": "1.0.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|