@tachybase/test 0.23.8 → 0.23.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/test",
3
- "version": "0.23.8",
3
+ "version": "0.23.16",
4
4
  "license": "Apache-2.0",
5
5
  "exports": {
6
6
  ".": {
@@ -65,8 +65,8 @@
65
65
  "vite": "^5.4.11",
66
66
  "vitest": "^1.6.0",
67
67
  "ws": "^8.18.0",
68
- "@tachybase/server": "0.23.8",
69
- "@tachybase/database": "0.23.8"
68
+ "@tachybase/server": "0.23.16",
69
+ "@tachybase/database": "0.23.16"
70
70
  },
71
71
  "scripts": {
72
72
  "build": "tachybase-build --no-dts @tachybase/test"
@@ -1,24 +0,0 @@
1
-
2
- 
3
- > @tachybase/test@0.22.38 build /Users/seal/Documents/projects/tachybase/packages/test
4
- > tachybase-build --no-dts @tachybase/test
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/test: test build start
8
- @tachybase/test: build cjs
9
-
10
- @tachybase/test: test build start
11
- @tachybase/test: build esm
12
- vite v5.2.13 building for production...
13
- transforming (1) src/index.ts✓ 3 modules transformed.
14
- rendering chunks (1)...computing gzip size (0)...computing gzip size (1)...es/index.mjs 6.68 kB │ gzip: 2.09 kB
15
- ✓ built in 60ms
16
- vite v5.2.13 building for production...
17
- transforming (1) src/client/index.ts✓ 1 modules transformed.
18
- rendering chunks (1)...computing gzip size (0)...computing gzip size (1)...es/client/index.mjs 0.59 kB │ gzip: 0.30 kB
19
- ✓ built in 6ms
20
- vite v5.2.13 building for production...
21
- transforming (1) src/e2e/index.ts✓ 5 modules transformed.
22
- rendering chunks (1)...computing gzip size (0)...computing gzip size (1)...es/e2e/index.mjs 1,375.26 kB │ gzip: 80.92 kB
23
- ✓ built in 291ms
24
-