@synnaxlabs/client 0.39.0 → 0.41.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.
- package/.turbo/turbo-build.log +6 -6
- package/dist/client.cjs +26 -26
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +2424 -2389
- package/dist/control/state.d.ts.map +1 -1
- package/dist/framer/deleter.d.ts.map +1 -1
- package/dist/framer/frame.d.ts.map +1 -1
- package/dist/framer/writer.d.ts.map +1 -1
- package/dist/hardware/device/client.d.ts +23 -7
- package/dist/hardware/device/client.d.ts.map +1 -1
- package/dist/hardware/device/payload.d.ts +64 -1
- package/dist/hardware/device/payload.d.ts.map +1 -1
- package/dist/hardware/rack/client.d.ts +12 -5
- package/dist/hardware/rack/client.d.ts.map +1 -1
- package/dist/hardware/rack/payload.d.ts +109 -0
- package/dist/hardware/rack/payload.d.ts.map +1 -1
- package/dist/hardware/task/payload.d.ts +1 -1
- package/dist/ranger/client.d.ts +3 -0
- package/dist/ranger/client.d.ts.map +1 -1
- package/dist/ranger/payload.d.ts.map +1 -1
- package/dist/ranger/writer.d.ts.map +1 -1
- package/package.json +9 -9
- package/src/client.ts +1 -1
- package/src/control/state.spec.ts +1 -2
- package/src/framer/streamer.spec.ts +0 -9
- package/src/hardware/device/client.ts +45 -10
- package/src/hardware/device/device.spec.ts +150 -0
- package/src/hardware/device/payload.ts +16 -1
- package/src/hardware/rack/client.ts +48 -8
- package/src/hardware/rack/payload.ts +16 -1
- package/src/hardware/rack/rack.spec.ts +36 -0
- package/src/hardware/task/task.spec.ts +8 -5
- package/src/ranger/client.ts +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
|
-
> @synnaxlabs/client@0.
|
|
2
|
+
> @synnaxlabs/client@0.41.0 build /home/runner/work/synnax/synnax/client/ts
|
|
3
3
|
> tsc --noEmit && vite build
|
|
4
4
|
|
|
5
5
|
[34m Synnax - Production mode[0m
|
|
6
|
-
[36mvite v6.2.
|
|
6
|
+
[36mvite v6.2.5 [32mbuilding for production...[36m[39m
|
|
7
7
|
transforming...
|
|
8
8
|
[32m✓[39m 146 modules transformed.
|
|
9
9
|
rendering chunks...
|
|
10
10
|
|
|
11
11
|
[vite:dts] Start generate declaration files...
|
|
12
12
|
computing gzip size...
|
|
13
|
-
[2mdist/[22m[36mclient.js [39m[1m[
|
|
14
|
-
[vite:dts] Declaration files built in
|
|
13
|
+
[2mdist/[22m[36mclient.js [39m[1m[2m305.73 kB[22m[1m[22m[2m │ gzip: 71.26 kB[22m
|
|
14
|
+
[vite:dts] Declaration files built in 4521ms.
|
|
15
15
|
|
|
16
|
-
[2mdist/[22m[36mclient.cjs [39m[1m[
|
|
17
|
-
[32m✓ built in 5.
|
|
16
|
+
[2mdist/[22m[36mclient.cjs [39m[1m[2m194.96 kB[22m[1m[22m[2m │ gzip: 53.46 kB[22m
|
|
17
|
+
[32m✓ built in 5.47s[39m
|