Skip to content

Commit 912e28c

Browse files
use rdevis stream
1 parent 1173d56 commit 912e28c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"typescript": "^5.7.3"
7575
},
7676
"dependencies": {
77+
"@rdevis/turbo-stream": "^2.4.1",
7778
"@types/lodash.isequal": "^4.5.8",
7879
"accept-language-parser": "^1.5.0",
7980
"async": "^3.2.6",
@@ -116,9 +117,8 @@
116117
"serialize-error": "^8.1.0",
117118
"targz": "^1.0.1",
118119
"try-require": "^1.2.1",
119-
"turbo-stream": "^2.4.1",
120120
"undici": "^6.19.8",
121121
"universalify": "^2.0.0",
122122
"yargs": "^17.7.2"
123123
}
124-
}
124+
}

src/registry/routes/component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { serializeError } from 'serialize-error';
22

33
import { Readable } from 'node:stream';
4+
import { encode } from '@rdevis/turbo-stream';
45
import type { Request, RequestHandler, Response } from 'express';
5-
import { encode } from 'turbo-stream';
66
import strings from '../../resources';
77
import type { Config } from '../../types';
88
import type { Repository } from '../domain/repository';

0 commit comments

Comments
 (0)