@yanib/reverb-adapter-sdk 0.1.0 → 0.2.0

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 +3 -3
package/README.md CHANGED
@@ -5,7 +5,7 @@ Contract-adapter interfaces, validation, and admission helpers for Reverb.
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- pnpm add --save-exact @yanib/reverb-adapter-sdk@0.1.0
8
+ pnpm add --save-exact @yanib/reverb-adapter-sdk@0.2.0
9
9
  ```
10
10
 
11
11
  Import only the documented package root. See the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yanib/reverb-adapter-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Contract adapter interfaces and validation for Reverb",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -28,8 +28,8 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@yanib/reverb-domain": "0.1.0",
32
- "@yanib/reverb-schema": "0.1.0"
31
+ "@yanib/reverb-schema": "0.2.0",
32
+ "@yanib/reverb-domain": "0.2.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public",