@xframework/better-auth 0.4.0 → 0.4.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @xframework/better-auth@0.4.0 build /home/runner/work/x/x/packages/@xframework/better-auth
2
+ > @xframework/better-auth@0.4.1 build /home/runner/work/x/x/packages/@xframework/better-auth
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/client.ts, src/server.ts
@@ -14,14 +14,14 @@
14
14
  CJS dist/server.cjs 1.34 KB
15
15
  CJS dist/client.cjs.map 807.00 B
16
16
  CJS dist/server.cjs.map 751.00 B
17
- CJS ⚡️ Build success in 44ms
17
+ CJS ⚡️ Build success in 32ms
18
18
  ESM dist/client.js 345.00 B
19
19
  ESM dist/server.js 315.00 B
20
20
  ESM dist/client.js.map 767.00 B
21
21
  ESM dist/server.js.map 711.00 B
22
- ESM ⚡️ Build success in 44ms
22
+ ESM ⚡️ Build success in 33ms
23
23
  DTS Build start
24
- DTS ⚡️ Build success in 8181ms
24
+ DTS ⚡️ Build success in 9586ms
25
25
  DTS dist/client.d.cts 464.00 B
26
26
  DTS dist/server.d.cts 427.00 B
27
27
  DTS dist/client.d.ts 464.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @xframework/better-auth
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @xframework/x@0.4.1
8
+
3
9
  ## 0.4.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xframework/better-auth",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./client": {
@@ -18,7 +18,7 @@
18
18
  "access": "public"
19
19
  },
20
20
  "dependencies": {
21
- "@xframework/x": "0.4.0"
21
+ "@xframework/x": "0.4.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "better-auth": ">=1.0.0"