@lssm/example.saas-boilerplate 0.0.0-canary-20251217072406 → 0.0.0-canary-20251217080011

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,89 +1,89 @@
1
- import * as _lssm_lib_schema273 from "@lssm/lib.schema";
2
- import * as _lssm_lib_contracts11 from "@lssm/lib.contracts";
1
+ import * as _lssm_lib_schema282 from "@lssm/lib.schema";
2
+ import * as _lssm_lib_contracts7 from "@lssm/lib.contracts";
3
3
 
4
4
  //#region src/project/project.event.d.ts
5
5
  /**
6
6
  * Event: A new project has been created.
7
7
  */
8
- declare const ProjectCreatedEvent: _lssm_lib_contracts11.EventSpec<_lssm_lib_schema273.SchemaModel<{
8
+ declare const ProjectCreatedEvent: _lssm_lib_contracts7.EventSpec<_lssm_lib_schema282.SchemaModel<{
9
9
  projectId: {
10
- type: _lssm_lib_schema273.FieldType<string, string>;
10
+ type: _lssm_lib_schema282.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  name: {
14
- type: _lssm_lib_schema273.FieldType<string, string>;
14
+ type: _lssm_lib_schema282.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  organizationId: {
18
- type: _lssm_lib_schema273.FieldType<string, string>;
18
+ type: _lssm_lib_schema282.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  createdBy: {
22
- type: _lssm_lib_schema273.FieldType<string, string>;
22
+ type: _lssm_lib_schema282.FieldType<string, string>;
23
23
  isOptional: false;
24
24
  };
25
25
  createdAt: {
26
- type: _lssm_lib_schema273.FieldType<Date, string>;
26
+ type: _lssm_lib_schema282.FieldType<Date, string>;
27
27
  isOptional: false;
28
28
  };
29
29
  }>>;
30
30
  /**
31
31
  * Event: A project has been updated.
32
32
  */
33
- declare const ProjectUpdatedEvent: _lssm_lib_contracts11.EventSpec<_lssm_lib_schema273.SchemaModel<{
33
+ declare const ProjectUpdatedEvent: _lssm_lib_contracts7.EventSpec<_lssm_lib_schema282.SchemaModel<{
34
34
  projectId: {
35
- type: _lssm_lib_schema273.FieldType<string, string>;
35
+ type: _lssm_lib_schema282.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  updatedFields: {
39
- type: _lssm_lib_schema273.FieldType<string, string>;
39
+ type: _lssm_lib_schema282.FieldType<string, string>;
40
40
  isArray: true;
41
41
  isOptional: false;
42
42
  };
43
43
  updatedBy: {
44
- type: _lssm_lib_schema273.FieldType<string, string>;
44
+ type: _lssm_lib_schema282.FieldType<string, string>;
45
45
  isOptional: false;
46
46
  };
47
47
  updatedAt: {
48
- type: _lssm_lib_schema273.FieldType<Date, string>;
48
+ type: _lssm_lib_schema282.FieldType<Date, string>;
49
49
  isOptional: false;
50
50
  };
51
51
  }>>;
52
52
  /**
53
53
  * Event: A project has been deleted.
54
54
  */
55
- declare const ProjectDeletedEvent: _lssm_lib_contracts11.EventSpec<_lssm_lib_schema273.SchemaModel<{
55
+ declare const ProjectDeletedEvent: _lssm_lib_contracts7.EventSpec<_lssm_lib_schema282.SchemaModel<{
56
56
  projectId: {
57
- type: _lssm_lib_schema273.FieldType<string, string>;
57
+ type: _lssm_lib_schema282.FieldType<string, string>;
58
58
  isOptional: false;
59
59
  };
60
60
  organizationId: {
61
- type: _lssm_lib_schema273.FieldType<string, string>;
61
+ type: _lssm_lib_schema282.FieldType<string, string>;
62
62
  isOptional: false;
63
63
  };
64
64
  deletedBy: {
65
- type: _lssm_lib_schema273.FieldType<string, string>;
65
+ type: _lssm_lib_schema282.FieldType<string, string>;
66
66
  isOptional: false;
67
67
  };
68
68
  deletedAt: {
69
- type: _lssm_lib_schema273.FieldType<Date, string>;
69
+ type: _lssm_lib_schema282.FieldType<Date, string>;
70
70
  isOptional: false;
71
71
  };
72
72
  }>>;
73
73
  /**
74
74
  * Event: A project has been archived.
75
75
  */
76
- declare const ProjectArchivedEvent: _lssm_lib_contracts11.EventSpec<_lssm_lib_schema273.SchemaModel<{
76
+ declare const ProjectArchivedEvent: _lssm_lib_contracts7.EventSpec<_lssm_lib_schema282.SchemaModel<{
77
77
  projectId: {
78
- type: _lssm_lib_schema273.FieldType<string, string>;
78
+ type: _lssm_lib_schema282.FieldType<string, string>;
79
79
  isOptional: false;
80
80
  };
81
81
  archivedBy: {
82
- type: _lssm_lib_schema273.FieldType<string, string>;
82
+ type: _lssm_lib_schema282.FieldType<string, string>;
83
83
  isOptional: false;
84
84
  };
85
85
  archivedAt: {
86
- type: _lssm_lib_schema273.FieldType<Date, string>;
86
+ type: _lssm_lib_schema282.FieldType<Date, string>;
87
87
  isOptional: false;
88
88
  };
89
89
  }>>;
@@ -1,78 +1,78 @@
1
- import * as _lssm_lib_schema293 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema229 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/project/project.schema.d.ts
4
4
  /**
5
5
  * A project within an organization.
6
6
  */
7
- declare const ProjectModel: _lssm_lib_schema293.SchemaModel<{
7
+ declare const ProjectModel: _lssm_lib_schema229.SchemaModel<{
8
8
  id: {
9
- type: _lssm_lib_schema293.FieldType<string, string>;
9
+ type: _lssm_lib_schema229.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  name: {
13
- type: _lssm_lib_schema293.FieldType<string, string>;
13
+ type: _lssm_lib_schema229.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  description: {
17
- type: _lssm_lib_schema293.FieldType<string, string>;
17
+ type: _lssm_lib_schema229.FieldType<string, string>;
18
18
  isOptional: true;
19
19
  };
20
20
  slug: {
21
- type: _lssm_lib_schema293.FieldType<string, string>;
21
+ type: _lssm_lib_schema229.FieldType<string, string>;
22
22
  isOptional: true;
23
23
  };
24
24
  organizationId: {
25
- type: _lssm_lib_schema293.FieldType<string, string>;
25
+ type: _lssm_lib_schema229.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  createdBy: {
29
- type: _lssm_lib_schema293.FieldType<string, string>;
29
+ type: _lssm_lib_schema229.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  status: {
33
- type: _lssm_lib_schema293.EnumType<[string, string, string, string]>;
33
+ type: _lssm_lib_schema229.EnumType<[string, string, string, string]>;
34
34
  isOptional: false;
35
35
  };
36
36
  isPublic: {
37
- type: _lssm_lib_schema293.FieldType<boolean, boolean>;
37
+ type: _lssm_lib_schema229.FieldType<boolean, boolean>;
38
38
  isOptional: false;
39
39
  };
40
40
  tags: {
41
- type: _lssm_lib_schema293.FieldType<string, string>;
41
+ type: _lssm_lib_schema229.FieldType<string, string>;
42
42
  isArray: true;
43
43
  isOptional: false;
44
44
  };
45
45
  createdAt: {
46
- type: _lssm_lib_schema293.FieldType<Date, string>;
46
+ type: _lssm_lib_schema229.FieldType<Date, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  updatedAt: {
50
- type: _lssm_lib_schema293.FieldType<Date, string>;
50
+ type: _lssm_lib_schema229.FieldType<Date, string>;
51
51
  isOptional: false;
52
52
  };
53
53
  }>;
54
54
  /**
55
55
  * Input for creating a project.
56
56
  */
57
- declare const CreateProjectInputModel: _lssm_lib_schema293.SchemaModel<{
57
+ declare const CreateProjectInputModel: _lssm_lib_schema229.SchemaModel<{
58
58
  name: {
59
- type: _lssm_lib_schema293.FieldType<string, string>;
59
+ type: _lssm_lib_schema229.FieldType<string, string>;
60
60
  isOptional: false;
61
61
  };
62
62
  description: {
63
- type: _lssm_lib_schema293.FieldType<string, string>;
63
+ type: _lssm_lib_schema229.FieldType<string, string>;
64
64
  isOptional: true;
65
65
  };
66
66
  slug: {
67
- type: _lssm_lib_schema293.FieldType<string, string>;
67
+ type: _lssm_lib_schema229.FieldType<string, string>;
68
68
  isOptional: true;
69
69
  };
70
70
  isPublic: {
71
- type: _lssm_lib_schema293.FieldType<boolean, boolean>;
71
+ type: _lssm_lib_schema229.FieldType<boolean, boolean>;
72
72
  isOptional: true;
73
73
  };
74
74
  tags: {
75
- type: _lssm_lib_schema293.FieldType<string, string>;
75
+ type: _lssm_lib_schema229.FieldType<string, string>;
76
76
  isArray: true;
77
77
  isOptional: true;
78
78
  };
@@ -80,92 +80,92 @@ declare const CreateProjectInputModel: _lssm_lib_schema293.SchemaModel<{
80
80
  /**
81
81
  * Input for updating a project.
82
82
  */
83
- declare const UpdateProjectInputModel: _lssm_lib_schema293.SchemaModel<{
83
+ declare const UpdateProjectInputModel: _lssm_lib_schema229.SchemaModel<{
84
84
  projectId: {
85
- type: _lssm_lib_schema293.FieldType<string, string>;
85
+ type: _lssm_lib_schema229.FieldType<string, string>;
86
86
  isOptional: false;
87
87
  };
88
88
  name: {
89
- type: _lssm_lib_schema293.FieldType<string, string>;
89
+ type: _lssm_lib_schema229.FieldType<string, string>;
90
90
  isOptional: true;
91
91
  };
92
92
  description: {
93
- type: _lssm_lib_schema293.FieldType<string, string>;
93
+ type: _lssm_lib_schema229.FieldType<string, string>;
94
94
  isOptional: true;
95
95
  };
96
96
  slug: {
97
- type: _lssm_lib_schema293.FieldType<string, string>;
97
+ type: _lssm_lib_schema229.FieldType<string, string>;
98
98
  isOptional: true;
99
99
  };
100
100
  isPublic: {
101
- type: _lssm_lib_schema293.FieldType<boolean, boolean>;
101
+ type: _lssm_lib_schema229.FieldType<boolean, boolean>;
102
102
  isOptional: true;
103
103
  };
104
104
  tags: {
105
- type: _lssm_lib_schema293.FieldType<string, string>;
105
+ type: _lssm_lib_schema229.FieldType<string, string>;
106
106
  isArray: true;
107
107
  isOptional: true;
108
108
  };
109
109
  status: {
110
- type: _lssm_lib_schema293.EnumType<[string, string, string, string]>;
110
+ type: _lssm_lib_schema229.EnumType<[string, string, string, string]>;
111
111
  isOptional: true;
112
112
  };
113
113
  }>;
114
114
  /**
115
115
  * Input for getting a project.
116
116
  */
117
- declare const GetProjectInputModel: _lssm_lib_schema293.SchemaModel<{
117
+ declare const GetProjectInputModel: _lssm_lib_schema229.SchemaModel<{
118
118
  projectId: {
119
- type: _lssm_lib_schema293.FieldType<string, string>;
119
+ type: _lssm_lib_schema229.FieldType<string, string>;
120
120
  isOptional: false;
121
121
  };
122
122
  }>;
123
123
  /**
124
124
  * Input for deleting a project.
125
125
  */
126
- declare const DeleteProjectInputModel: _lssm_lib_schema293.SchemaModel<{
126
+ declare const DeleteProjectInputModel: _lssm_lib_schema229.SchemaModel<{
127
127
  projectId: {
128
- type: _lssm_lib_schema293.FieldType<string, string>;
128
+ type: _lssm_lib_schema229.FieldType<string, string>;
129
129
  isOptional: false;
130
130
  };
131
131
  }>;
132
132
  /**
133
133
  * Output for delete operation.
134
134
  */
135
- declare const DeleteProjectOutputModel: _lssm_lib_schema293.SchemaModel<{
135
+ declare const DeleteProjectOutputModel: _lssm_lib_schema229.SchemaModel<{
136
136
  success: {
137
- type: _lssm_lib_schema293.FieldType<boolean, boolean>;
137
+ type: _lssm_lib_schema229.FieldType<boolean, boolean>;
138
138
  isOptional: false;
139
139
  };
140
140
  }>;
141
141
  /**
142
142
  * Payload for project deleted event.
143
143
  */
144
- declare const ProjectDeletedPayloadModel: _lssm_lib_schema293.SchemaModel<{
144
+ declare const ProjectDeletedPayloadModel: _lssm_lib_schema229.SchemaModel<{
145
145
  projectId: {
146
- type: _lssm_lib_schema293.FieldType<string, string>;
146
+ type: _lssm_lib_schema229.FieldType<string, string>;
147
147
  isOptional: false;
148
148
  };
149
149
  }>;
150
150
  /**
151
151
  * Input for listing projects.
152
152
  */
153
- declare const ListProjectsInputModel: _lssm_lib_schema293.SchemaModel<{
153
+ declare const ListProjectsInputModel: _lssm_lib_schema229.SchemaModel<{
154
154
  status: {
155
- type: _lssm_lib_schema293.EnumType<[string, string, string, string]>;
155
+ type: _lssm_lib_schema229.EnumType<[string, string, string, string]>;
156
156
  isOptional: true;
157
157
  };
158
158
  search: {
159
- type: _lssm_lib_schema293.FieldType<string, string>;
159
+ type: _lssm_lib_schema229.FieldType<string, string>;
160
160
  isOptional: true;
161
161
  };
162
162
  limit: {
163
- type: _lssm_lib_schema293.FieldType<number, number>;
163
+ type: _lssm_lib_schema229.FieldType<number, number>;
164
164
  isOptional: true;
165
165
  defaultValue: number;
166
166
  };
167
167
  offset: {
168
- type: _lssm_lib_schema293.FieldType<number, number>;
168
+ type: _lssm_lib_schema229.FieldType<number, number>;
169
169
  isOptional: true;
170
170
  defaultValue: number;
171
171
  };
@@ -173,52 +173,52 @@ declare const ListProjectsInputModel: _lssm_lib_schema293.SchemaModel<{
173
173
  /**
174
174
  * Output for listing projects.
175
175
  */
176
- declare const ListProjectsOutputModel: _lssm_lib_schema293.SchemaModel<{
176
+ declare const ListProjectsOutputModel: _lssm_lib_schema229.SchemaModel<{
177
177
  projects: {
178
- type: _lssm_lib_schema293.SchemaModel<{
178
+ type: _lssm_lib_schema229.SchemaModel<{
179
179
  id: {
180
- type: _lssm_lib_schema293.FieldType<string, string>;
180
+ type: _lssm_lib_schema229.FieldType<string, string>;
181
181
  isOptional: false;
182
182
  };
183
183
  name: {
184
- type: _lssm_lib_schema293.FieldType<string, string>;
184
+ type: _lssm_lib_schema229.FieldType<string, string>;
185
185
  isOptional: false;
186
186
  };
187
187
  description: {
188
- type: _lssm_lib_schema293.FieldType<string, string>;
188
+ type: _lssm_lib_schema229.FieldType<string, string>;
189
189
  isOptional: true;
190
190
  };
191
191
  slug: {
192
- type: _lssm_lib_schema293.FieldType<string, string>;
192
+ type: _lssm_lib_schema229.FieldType<string, string>;
193
193
  isOptional: true;
194
194
  };
195
195
  organizationId: {
196
- type: _lssm_lib_schema293.FieldType<string, string>;
196
+ type: _lssm_lib_schema229.FieldType<string, string>;
197
197
  isOptional: false;
198
198
  };
199
199
  createdBy: {
200
- type: _lssm_lib_schema293.FieldType<string, string>;
200
+ type: _lssm_lib_schema229.FieldType<string, string>;
201
201
  isOptional: false;
202
202
  };
203
203
  status: {
204
- type: _lssm_lib_schema293.EnumType<[string, string, string, string]>;
204
+ type: _lssm_lib_schema229.EnumType<[string, string, string, string]>;
205
205
  isOptional: false;
206
206
  };
207
207
  isPublic: {
208
- type: _lssm_lib_schema293.FieldType<boolean, boolean>;
208
+ type: _lssm_lib_schema229.FieldType<boolean, boolean>;
209
209
  isOptional: false;
210
210
  };
211
211
  tags: {
212
- type: _lssm_lib_schema293.FieldType<string, string>;
212
+ type: _lssm_lib_schema229.FieldType<string, string>;
213
213
  isArray: true;
214
214
  isOptional: false;
215
215
  };
216
216
  createdAt: {
217
- type: _lssm_lib_schema293.FieldType<Date, string>;
217
+ type: _lssm_lib_schema229.FieldType<Date, string>;
218
218
  isOptional: false;
219
219
  };
220
220
  updatedAt: {
221
- type: _lssm_lib_schema293.FieldType<Date, string>;
221
+ type: _lssm_lib_schema229.FieldType<Date, string>;
222
222
  isOptional: false;
223
223
  };
224
224
  }>;
@@ -226,7 +226,7 @@ declare const ListProjectsOutputModel: _lssm_lib_schema293.SchemaModel<{
226
226
  isOptional: false;
227
227
  };
228
228
  total: {
229
- type: _lssm_lib_schema293.FieldType<number, number>;
229
+ type: _lssm_lib_schema229.FieldType<number, number>;
230
230
  isOptional: false;
231
231
  };
232
232
  }>;
@@ -1,36 +1,36 @@
1
- import * as _lssm_lib_schema346 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema58 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/settings/settings.entity.d.ts
4
4
  /**
5
5
  * Settings entity - key-value configuration store.
6
6
  */
7
- declare const SettingsEntity: _lssm_lib_schema346.EntitySpec<{
8
- id: _lssm_lib_schema346.EntityScalarField;
9
- key: _lssm_lib_schema346.EntityScalarField;
10
- scope: _lssm_lib_schema346.EntityEnumField;
11
- scopeId: _lssm_lib_schema346.EntityScalarField;
12
- value: _lssm_lib_schema346.EntityScalarField;
13
- valueType: _lssm_lib_schema346.EntityScalarField;
14
- schema: _lssm_lib_schema346.EntityScalarField;
15
- description: _lssm_lib_schema346.EntityScalarField;
16
- isSecret: _lssm_lib_schema346.EntityScalarField;
17
- createdAt: _lssm_lib_schema346.EntityScalarField;
18
- updatedAt: _lssm_lib_schema346.EntityScalarField;
7
+ declare const SettingsEntity: _lssm_lib_schema58.EntitySpec<{
8
+ id: _lssm_lib_schema58.EntityScalarField;
9
+ key: _lssm_lib_schema58.EntityScalarField;
10
+ scope: _lssm_lib_schema58.EntityEnumField;
11
+ scopeId: _lssm_lib_schema58.EntityScalarField;
12
+ value: _lssm_lib_schema58.EntityScalarField;
13
+ valueType: _lssm_lib_schema58.EntityScalarField;
14
+ schema: _lssm_lib_schema58.EntityScalarField;
15
+ description: _lssm_lib_schema58.EntityScalarField;
16
+ isSecret: _lssm_lib_schema58.EntityScalarField;
17
+ createdAt: _lssm_lib_schema58.EntityScalarField;
18
+ updatedAt: _lssm_lib_schema58.EntityScalarField;
19
19
  }>;
20
20
  /**
21
21
  * FeatureFlag entity - feature toggles.
22
22
  */
23
- declare const FeatureFlagEntity: _lssm_lib_schema346.EntitySpec<{
24
- id: _lssm_lib_schema346.EntityScalarField;
25
- key: _lssm_lib_schema346.EntityScalarField;
26
- name: _lssm_lib_schema346.EntityScalarField;
27
- description: _lssm_lib_schema346.EntityScalarField;
28
- enabled: _lssm_lib_schema346.EntityScalarField;
29
- defaultValue: _lssm_lib_schema346.EntityScalarField;
30
- rules: _lssm_lib_schema346.EntityScalarField;
31
- rolloutPercentage: _lssm_lib_schema346.EntityScalarField;
32
- createdAt: _lssm_lib_schema346.EntityScalarField;
33
- updatedAt: _lssm_lib_schema346.EntityScalarField;
23
+ declare const FeatureFlagEntity: _lssm_lib_schema58.EntitySpec<{
24
+ id: _lssm_lib_schema58.EntityScalarField;
25
+ key: _lssm_lib_schema58.EntityScalarField;
26
+ name: _lssm_lib_schema58.EntityScalarField;
27
+ description: _lssm_lib_schema58.EntityScalarField;
28
+ enabled: _lssm_lib_schema58.EntityScalarField;
29
+ defaultValue: _lssm_lib_schema58.EntityScalarField;
30
+ rules: _lssm_lib_schema58.EntityScalarField;
31
+ rolloutPercentage: _lssm_lib_schema58.EntityScalarField;
32
+ createdAt: _lssm_lib_schema58.EntityScalarField;
33
+ updatedAt: _lssm_lib_schema58.EntityScalarField;
34
34
  }>;
35
35
  //#endregion
36
36
  export { FeatureFlagEntity, SettingsEntity };
@@ -1,9 +1,9 @@
1
- import * as _lssm_lib_schema369 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema81 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/settings/settings.enum.d.ts
4
4
  /**
5
5
  * Settings scope enum.
6
6
  */
7
- declare const SettingsScopeEnum: _lssm_lib_schema369.EntityEnumDef;
7
+ declare const SettingsScopeEnum: _lssm_lib_schema81.EntityEnumDef;
8
8
  //#endregion
9
9
  export { SettingsScopeEnum };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.saas-boilerplate",
3
- "version": "0.0.0-canary-20251217072406",
3
+ "version": "0.0.0-canary-20251217080011",
4
4
  "description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -51,18 +51,18 @@
51
51
  "test": "bun run"
52
52
  },
53
53
  "dependencies": {
54
- "@lssm/lib.schema": "0.0.0-canary-20251217072406",
55
- "@lssm/lib.contracts": "0.0.0-canary-20251217072406",
56
- "@lssm/lib.bus": "0.0.0-canary-20251217072406",
57
- "@lssm/lib.identity-rbac": "0.0.0-canary-20251217072406",
58
- "@lssm/lib.jobs": "0.0.0-canary-20251217072406",
59
- "@lssm/module.audit-trail": "0.0.0-canary-20251217072406",
60
- "@lssm/module.notifications": "0.0.0-canary-20251217072406",
54
+ "@lssm/lib.schema": "0.0.0-canary-20251217080011",
55
+ "@lssm/lib.contracts": "0.0.0-canary-20251217080011",
56
+ "@lssm/lib.bus": "0.0.0-canary-20251217080011",
57
+ "@lssm/lib.identity-rbac": "0.0.0-canary-20251217080011",
58
+ "@lssm/lib.jobs": "0.0.0-canary-20251217080011",
59
+ "@lssm/module.audit-trail": "0.0.0-canary-20251217080011",
60
+ "@lssm/module.notifications": "0.0.0-canary-20251217080011",
61
61
  "zod": "^4.1.13"
62
62
  },
63
63
  "devDependencies": {
64
- "@lssm/tool.tsdown": "0.0.0-canary-20251217072406",
65
- "@lssm/tool.typescript": "0.0.0-canary-20251217072406",
64
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217080011",
65
+ "@lssm/tool.typescript": "0.0.0-canary-20251217080011",
66
66
  "tsdown": "^0.17.4",
67
67
  "typescript": "^5.9.3"
68
68
  },