Skip to content

Commit 99f03bd

Browse files
authored
🐛 switch console-feed to offical version (#7)
1 parent 7378ae3 commit 99f03bd

File tree

8 files changed

+31
-25
lines changed

8 files changed

+31
-25
lines changed

.changeset/young-suits-press.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"vsit": patch
3+
---
4+
5+
replace @nicksrandall/console-feed to console-feed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist-client

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"@codemirror/state": "^6.2.1",
3939
"@codemirror/view": "^6.13.0",
4040
"@lezer/highlight": "^1.1.6",
41-
"@nicksrandall/console-feed": "3.5.0",
4241
"@tailwindcss/typography": "0.5.7",
4342
"@uiw/codemirror-theme-atomone": "^4.21.2",
4443
"clsx": "1.2.1",
44+
"console-feed": "3.5.0",
4545
"daisyui": "^2.24.0",
4646
"solid-codemirror": "^2.3.0",
4747
"solid-js": "^1.7.6"

packages/client/src/pages/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable react/jsx-key */
2-
import Hook from '@nicksrandall/console-feed/lib/Hook'
3-
import { Decode } from '@nicksrandall/console-feed/lib/Transform'
42
import clsx from 'clsx'
3+
import Hook from 'console-feed/lib/Hook'
4+
import { Decode } from 'console-feed/lib/Transform'
55
import { createSignal } from 'solid-js'
66
import { consolehook, MESSAGE_EVENT_TYPE } from 'vsit'
77

packages/vsit/global.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Encode, Hook } from '@nicksrandall/@nicksrandall/console-feed'
1+
import type { Encode, Hook } from 'console-feed'
22
import type { ViteDevServer } from 'vite'
33

44
declare global {

packages/vsit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
},
7070
"devDependencies": {
7171
"@changesets/cli": "^2.26.0",
72-
"@nicksrandall/console-feed": "3.5.0",
7372
"@rollup/plugin-alias": "4.0.3",
7473
"@rollup/plugin-commonjs": "24.0.1",
7574
"@rollup/plugin-json": "^6.0.0",
@@ -82,6 +81,7 @@
8281
"body-parser": "1.20.2",
8382
"cac": "6.7.12",
8483
"consola": "^2.15.3",
84+
"console-feed": "3.5.0",
8585
"cz-emoji": "^1.3.1",
8686
"debug": "^4.3.4",
8787
"esbuild": "^0.18.6",

packages/vsit/src/plugins/vsit/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { performance } from 'node:perf_hooks'
22

3-
import Hook from '@nicksrandall/console-feed/lib/Hook'
4-
import { Encode } from '@nicksrandall/console-feed/lib/Transform'
53
import bodyparser from 'body-parser'
4+
import Hook from 'console-feed/lib/Hook'
5+
import { Encode } from 'console-feed/lib/Transform'
66
import { parseURL } from 'ufo'
77

88
import { debug } from '@/common/log'

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)