@@ -36,7 +36,7 @@ describe('project sizes', () => {
36
36
stats . client = await analyzeSizes ( '**/*.js' , publicDir )
37
37
expect
38
38
. soft ( roundToKilobytes ( stats . client . totalBytes ) )
39
- . toMatchInlineSnapshot ( `"269k "` )
39
+ . toMatchInlineSnapshot ( `"270k "` )
40
40
expect . soft ( stats . client . files . map ( f => f . replace ( / \. .* \. j s / , '.js' ) . replace ( / _ s c r i p t s \/ .* \. j s / , '_scripts/script.js' ) ) . sort ( ) )
41
41
. toMatchInlineSnapshot ( `
42
42
[
@@ -80,12 +80,12 @@ describe('project sizes', () => {
80
80
stats . server = await analyzeSizes ( [ '**/*.mjs' , '!node_modules' ] , serverDir )
81
81
expect
82
82
. soft ( roundToKilobytes ( stats . server . totalBytes ) )
83
- . toMatchInlineSnapshot ( `"430k "` )
83
+ . toMatchInlineSnapshot ( `"441k "` )
84
84
85
85
const modules = await analyzeSizes ( 'node_modules/**/*' , serverDir )
86
86
expect
87
87
. soft ( roundToKilobytes ( modules . totalBytes ) )
88
- . toMatchInlineSnapshot ( `"7489k "` )
88
+ . toMatchInlineSnapshot ( `"8137k "` )
89
89
90
90
const packages = modules . files
91
91
. filter ( m => m . endsWith ( 'package.json' ) )
@@ -99,6 +99,8 @@ describe('project sizes', () => {
99
99
"@atproto/syntax",
100
100
"@atproto/xrpc",
101
101
"@babel/parser",
102
+ "@sanity/client",
103
+ "@sanity/eventsource",
102
104
"@shikijs/core",
103
105
"@shikijs/engine-javascript",
104
106
"@shikijs/engine-oniguruma",
@@ -125,8 +127,11 @@ describe('project sizes', () => {
125
127
"character-entities-legacy",
126
128
"character-reference-invalid",
127
129
"comma-separated-tokens",
130
+ "core-util-is",
128
131
"cssfilter",
132
+ "debug",
129
133
"decode-named-character-reference",
134
+ "decompress-response",
130
135
"detab",
131
136
"devalue",
132
137
"devlop",
@@ -138,9 +143,12 @@ describe('project sizes', () => {
138
143
"estree-walker",
139
144
"events-to-async",
140
145
"events-to-async/module",
146
+ "eventsource",
141
147
"extend",
142
148
"feed",
143
149
"flat",
150
+ "follow-redirects",
151
+ "get-it",
144
152
"github-slugger",
145
153
"graphemer",
146
154
"hast-util-from-parse5",
@@ -155,12 +163,15 @@ describe('project sizes', () => {
155
163
"hookable",
156
164
"html-void-elements",
157
165
"image-meta",
166
+ "inherits",
158
167
"is-absolute-url",
159
168
"is-alphabetical",
160
169
"is-alphanumerical",
161
170
"is-decimal",
162
171
"is-hexadecimal",
163
172
"is-plain-obj",
173
+ "is-retry-allowed",
174
+ "isarray",
164
175
"iso-datestring-validator",
165
176
"js-yaml",
166
177
"longest-streak",
@@ -205,12 +216,18 @@ describe('project sizes', () => {
205
216
"micromark-util-resolve-all",
206
217
"micromark-util-sanitize-uri",
207
218
"micromark-util-subtokenize",
219
+ "mimic-response",
220
+ "ms",
208
221
"multiformats",
209
222
"node-emoji",
210
223
"oniguruma-to-es",
211
224
"parse-entities",
212
225
"parse5",
226
+ "process-nextick-args",
227
+ "progress-stream",
213
228
"property-information",
229
+ "readable-stream",
230
+ "readable-stream/node_modules/safe-buffer",
214
231
"rehype-external-links",
215
232
"rehype-raw",
216
233
"rehype-sort-attribute-values",
@@ -220,17 +237,26 @@ describe('project sizes', () => {
220
237
"remark-mdc",
221
238
"remark-parse",
222
239
"remark-rehype",
240
+ "rxjs",
241
+ "safe-buffer",
223
242
"sax",
224
243
"scule",
225
244
"shiki",
226
245
"skin-tone",
227
246
"source-map-js",
228
247
"space-separated-tokens",
248
+ "speedometer",
249
+ "string_decoder",
250
+ "string_decoder/node_modules/safe-buffer",
229
251
"stringify-entities",
252
+ "supports-color",
253
+ "through2",
230
254
"tlds",
231
255
"trim-lines",
232
256
"trough",
233
257
"ts-custom-error",
258
+ "tunnel-agent",
259
+ "tunnel-agent/node_modules/safe-buffer",
234
260
"uint8arrays",
235
261
"unhead",
236
262
"unicode-emoji-modifier-base",
@@ -240,13 +266,15 @@ describe('project sizes', () => {
240
266
"unist-util-stringify-position",
241
267
"unist-util-visit",
242
268
"unist-util-visit-parents",
269
+ "util-deprecate",
243
270
"vfile",
244
271
"vfile-location",
245
272
"vfile-message",
246
273
"vue",
247
274
"web-namespaces",
248
275
"xml-js",
249
276
"xss",
277
+ "xtend",
250
278
"zod",
251
279
"zwitch",
252
280
]
0 commit comments