@xframework/better-auth 0.4.2 → 0.4.3

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.2 build /home/runner/work/x/x/packages/@xframework/better-auth
2
+ > @xframework/better-auth@0.4.3 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
@@ -10,18 +10,18 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- CJS dist/client.cjs 1.37 KB
14
- CJS dist/server.cjs 1.34 KB
15
- CJS dist/client.cjs.map 807.00 B
16
- CJS dist/server.cjs.map 751.00 B
17
- CJS ⚡️ Build success in 40ms
18
13
  ESM dist/client.js 345.00 B
19
14
  ESM dist/server.js 315.00 B
20
15
  ESM dist/client.js.map 767.00 B
21
16
  ESM dist/server.js.map 711.00 B
22
- ESM ⚡️ Build success in 40ms
17
+ ESM ⚡️ Build success in 34ms
18
+ CJS dist/client.cjs 1.37 KB
19
+ CJS dist/server.cjs 1.34 KB
20
+ CJS dist/client.cjs.map 807.00 B
21
+ CJS dist/server.cjs.map 751.00 B
22
+ CJS ⚡️ Build success in 34ms
23
23
  DTS Build start
24
- DTS ⚡️ Build success in 9325ms
24
+ DTS ⚡️ Build success in 9733ms
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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - @xframework/x@0.4.3
8
+
3
9
  ## 0.4.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xframework/better-auth",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
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.2"
21
+ "@xframework/x": "0.4.3"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "better-auth": ">=1.0.0"