@synnaxlabs/x 0.53.0 → 0.53.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
- > @synnaxlabs/x@0.53.0 build /home/runner/work/synnax/synnax/x/ts
2
+ > @synnaxlabs/x@0.53.1 build /home/runner/work/synnax/synnax/x/ts
3
3
  > tsc --noEmit && vite build
4
4
 
5
5
   Synnax - Production mode
@@ -11,7 +11,7 @@ rendering chunks...
11
11
  [vite:dts] Start generate declaration files...
12
12
  computing gzip size...
13
13
  dist/x.js 185.34 kB │ gzip: 45.40 kB
14
- [vite:dts] Declaration files built in 4779ms.
14
+ [vite:dts] Declaration files built in 4647ms.
15
15
  
16
16
  dist/x.cjs 103.52 kB │ gzip: 32.29 kB
17
- ✓ built in 5.47s
17
+ ✓ built in 5.28s
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synnaxlabs/x",
3
- "version": "0.53.0",
3
+ "version": "0.53.1",
4
4
  "type": "module",
5
5
  "description": "Common Utilities for Synnax Labs",
6
6
  "repository": "https://github.com/synnaxlabs/synnax/tree/main/x/ts",
@@ -27,8 +27,8 @@
27
27
  "vite": "^7.3.1",
28
28
  "vitest": "^3.2.4",
29
29
  "@synnaxlabs/eslint-config": "^0.0.0",
30
- "@synnaxlabs/tsconfig": "^0.0.0",
31
- "@synnaxlabs/vite-plugin": "^0.0.0"
30
+ "@synnaxlabs/vite-plugin": "^0.0.0",
31
+ "@synnaxlabs/tsconfig": "^0.0.0"
32
32
  },
33
33
  "main": "dist/x.cjs",
34
34
  "module": "dist/x.js",