@synnaxlabs/client 0.54.2 → 0.55.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 (46) hide show
  1. package/.turbo/turbo-build.log +6 -6
  2. package/dist/client.cjs +28 -34
  3. package/dist/client.js +5341 -5193
  4. package/dist/src/arc/arc.spec.d.ts +2 -0
  5. package/dist/src/arc/arc.spec.d.ts.map +1 -0
  6. package/dist/src/arc/graph/types.gen.d.ts +20 -20
  7. package/dist/src/arc/ir/types.gen.d.ts +145 -176
  8. package/dist/src/arc/ir/types.gen.d.ts.map +1 -1
  9. package/dist/src/arc/module/types.gen.d.ts +46 -65
  10. package/dist/src/arc/module/types.gen.d.ts.map +1 -1
  11. package/dist/src/arc/program/types.gen.d.ts +46 -65
  12. package/dist/src/arc/program/types.gen.d.ts.map +1 -1
  13. package/dist/src/arc/types.gen.d.ts +86 -105
  14. package/dist/src/arc/types.gen.d.ts.map +1 -1
  15. package/dist/src/auth/auth.d.ts.map +1 -1
  16. package/dist/src/channel/types.gen.d.ts.map +1 -1
  17. package/dist/src/client.d.ts +5 -0
  18. package/dist/src/client.d.ts.map +1 -1
  19. package/dist/src/connection/checker.d.ts +17 -2
  20. package/dist/src/connection/checker.d.ts.map +1 -1
  21. package/dist/src/control/state.d.ts.map +1 -1
  22. package/dist/src/framer/client.d.ts.map +1 -1
  23. package/dist/src/task/client.d.ts.map +1 -1
  24. package/package.json +10 -10
  25. package/src/arc/arc.spec.ts +44 -0
  26. package/src/arc/ir/types.gen.ts +101 -47
  27. package/src/auth/auth.ts +13 -1
  28. package/src/channel/channel.spec.ts +13 -0
  29. package/src/channel/types.gen.ts +1 -2
  30. package/src/client.ts +3 -0
  31. package/src/connection/checker.ts +44 -5
  32. package/src/connection/connection.spec.ts +67 -2
  33. package/src/control/state.ts +5 -4
  34. package/src/device/device.spec.ts +7 -5
  35. package/src/framer/client.ts +12 -0
  36. package/src/framer/writer.spec.ts +144 -1
  37. package/src/label/label.spec.ts +12 -0
  38. package/src/ontology/ontology.spec.ts +10 -0
  39. package/src/rack/rack.spec.ts +12 -1
  40. package/src/ranger/ranger.spec.ts +12 -0
  41. package/src/schematic/symbol/client.spec.ts +33 -9
  42. package/src/status/status.spec.ts +7 -6
  43. package/src/task/client.ts +7 -9
  44. package/src/task/task.spec.ts +15 -1
  45. package/src/view/view.spec.ts +9 -5
  46. package/src/workspace/workspace.spec.ts +14 -1
@@ -1,23 +1,23 @@
1
1
 
2
- > @synnaxlabs/client@0.54.2 build /home/runner/work/synnax/synnax/client/ts
2
+ > @synnaxlabs/client@0.55.0 build /home/runner/work/synnax/synnax/client/ts
3
3
  > tsc --noEmit && vite build
4
4
 
5
5
   Synnax - Production mode
6
- vite v8.0.3 building client environment for production...
6
+ vite v8.0.8 building client environment for production...
7
7
  
8
8
  rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
- [vite:dts] Declaration files built in 5597ms.
11
+ [vite:dts] Declaration files built in 5751ms.
12
12
  
13
13
  computing gzip size...
14
- dist/client.js 396.42 kB │ gzip: 100.86 kB
14
+ dist/client.js 401.40 kB │ gzip: 102.29 kB
15
15
 
16
16
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
17
17
  
18
18
  
19
19
  rendering chunks...
20
20
  computing gzip size...
21
- dist/client.cjs 317.71 kB │ gzip: 91.58 kB
21
+ dist/client.cjs 321.62 kB │ gzip: 92.79 kB
22
22
 
23
- ✓ built in 6.27s
23
+ ✓ built in 6.42s