@dofe/infra-common 0.1.22 → 0.1.26
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 +333 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dofe/infra-common",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.26",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -8,28 +8,341 @@
|
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
9
9
|
"default": "./dist/index.js"
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
"types":
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
11
|
+
"./adapters": {
|
|
12
|
+
"types": "./dist/adapters/index.d.ts",
|
|
13
|
+
"default": "./dist/adapters/index.js"
|
|
14
|
+
},
|
|
15
|
+
"./adapters/base.adapter": {
|
|
16
|
+
"types": "./dist/adapters/base.adapter.d.ts",
|
|
17
|
+
"default": "./dist/adapters/base.adapter.js"
|
|
18
|
+
},
|
|
19
|
+
"./common.module": {
|
|
20
|
+
"types": "./dist/common.module.d.ts",
|
|
21
|
+
"default": "./dist/common.module.js"
|
|
22
|
+
},
|
|
23
|
+
"./config/agentx.config": {
|
|
24
|
+
"types": "./dist/config/agentx.config.d.ts",
|
|
25
|
+
"default": "./dist/config/agentx.config.js"
|
|
26
|
+
},
|
|
27
|
+
"./config/configuration": {
|
|
28
|
+
"types": "./dist/config/configuration.d.ts",
|
|
29
|
+
"default": "./dist/config/configuration.js"
|
|
30
|
+
},
|
|
31
|
+
"./config/constant/config.constants": {
|
|
32
|
+
"types": "./dist/config/constant/config.constants.d.ts",
|
|
33
|
+
"default": "./dist/config/constant/config.constants.js"
|
|
34
|
+
},
|
|
35
|
+
"./config/dto/config.dto": {
|
|
36
|
+
"types": "./dist/config/dto/config.dto.d.ts",
|
|
37
|
+
"default": "./dist/config/dto/config.dto.js"
|
|
38
|
+
},
|
|
39
|
+
"./config/env-config.service": {
|
|
40
|
+
"types": "./dist/config/env-config.service.d.ts",
|
|
41
|
+
"default": "./dist/config/env-config.service.js"
|
|
42
|
+
},
|
|
43
|
+
"./config/features": {
|
|
44
|
+
"types": "./dist/config/features/index.d.ts",
|
|
45
|
+
"default": "./dist/config/features/index.js"
|
|
46
|
+
},
|
|
47
|
+
"./config/features/feature-errors": {
|
|
48
|
+
"types": "./dist/config/features/feature-errors.d.ts",
|
|
49
|
+
"default": "./dist/config/features/feature-errors.js"
|
|
50
|
+
},
|
|
51
|
+
"./config/features/feature-registry": {
|
|
52
|
+
"types": "./dist/config/features/feature-registry.d.ts",
|
|
53
|
+
"default": "./dist/config/features/feature-registry.js"
|
|
54
|
+
},
|
|
55
|
+
"./config/validation": {
|
|
56
|
+
"types": "./dist/config/validation/index.d.ts",
|
|
57
|
+
"default": "./dist/config/validation/index.js"
|
|
58
|
+
},
|
|
59
|
+
"./config/validation/env.validation": {
|
|
60
|
+
"types": "./dist/config/validation/env.validation.d.ts",
|
|
61
|
+
"default": "./dist/config/validation/env.validation.js"
|
|
62
|
+
},
|
|
63
|
+
"./config/validation/keys.validation": {
|
|
64
|
+
"types": "./dist/config/validation/keys.validation.d.ts",
|
|
65
|
+
"default": "./dist/config/validation/keys.validation.js"
|
|
66
|
+
},
|
|
67
|
+
"./config/validation/yaml.validation": {
|
|
68
|
+
"types": "./dist/config/validation/yaml.validation.d.ts",
|
|
69
|
+
"default": "./dist/config/validation/yaml.validation.js"
|
|
70
|
+
},
|
|
71
|
+
"./config/vendor.config": {
|
|
72
|
+
"types": "./dist/config/vendor.config.d.ts",
|
|
73
|
+
"default": "./dist/config/vendor.config.js"
|
|
74
|
+
},
|
|
75
|
+
"./decorators/api-key/api-key.decorator": {
|
|
76
|
+
"types": "./dist/decorators/api-key/api-key.decorator.d.ts",
|
|
77
|
+
"default": "./dist/decorators/api-key/api-key.decorator.js"
|
|
78
|
+
},
|
|
79
|
+
"./decorators/app-version/app-version.controller": {
|
|
80
|
+
"types": "./dist/decorators/app-version/app-version.controller.d.ts",
|
|
81
|
+
"default": "./dist/decorators/app-version/app-version.controller.js"
|
|
82
|
+
},
|
|
83
|
+
"./decorators/app-version/app-version.interceptor": {
|
|
84
|
+
"types": "./dist/decorators/app-version/app-version.interceptor.d.ts",
|
|
85
|
+
"default": "./dist/decorators/app-version/app-version.interceptor.js"
|
|
86
|
+
},
|
|
87
|
+
"./decorators/app-version/app-version.module": {
|
|
88
|
+
"types": "./dist/decorators/app-version/app-version.module.d.ts",
|
|
89
|
+
"default": "./dist/decorators/app-version/app-version.module.js"
|
|
90
|
+
},
|
|
91
|
+
"./decorators/app-version/app-version.service": {
|
|
92
|
+
"types": "./dist/decorators/app-version/app-version.service.d.ts",
|
|
93
|
+
"default": "./dist/decorators/app-version/app-version.service.js"
|
|
94
|
+
},
|
|
95
|
+
"./decorators/audit-log.decorator": {
|
|
96
|
+
"types": "./dist/decorators/audit-log.decorator.d.ts",
|
|
97
|
+
"default": "./dist/decorators/audit-log.decorator.js"
|
|
98
|
+
},
|
|
99
|
+
"./decorators/cache/cache.decorator": {
|
|
100
|
+
"types": "./dist/decorators/cache/cache.decorator.d.ts",
|
|
101
|
+
"default": "./dist/decorators/cache/cache.decorator.js"
|
|
102
|
+
},
|
|
103
|
+
"./decorators/cache/cache.interceptor": {
|
|
104
|
+
"types": "./dist/decorators/cache/cache.interceptor.d.ts",
|
|
105
|
+
"default": "./dist/decorators/cache/cache.interceptor.js"
|
|
106
|
+
},
|
|
107
|
+
"./decorators/cache/cache.module": {
|
|
108
|
+
"types": "./dist/decorators/cache/cache.module.d.ts",
|
|
109
|
+
"default": "./dist/decorators/cache/cache.module.js"
|
|
110
|
+
},
|
|
111
|
+
"./decorators/data-visibility": {
|
|
112
|
+
"types": "./dist/decorators/data-visibility/index.d.ts",
|
|
113
|
+
"default": "./dist/decorators/data-visibility/index.js"
|
|
114
|
+
},
|
|
115
|
+
"./decorators/data-visibility/data-visibility.decorator": {
|
|
116
|
+
"types": "./dist/decorators/data-visibility/data-visibility.decorator.d.ts",
|
|
117
|
+
"default": "./dist/decorators/data-visibility/data-visibility.decorator.js"
|
|
118
|
+
},
|
|
119
|
+
"./decorators/event/event.decorator": {
|
|
120
|
+
"types": "./dist/decorators/event/event.decorator.d.ts",
|
|
121
|
+
"default": "./dist/decorators/event/event.decorator.js"
|
|
122
|
+
},
|
|
123
|
+
"./decorators/event/event.interceptor": {
|
|
124
|
+
"types": "./dist/decorators/event/event.interceptor.d.ts",
|
|
125
|
+
"default": "./dist/decorators/event/event.interceptor.js"
|
|
126
|
+
},
|
|
127
|
+
"./decorators/event/event.module": {
|
|
128
|
+
"types": "./dist/decorators/event/event.module.d.ts",
|
|
129
|
+
"default": "./dist/decorators/event/event.module.js"
|
|
130
|
+
},
|
|
131
|
+
"./decorators/event/handlers/cache-event.handler": {
|
|
132
|
+
"types": "./dist/decorators/event/handlers/cache-event.handler.d.ts",
|
|
133
|
+
"default": "./dist/decorators/event/handlers/cache-event.handler.js"
|
|
134
|
+
},
|
|
135
|
+
"./decorators/feature-flag/feature-flag.decorator": {
|
|
136
|
+
"types": "./dist/decorators/feature-flag/feature-flag.decorator.d.ts",
|
|
137
|
+
"default": "./dist/decorators/feature-flag/feature-flag.decorator.js"
|
|
138
|
+
},
|
|
139
|
+
"./decorators/feature-flag/feature-flag.interceptor": {
|
|
140
|
+
"types": "./dist/decorators/feature-flag/feature-flag.interceptor.d.ts",
|
|
141
|
+
"default": "./dist/decorators/feature-flag/feature-flag.interceptor.js"
|
|
142
|
+
},
|
|
143
|
+
"./decorators/feature-flag/feature-flag.module": {
|
|
144
|
+
"types": "./dist/decorators/feature-flag/feature-flag.module.d.ts",
|
|
145
|
+
"default": "./dist/decorators/feature-flag/feature-flag.module.js"
|
|
146
|
+
},
|
|
147
|
+
"./decorators/feature-flag/feature-flag.service": {
|
|
148
|
+
"types": "./dist/decorators/feature-flag/feature-flag.service.d.ts",
|
|
149
|
+
"default": "./dist/decorators/feature-flag/feature-flag.service.js"
|
|
150
|
+
},
|
|
151
|
+
"./decorators/rate-limit/dto/rate-limit.dto": {
|
|
152
|
+
"types": "./dist/decorators/rate-limit/dto/rate-limit.dto.d.ts",
|
|
153
|
+
"default": "./dist/decorators/rate-limit/dto/rate-limit.dto.js"
|
|
154
|
+
},
|
|
155
|
+
"./decorators/rate-limit/rate-limit.constants": {
|
|
156
|
+
"types": "./dist/decorators/rate-limit/rate-limit.constants.d.ts",
|
|
157
|
+
"default": "./dist/decorators/rate-limit/rate-limit.constants.js"
|
|
158
|
+
},
|
|
159
|
+
"./decorators/rate-limit/rate-limit.decorator": {
|
|
160
|
+
"types": "./dist/decorators/rate-limit/rate-limit.decorator.d.ts",
|
|
161
|
+
"default": "./dist/decorators/rate-limit/rate-limit.decorator.js"
|
|
162
|
+
},
|
|
163
|
+
"./decorators/rate-limit/rate-limit.exception": {
|
|
164
|
+
"types": "./dist/decorators/rate-limit/rate-limit.exception.d.ts",
|
|
165
|
+
"default": "./dist/decorators/rate-limit/rate-limit.exception.js"
|
|
166
|
+
},
|
|
167
|
+
"./decorators/rate-limit/rate-limit.module": {
|
|
168
|
+
"types": "./dist/decorators/rate-limit/rate-limit.module.d.ts",
|
|
169
|
+
"default": "./dist/decorators/rate-limit/rate-limit.module.js"
|
|
170
|
+
},
|
|
171
|
+
"./decorators/rate-limit/rate-limit.service": {
|
|
172
|
+
"types": "./dist/decorators/rate-limit/rate-limit.service.d.ts",
|
|
173
|
+
"default": "./dist/decorators/rate-limit/rate-limit.service.js"
|
|
174
|
+
},
|
|
175
|
+
"./decorators/response.decorator": {
|
|
176
|
+
"types": "./dist/decorators/response.decorator.d.ts",
|
|
177
|
+
"default": "./dist/decorators/response.decorator.js"
|
|
178
|
+
},
|
|
179
|
+
"./decorators/tenant/tenant.decorator": {
|
|
180
|
+
"types": "./dist/decorators/tenant/tenant.decorator.d.ts",
|
|
181
|
+
"default": "./dist/decorators/tenant/tenant.decorator.js"
|
|
182
|
+
},
|
|
183
|
+
"./decorators/transaction/transactional.decorator": {
|
|
184
|
+
"types": "./dist/decorators/transaction/transactional.decorator.d.ts",
|
|
185
|
+
"default": "./dist/decorators/transaction/transactional.decorator.js"
|
|
186
|
+
},
|
|
187
|
+
"./decorators/ts-rest-controller.decorator": {
|
|
188
|
+
"types": "./dist/decorators/ts-rest-controller.decorator.d.ts",
|
|
189
|
+
"default": "./dist/decorators/ts-rest-controller.decorator.js"
|
|
190
|
+
},
|
|
191
|
+
"./decorators/validation.decorator": {
|
|
192
|
+
"types": "./dist/decorators/validation.decorator.d.ts",
|
|
193
|
+
"default": "./dist/decorators/validation.decorator.js"
|
|
194
|
+
},
|
|
195
|
+
"./decorators/version/version.decorator": {
|
|
196
|
+
"types": "./dist/decorators/version/version.decorator.d.ts",
|
|
197
|
+
"default": "./dist/decorators/version/version.decorator.js"
|
|
198
|
+
},
|
|
199
|
+
"./decorators/version/version.interceptor": {
|
|
200
|
+
"types": "./dist/decorators/version/version.interceptor.d.ts",
|
|
201
|
+
"default": "./dist/decorators/version/version.interceptor.js"
|
|
202
|
+
},
|
|
203
|
+
"./decorators/version/version.module": {
|
|
204
|
+
"types": "./dist/decorators/version/version.module.d.ts",
|
|
205
|
+
"default": "./dist/decorators/version/version.module.js"
|
|
206
|
+
},
|
|
207
|
+
"./encryption.service": {
|
|
208
|
+
"types": "./dist/encryption.service.d.ts",
|
|
209
|
+
"default": "./dist/encryption.service.js"
|
|
210
|
+
},
|
|
211
|
+
"./enums/action.enum": {
|
|
212
|
+
"types": "./dist/enums/action.enum.d.ts",
|
|
213
|
+
"default": "./dist/enums/action.enum.js"
|
|
214
|
+
},
|
|
215
|
+
"./enums/error-codes": {
|
|
216
|
+
"types": "./dist/enums/error-codes.d.ts",
|
|
217
|
+
"default": "./dist/enums/error-codes.js"
|
|
218
|
+
},
|
|
219
|
+
"./enums/role.enum": {
|
|
220
|
+
"types": "./dist/enums/role.enum.d.ts",
|
|
221
|
+
"default": "./dist/enums/role.enum.js"
|
|
222
|
+
},
|
|
223
|
+
"./filter/exception/api.exception": {
|
|
224
|
+
"types": "./dist/filter/exception/api.exception.d.ts",
|
|
225
|
+
"default": "./dist/filter/exception/api.exception.js"
|
|
226
|
+
},
|
|
227
|
+
"./filter/exception/exception": {
|
|
228
|
+
"types": "./dist/filter/exception/exception.d.ts",
|
|
229
|
+
"default": "./dist/filter/exception/exception.js"
|
|
230
|
+
},
|
|
231
|
+
"./filter/exception/http.exception": {
|
|
232
|
+
"types": "./dist/filter/exception/http.exception.d.ts",
|
|
233
|
+
"default": "./dist/filter/exception/http.exception.js"
|
|
234
|
+
},
|
|
235
|
+
"./guards": {
|
|
236
|
+
"types": "./dist/guards/index.d.ts",
|
|
237
|
+
"default": "./dist/guards/index.js"
|
|
238
|
+
},
|
|
239
|
+
"./guards/api-key.guard": {
|
|
240
|
+
"types": "./dist/guards/api-key.guard.d.ts",
|
|
241
|
+
"default": "./dist/guards/api-key.guard.js"
|
|
242
|
+
},
|
|
243
|
+
"./guards/auth.guard": {
|
|
244
|
+
"types": "./dist/guards/auth.guard.d.ts",
|
|
245
|
+
"default": "./dist/guards/auth.guard.js"
|
|
246
|
+
},
|
|
247
|
+
"./guards/data-visibility.guard": {
|
|
248
|
+
"types": "./dist/guards/data-visibility.guard.d.ts",
|
|
249
|
+
"default": "./dist/guards/data-visibility.guard.js"
|
|
250
|
+
},
|
|
251
|
+
"./guards/permission.guard": {
|
|
252
|
+
"types": "./dist/guards/permission.guard.d.ts",
|
|
253
|
+
"default": "./dist/guards/permission.guard.js"
|
|
254
|
+
},
|
|
255
|
+
"./guards/tenant-context.guard": {
|
|
256
|
+
"types": "./dist/guards/tenant-context.guard.d.ts",
|
|
257
|
+
"default": "./dist/guards/tenant-context.guard.js"
|
|
258
|
+
},
|
|
259
|
+
"./guards/tokens": {
|
|
260
|
+
"types": "./dist/guards/tokens.d.ts",
|
|
261
|
+
"default": "./dist/guards/tokens.js"
|
|
262
|
+
},
|
|
263
|
+
"./guards/version.guard": {
|
|
264
|
+
"types": "./dist/guards/version.guard.d.ts",
|
|
265
|
+
"default": "./dist/guards/version.guard.js"
|
|
266
|
+
},
|
|
267
|
+
"./interceptor/audit": {
|
|
268
|
+
"types": "./dist/interceptor/audit/index.d.ts",
|
|
269
|
+
"default": "./dist/interceptor/audit/index.js"
|
|
270
|
+
},
|
|
271
|
+
"./interceptor/audit/audit-log.interceptor": {
|
|
272
|
+
"types": "./dist/interceptor/audit/audit-log.interceptor.d.ts",
|
|
273
|
+
"default": "./dist/interceptor/audit/audit-log.interceptor.js"
|
|
274
|
+
},
|
|
275
|
+
"./interceptor/mask": {
|
|
276
|
+
"types": "./dist/interceptor/mask/index.d.ts",
|
|
277
|
+
"default": "./dist/interceptor/mask/index.js"
|
|
278
|
+
},
|
|
279
|
+
"./interceptor/mask/mask.interceptor": {
|
|
280
|
+
"types": "./dist/interceptor/mask/mask.interceptor.d.ts",
|
|
281
|
+
"default": "./dist/interceptor/mask/mask.interceptor.js"
|
|
282
|
+
},
|
|
283
|
+
"./interceptor/rate-limit/no-rate-limit.interceptor": {
|
|
284
|
+
"types": "./dist/interceptor/rate-limit/no-rate-limit.interceptor.d.ts",
|
|
285
|
+
"default": "./dist/interceptor/rate-limit/no-rate-limit.interceptor.js"
|
|
286
|
+
},
|
|
287
|
+
"./interceptor/rate-limit/rate-limit.interceptor": {
|
|
288
|
+
"types": "./dist/interceptor/rate-limit/rate-limit.interceptor.d.ts",
|
|
289
|
+
"default": "./dist/interceptor/rate-limit/rate-limit.interceptor.js"
|
|
290
|
+
},
|
|
291
|
+
"./interceptor/transform/transform.interceptor": {
|
|
292
|
+
"types": "./dist/interceptor/transform/transform.interceptor.d.ts",
|
|
293
|
+
"default": "./dist/interceptor/transform/transform.interceptor.js"
|
|
294
|
+
},
|
|
295
|
+
"./interceptor/version": {
|
|
296
|
+
"types": "./dist/interceptor/version/index.d.ts",
|
|
297
|
+
"default": "./dist/interceptor/version/index.js"
|
|
298
|
+
},
|
|
299
|
+
"./interceptor/version/version-header.interceptor": {
|
|
300
|
+
"types": "./dist/interceptor/version/version-header.interceptor.d.ts",
|
|
301
|
+
"default": "./dist/interceptor/version/version-header.interceptor.js"
|
|
302
|
+
},
|
|
303
|
+
"./middleware/request.middleware": {
|
|
304
|
+
"types": "./dist/middleware/request.middleware.d.ts",
|
|
305
|
+
"default": "./dist/middleware/request.middleware.js"
|
|
306
|
+
},
|
|
307
|
+
"./middleware/tenant-isolation.middleware": {
|
|
308
|
+
"types": "./dist/middleware/tenant-isolation.middleware.d.ts",
|
|
309
|
+
"default": "./dist/middleware/tenant-isolation.middleware.js"
|
|
310
|
+
},
|
|
311
|
+
"./pipes/transform-root.pipe": {
|
|
312
|
+
"types": "./dist/pipes/transform-root.pipe.d.ts",
|
|
313
|
+
"default": "./dist/pipes/transform-root.pipe.js"
|
|
314
|
+
},
|
|
315
|
+
"./ts-rest": {
|
|
316
|
+
"types": "./dist/ts-rest/index.d.ts",
|
|
317
|
+
"default": "./dist/ts-rest/index.js"
|
|
318
|
+
},
|
|
319
|
+
"./ts-rest/response.helper": {
|
|
320
|
+
"types": "./dist/ts-rest/response.helper.d.ts",
|
|
321
|
+
"default": "./dist/ts-rest/response.helper.js"
|
|
322
|
+
},
|
|
323
|
+
"./utils/audit-log-helper.util": {
|
|
324
|
+
"types": "./dist/utils/audit-log-helper.util.d.ts",
|
|
325
|
+
"default": "./dist/utils/audit-log-helper.util.js"
|
|
326
|
+
},
|
|
327
|
+
"./utils/audit-signature.util": {
|
|
328
|
+
"types": "./dist/utils/audit-signature.util.d.ts",
|
|
329
|
+
"default": "./dist/utils/audit-signature.util.js"
|
|
330
|
+
},
|
|
331
|
+
"./utils/prisma-error.util": {
|
|
332
|
+
"types": "./dist/utils/prisma-error.util.d.ts",
|
|
333
|
+
"default": "./dist/utils/prisma-error.util.js"
|
|
21
334
|
}
|
|
22
335
|
},
|
|
23
336
|
"peerDependencies": {
|
|
24
|
-
"@dofe/infra-contracts": "^0.1.
|
|
25
|
-
"@dofe/infra-redis": "^0.1.
|
|
337
|
+
"@dofe/infra-contracts": "^0.1.25",
|
|
338
|
+
"@dofe/infra-redis": "^0.1.25",
|
|
26
339
|
"@nestjs/common": "^11.0.0",
|
|
27
340
|
"@nestjs/config": "^4.0.0",
|
|
28
341
|
"@nestjs/core": "^11.0.0",
|
|
29
|
-
"@nestjs/jwt": "^11.0.2",
|
|
30
|
-
"@nestjs/swagger": "^11.0.0",
|
|
31
342
|
"@nestjs/event-emitter": "^3.0.0",
|
|
343
|
+
"@nestjs/jwt": "^11.0.2",
|
|
32
344
|
"@nestjs/platform-fastify": "^11.0.0",
|
|
345
|
+
"@nestjs/swagger": "^11.0.0",
|
|
33
346
|
"@prisma/client": "^7.0.0",
|
|
34
347
|
"accept-language-parser": "^1.5.0",
|
|
35
348
|
"class-validator": "^0.14.1",
|
|
@@ -46,12 +359,12 @@
|
|
|
46
359
|
"zod": "^4.3.6"
|
|
47
360
|
},
|
|
48
361
|
"dependencies": {
|
|
49
|
-
"@dofe/infra-i18n": "^0.1.
|
|
50
|
-
"@dofe/infra-utils": "^0.1.
|
|
362
|
+
"@dofe/infra-i18n": "^0.1.25",
|
|
363
|
+
"@dofe/infra-utils": "^0.1.25"
|
|
51
364
|
},
|
|
52
365
|
"devDependencies": {
|
|
53
366
|
"@types/accept-language-parser": "^1.5.8",
|
|
54
|
-
"@types/js-yaml": "^4.0.
|
|
367
|
+
"@types/js-yaml": "^4.0.9",
|
|
55
368
|
"rimraf": "^6.1.3",
|
|
56
369
|
"typescript": "^6.0.3"
|
|
57
370
|
},
|
|
@@ -66,6 +379,7 @@
|
|
|
66
379
|
"scripts": {
|
|
67
380
|
"build": "tsc",
|
|
68
381
|
"typecheck": "tsc --noEmit",
|
|
69
|
-
"clean": "rimraf dist"
|
|
382
|
+
"clean": "rimraf dist",
|
|
383
|
+
"postbuild": "node ../../scripts/generate-exports.mjs"
|
|
70
384
|
}
|
|
71
385
|
}
|