@synnaxlabs/client 0.17.1 → 0.17.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
- > @synnaxlabs/client@0.17.1 build /home/runner/work/synnax/synnax/client/ts
2
+ > @synnaxlabs/client@0.17.3 build /home/runner/work/synnax/synnax/client/ts
3
3
  > tsc --noEmit && vite build
4
4
 
5
5
  vite v5.1.2 building for production...
@@ -9,8 +9,8 @@ rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
- dist/client.js 531.66 kB │ gzip: 116.90 kB │ map: 1,195.36 kB
13
- [vite:dts] Declaration files built in 3719ms.
12
+ dist/client.js 531.80 kB │ gzip: 116.94 kB │ map: 1,195.62 kB
13
+ [vite:dts] Declaration files built in 3656ms.
14
14
  
15
- dist/client.cjs 350.69 kB │ gzip: 92.51 kB │ map: 1,140.46 kB
16
- ✓ built in 5.28s
15
+ dist/client.cjs 350.76 kB │ gzip: 92.53 kB │ map: 1,140.70 kB
16
+ ✓ built in 5.18s
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A client library for interacting with a Synnax cluster. It supports Typescript and can be used in both node and browser environments.
4
4
 
5
- Detailed documentation is available [here](https://docs.synnaxlabs.com/typescript-client/get-started]).
5
+ Detailed documentation is available [here](https://docs.synnaxlabs.com/typescript-client/get-started).
6
6
 
7
7
  ## Installation
8
8