Skip to content

Commit 8524744

Browse files
use rdevis stream
1 parent 9a11434 commit 8524744

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"typescript": "^5.7.3"
4242
},
4343
"dependencies": {
44+
"@rdevis/turbo-stream": "^2.4.1",
4445
"esbuild": "^0.25.0",
45-
"turbo-stream": "^2.4.1",
4646
"uglify-js": "^3.14.2",
4747
"universalify": "2.0.0"
4848
}

src/oc-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* globals __CLIENT_VERSION__, __REGISTERED_TEMPLATES_PLACEHOLDER__, __DEFAULT_RETRY_INTERVAL__, __DEFAULT_RETRY_LIMIT__, __DEFAULT_DISABLE_LOADER__, __DISABLE_LEGACY_TEMPLATES__, __EXTERNALS__ */
2-
import { decode } from "turbo-stream";
2+
import { decode } from "@rdevis/turbo-stream";
33

44
export function createOc(oc) {
55
// If oc client is already inside the page, we do nothing.

0 commit comments

Comments
 (0)