@synnaxlabs/x 0.9.0 → 0.10.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.
@@ -1,17 +1,17 @@
1
1
 
2
- > @synnaxlabs/x@0.9.0 build /Users/emilianobonilla/Desktop/synnaxlabs/synnax/x/ts
2
+ > @synnaxlabs/x@0.10.0 build /home/runner/work/synnax/synnax/x/ts
3
3
  > vite build
4
4
 
5
- vite v5.1.2 building for production...
5
+ vite v5.1.2 building for production...
6
6
  transforming...
7
- [plugin:vite:resolve] Module "crypto" has been externalized for browser compatibility, imported by "/Users/emilianobonilla/Desktop/synnaxlabs/synnax/node_modules/.pnpm/nanoid@3.0.0/node_modules/nanoid/index.js". See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
8
- 116 modules transformed.
7
+ [plugin:vite:resolve] Module "crypto" has been externalized for browser compatibility, imported by "/home/runner/work/synnax/synnax/node_modules/.pnpm/nanoid@3.0.0/node_modules/nanoid/index.js". See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
8
+ ✓ 116 modules transformed.
9
9
  rendering chunks...
10
-
11
- [vite:dts] Start generate declaration files...
10
+ 
11
+ [vite:dts] Start generate declaration files...
12
12
  computing gzip size...
13
- dist/x.es.js 288.78 kB │ gzip: 54.26 kB │ map: 594.40 kB
14
- [vite:dts] Declaration files built in 1131ms.
15
-
16
- dist/x.cjs.js 289.65 kB │ gzip: 54.40 kB │ map: 594.52 kB
17
- ✓ built in 1.54s
13
+ dist/x.es.js 288.78 kB │ gzip: 54.42 kB │ map: 594.40 kB
14
+ [vite:dts] Declaration files built in 2871ms.
15
+ 
16
+ dist/x.cjs.js 289.65 kB │ gzip: 54.57 kB │ map: 594.52 kB
17
+ ✓ built in 3.78s
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@synnaxlabs/x",
3
3
  "private": false,
4
- "version": "0.9.0",
4
+ "version": "0.10.0",
5
5
  "type": "module",
6
6
  "description": "Common Utilities for Synnax Labs",
7
7
  "repository": "https://github.com/synnaxlabs/synnax/tree/main/x/go",
@@ -25,9 +25,9 @@
25
25
  "@vitest/coverage-v8": "^1.2.2",
26
26
  "vite": "^5.1.2",
27
27
  "vitest": "^1.2.2",
28
- "@synnaxlabs/tsconfig": "0.0.1",
29
- "eslint-config-synnaxlabs": "0.0.1",
30
- "@synnaxlabs/vite-plugin": "0.0.1"
28
+ "@synnaxlabs/tsconfig": "0.0.2",
29
+ "@synnaxlabs/vite-plugin": "0.0.1",
30
+ "eslint-config-synnaxlabs": "0.0.1"
31
31
  },
32
32
  "main": "dist/x.cjs.js",
33
33
  "module": "dist/x.es.js",