@koderlabs/tasks-sdk-web-reporter 0.1.1 → 0.1.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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,11 @@ This package replaces the v0 `@koderlabs/tasks-widget`. The factory function `wi
9
9
  ## Install
10
10
 
11
11
  ```bash
12
+ npm install @koderlabs/tasks-sdk @koderlabs/tasks-sdk-web-reporter
13
+ # or
12
14
  pnpm add @koderlabs/tasks-sdk @koderlabs/tasks-sdk-web-reporter
15
+ # or
16
+ yarn add @koderlabs/tasks-sdk @koderlabs/tasks-sdk-web-reporter
13
17
  ```
14
18
 
15
19
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koderlabs/tasks-sdk-web-reporter",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Browser in-app bug-report modal + screenshot capture for the InstantTasks SDK.",
5
5
  "keywords": [
6
6
  "instanttasks",
@@ -41,7 +41,7 @@
41
41
  ],
42
42
  "sideEffects": true,
43
43
  "dependencies": {
44
- "@koderlabs/tasks-sdk": "0.1.1"
44
+ "@koderlabs/tasks-sdk": "0.1.2"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "html2canvas": "^1.4.1"