@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.
- package/.turbo/turbo-build.log +11 -11
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
|
-
> @synnaxlabs/x@0.
|
|
2
|
+
> @synnaxlabs/x@0.10.0 build /home/runner/work/synnax/synnax/x/ts
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[36mvite v5.1.2 [32mbuilding for production...[36m[39m
|
|
6
6
|
transforming...
|
|
7
|
-
[plugin:vite:resolve]
|
|
8
|
-
|
|
7
|
+
[1m[33m[plugin:vite:resolve][39m[22m [33mModule "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.[39m
|
|
8
|
+
[32m✓[39m 116 modules transformed.
|
|
9
9
|
rendering chunks...
|
|
10
|
-
|
|
11
|
-
[vite:dts] Start generate declaration files
|
|
10
|
+
[32m
|
|
11
|
+
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
12
12
|
computing gzip size...
|
|
13
|
-
|
|
14
|
-
[vite:dts] Declaration files built in
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
✓ built in
|
|
13
|
+
[2mdist/[22m[36mx.es.js [39m[1m[2m288.78 kB[22m[1m[22m[2m │ gzip: 54.42 kB[22m[2m │ map: 594.40 kB[22m
|
|
14
|
+
[32m[36m[vite:dts][32m Declaration files built in 2871ms.
|
|
15
|
+
[39m
|
|
16
|
+
[2mdist/[22m[36mx.cjs.js [39m[1m[2m289.65 kB[22m[1m[22m[2m │ gzip: 54.57 kB[22m[2m │ map: 594.52 kB[22m
|
|
17
|
+
[32m✓ built in 3.78s[39m
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synnaxlabs/x",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "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.
|
|
29
|
-
"
|
|
30
|
-
"
|
|
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",
|