@beff/client 0.0.123 → 0.0.125

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/CHANGELOG.md +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @beff/client
2
2
 
3
+ ## 0.0.125
4
+
5
+ ### Patch Changes
6
+
7
+ - Support K in String record construction
8
+ - Updated dependencies
9
+ - @beff/cli@0.0.125
10
+
11
+ ## 0.0.124
12
+
13
+ ### Patch Changes
14
+
15
+ - parse tsx files
16
+ - Updated dependencies
17
+ - @beff/cli@0.0.124
18
+
3
19
  ## 0.0.123
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beff/client",
3
- "version": "0.0.123",
3
+ "version": "0.0.125",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "exports": {
@@ -21,7 +21,7 @@
21
21
  "author": "",
22
22
  "license": "ISC",
23
23
  "dependencies": {
24
- "@beff/cli": "^0.0.123"
24
+ "@beff/cli": "^0.0.125"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "zod": "^3.23.5"