@synap-core/types 1.2.0 → 1.2.1
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 +18 -18
- package/dist/index.js +11 -11
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
|
|
2
|
-
> @synap-core/types@1.
|
|
2
|
+
> @synap-core/types@1.2.0 build /Users/antoine/Documents/Code/synap/synap-backend/packages/types
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
|
-
CLI Building entry: src/index.ts, src/documents/index.ts, src/entities/index.ts, src/
|
|
5
|
+
CLI Building entry: src/index.ts, src/documents/index.ts, src/entities/index.ts, src/inbox/index.ts, src/relations/index.ts, src/users/index.ts, src/realtime/index.ts, src/workspaces/index.ts, src/views/index.ts, src/events/index.ts, src/preferences/index.ts
|
|
6
6
|
CLI Using tsconfig: tsconfig.json
|
|
7
7
|
CLI tsup v8.5.1
|
|
8
8
|
CLI Using tsup config: /Users/antoine/Documents/Code/synap/synap-backend/packages/types/tsup.config.ts
|
|
9
9
|
CLI Target: es2022
|
|
10
10
|
CLI Cleaning output folder
|
|
11
11
|
ESM Build start
|
|
12
|
-
ESM dist/chunk-X5L3VJJZ.js 0 B
|
|
13
|
-
ESM dist/chunk-IZA3UKBT.js 0 B
|
|
14
|
-
ESM dist/chunk-QAWJ6GM3.js 0 B
|
|
15
12
|
ESM dist/chunk-GX24H4PF.js 0 B
|
|
16
|
-
ESM dist/
|
|
17
|
-
ESM dist/views/index.js 642.00 B
|
|
13
|
+
ESM dist/chunk-QAWJ6GM3.js 0 B
|
|
18
14
|
ESM dist/chunk-2N5ZC5EB.js 0 B
|
|
19
|
-
ESM dist/
|
|
15
|
+
ESM dist/chunk-IZA3UKBT.js 0 B
|
|
16
|
+
ESM dist/chunk-X5L3VJJZ.js 0 B
|
|
17
|
+
ESM dist/preferences/index.js 374.00 B
|
|
20
18
|
ESM dist/chunk-5MS6TR4O.js 3.86 KB
|
|
21
|
-
ESM dist/
|
|
22
|
-
ESM dist/events/index.js 405.00 B
|
|
19
|
+
ESM dist/chunk-75HLKBPD.js 2.44 KB
|
|
23
20
|
ESM dist/documents/index.js 522.00 B
|
|
24
|
-
ESM dist/preferences/index.js 374.00 B
|
|
25
|
-
ESM dist/chunk-E57ULMXU.js 4.07 KB
|
|
26
21
|
ESM dist/chunk-WXJ4PQR7.js 551.00 B
|
|
27
|
-
ESM dist/relations/index.js 31.00 B
|
|
28
22
|
ESM dist/entities/index.js 372.00 B
|
|
29
|
-
ESM dist/chunk-
|
|
30
|
-
ESM dist/users/index.js 31.00 B
|
|
23
|
+
ESM dist/chunk-E57ULMXU.js 4.07 KB
|
|
31
24
|
ESM dist/inbox/index.js 31.00 B
|
|
32
|
-
ESM
|
|
25
|
+
ESM dist/relations/index.js 31.00 B
|
|
26
|
+
ESM dist/users/index.js 31.00 B
|
|
27
|
+
ESM dist/realtime/index.js 31.00 B
|
|
28
|
+
ESM dist/workspaces/index.js 31.00 B
|
|
29
|
+
ESM dist/views/index.js 642.00 B
|
|
30
|
+
ESM dist/events/index.js 405.00 B
|
|
31
|
+
ESM dist/index.js 19.08 KB
|
|
32
|
+
ESM ⚡️ Build success in 455ms
|
|
33
33
|
DTS Build start
|
|
34
|
-
DTS ⚡️ Build success in
|
|
34
|
+
DTS ⚡️ Build success in 18481ms
|
|
35
35
|
DTS dist/documents/index.d.ts 397.00 B
|
|
36
|
-
DTS dist/events/index.d.ts 4.12 KB
|
|
37
36
|
DTS dist/relations/index.d.ts 896.00 B
|
|
38
37
|
DTS dist/realtime/index.d.ts 1.54 KB
|
|
39
38
|
DTS dist/workspaces/index.d.ts 882.00 B
|
|
39
|
+
DTS dist/events/index.d.ts 4.12 KB
|
|
40
40
|
DTS dist/preferences/index.d.ts 20.10 KB
|
|
41
41
|
DTS dist/views/index.d.ts 60.75 KB
|
|
42
42
|
DTS dist/index.d.ts 233.31 KB
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import "./chunk-2N5ZC5EB.js";
|
|
2
1
|
import {
|
|
3
2
|
EntityQuerySchema,
|
|
4
3
|
RenderSettingsSchema,
|
|
@@ -13,7 +12,14 @@ import {
|
|
|
13
12
|
safeParseViewContent,
|
|
14
13
|
validateContentCategoryForViewType
|
|
15
14
|
} from "./chunk-5MS6TR4O.js";
|
|
16
|
-
import
|
|
15
|
+
import {
|
|
16
|
+
CustomThemeSchema,
|
|
17
|
+
GraphPreferencesSchema,
|
|
18
|
+
UIPreferencesSchema,
|
|
19
|
+
UpdatePreferencesInputSchema,
|
|
20
|
+
insertUserPreferenceSchema,
|
|
21
|
+
selectUserPreferenceSchema
|
|
22
|
+
} from "./chunk-75HLKBPD.js";
|
|
17
23
|
import {
|
|
18
24
|
insertDocumentProposalSchema,
|
|
19
25
|
insertDocumentSchema,
|
|
@@ -37,16 +43,10 @@ import {
|
|
|
37
43
|
validateEntityMetadata
|
|
38
44
|
} from "./chunk-E57ULMXU.js";
|
|
39
45
|
import "./chunk-GX24H4PF.js";
|
|
40
|
-
import {
|
|
41
|
-
CustomThemeSchema,
|
|
42
|
-
GraphPreferencesSchema,
|
|
43
|
-
UIPreferencesSchema,
|
|
44
|
-
UpdatePreferencesInputSchema,
|
|
45
|
-
insertUserPreferenceSchema,
|
|
46
|
-
selectUserPreferenceSchema
|
|
47
|
-
} from "./chunk-75HLKBPD.js";
|
|
48
|
-
import "./chunk-X5L3VJJZ.js";
|
|
49
46
|
import "./chunk-QAWJ6GM3.js";
|
|
47
|
+
import "./chunk-2N5ZC5EB.js";
|
|
48
|
+
import "./chunk-X5L3VJJZ.js";
|
|
49
|
+
import "./chunk-IZA3UKBT.js";
|
|
50
50
|
|
|
51
51
|
// src/templates/schemas.ts
|
|
52
52
|
import { z } from "zod";
|