@lahin31/debugcontext-core 0.1.0 → 0.1.1

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 (1) hide show
  1. package/package.json +20 -6
package/package.json CHANGED
@@ -1,22 +1,36 @@
1
1
  {
2
2
  "name": "@lahin31/debugcontext-core",
3
- "version": "0.1.0",
4
- "description": "Zero-configuration debugging context SDK for Node.js",
3
+ "version": "0.1.1",
4
+ "description": "Zero-configuration debugging context SDK for Node.js — automatically captures request, runtime, system, git, and error context on every thrown error.",
5
5
  "keywords": [
6
6
  "debugging",
7
7
  "error",
8
- "context",
8
+ "error-context",
9
9
  "incident",
10
10
  "nodejs",
11
- "typescript"
11
+ "typescript",
12
+ "sdk",
13
+ "express",
14
+ "zero-config",
15
+ "developer-tools",
16
+ "observability",
17
+ "stack-trace",
18
+ "request-context"
12
19
  ],
13
- "author": "DebugContext Contributors",
20
+ "author": {
21
+ "name": "lahin31",
22
+ "url": "https://github.com/lahin31"
23
+ },
14
24
  "license": "MIT",
15
25
  "repository": {
16
26
  "type": "git",
17
- "url": "https://github.com/debugcontext/debugcontext",
27
+ "url": "git+https://github.com/lahin31/debugcontext.git",
18
28
  "directory": "packages/core"
19
29
  },
30
+ "bugs": {
31
+ "url": "https://github.com/lahin31/debugcontext/issues"
32
+ },
33
+ "homepage": "https://github.com/lahin31/debugcontext#readme",
20
34
  "type": "module",
21
35
  "main": "./dist/index.cjs",
22
36
  "module": "./dist/index.js",