@loglayer/transport-axiom 1.0.0 → 1.0.2

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 +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -9,7 +9,7 @@ A transport for sending logs to [Axiom.co](https://axiom.co) with the [LogLayer]
9
9
  ## Installation
10
10
 
11
11
  ```bash
12
- npm install @loglayer/transport-axiom @axiomhq/js serialize-error
12
+ npm install @loglayer/transport-axiom @axiomhq/js serialize-error loglayer
13
13
  ```
14
14
 
15
15
  ## Usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loglayer/transport-axiom",
3
- "description": "Axiom.co transport for the loglayer logging library.",
4
- "version": "1.0.0",
3
+ "description": "Axiom.co transport for the LogLayer logging library.",
4
+ "version": "1.0.2",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -28,16 +28,16 @@
28
28
  "transport"
29
29
  ],
30
30
  "dependencies": {
31
- "@loglayer/transport": "1.2.2"
31
+ "@loglayer/transport": "1.2.4"
32
32
  },
33
33
  "devDependencies": {
34
34
  "hash-runner": "2.0.1",
35
- "@types/node": "22.10.7",
35
+ "@types/node": "22.10.10",
36
36
  "tsup": "8.3.5",
37
37
  "typescript": "5.7.3",
38
- "vitest": "3.0.2",
38
+ "vitest": "3.0.4",
39
39
  "tsx": "4.19.2",
40
- "loglayer": "5.4.0",
40
+ "loglayer": "5.5.1",
41
41
  "@internal/tsconfig": "1.0.0"
42
42
  },
43
43
  "peerDependencies": {