@yanib/reverb-adapter-typescript 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 @@ TypeScript and npm contract analysis for Reverb.
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- pnpm add --save-exact @yanib/reverb-adapter-typescript@0.1.0
8
+ pnpm add --save-exact @yanib/reverb-adapter-typescript@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-typescript",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "TypeScript and npm contract adapter for Reverb",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "typescript": "5.9.2",
32
- "@yanib/reverb-adapter-sdk": "0.1.0",
33
- "@yanib/reverb-domain": "0.1.0"
32
+ "@yanib/reverb-adapter-sdk": "0.2.0",
33
+ "@yanib/reverb-domain": "0.2.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public",