@koderlabs/tasks-sdk 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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -10,10 +10,10 @@ backoff, and the platform abstractions every other package plugs into.
10
10
  ## Install
11
11
 
12
12
  ```bash
13
- pnpm add @koderlabs/tasks-sdk
14
- # or
15
13
  npm install @koderlabs/tasks-sdk
16
14
  # or
15
+ pnpm add @koderlabs/tasks-sdk
16
+ # or
17
17
  yarn add @koderlabs/tasks-sdk
18
18
  ```
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koderlabs/tasks-sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "InstantTasks SDK — platform-agnostic event + span client.",
5
5
  "keywords": [
6
6
  "instanttasks",
@@ -40,7 +40,7 @@
40
40
  ],
41
41
  "sideEffects": false,
42
42
  "dependencies": {
43
- "@koderlabs/tasks-sdk-types": "0.1.1"
43
+ "@koderlabs/tasks-sdk-types": "0.1.2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "tsup": "^8.3.0",