@koderlabs/tasks-sdk-web-errors 0.1.1 → 0.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,7 +9,11 @@ Registered as an integration against the core SDK client.
9
9
  ## Install
10
10
 
11
11
  ```bash
12
+ npm install @koderlabs/tasks-sdk @koderlabs/tasks-sdk-web-errors
13
+ # or
12
14
  pnpm add @koderlabs/tasks-sdk @koderlabs/tasks-sdk-web-errors
15
+ # or
16
+ yarn add @koderlabs/tasks-sdk @koderlabs/tasks-sdk-web-errors
13
17
  ```
14
18
 
15
19
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koderlabs/tasks-sdk-web-errors",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Browser error capture for the InstantTasks SDK — window.onerror + unhandledrejection + console breadcrumbs.",
5
5
  "keywords": [
6
6
  "instanttasks",
@@ -40,8 +40,8 @@
40
40
  ],
41
41
  "sideEffects": false,
42
42
  "dependencies": {
43
- "@koderlabs/tasks-sdk": "0.1.1",
44
- "@koderlabs/tasks-sdk-types": "0.1.1"
43
+ "@koderlabs/tasks-sdk": "0.1.3",
44
+ "@koderlabs/tasks-sdk-types": "0.1.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "tsup": "^8.3.0",