File tree Expand file tree Collapse file tree 9 files changed +467
-55
lines changed Expand file tree Collapse file tree 9 files changed +467
-55
lines changed Original file line number Diff line number Diff line change 11
11
"lint" : " eslint ."
12
12
},
13
13
"devDependencies" : {
14
- "@types/node" : " ^20.12.8 " ,
14
+ "@types/node" : " ^24.2.1 " ,
15
15
"eslint" : " ^9.5.0" ,
16
16
"jsdom" : " ^26.1.0" ,
17
17
"typescript" : " ^5.5.4" ,
18
18
"unbuild" : " ^2.0.0" ,
19
19
"vitest" : " ^2.0.5"
20
20
},
21
- "packageManager" :
" [email protected] +sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
21
+ "packageManager" :
" [email protected] +sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac" ,
22
+ "dependencies" : {
23
+ "glob" : " ^11.0.3" ,
24
+ "tsx" : " ^4.20.3"
25
+ }
22
26
}
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.3-alpha.0" ,
4
4
"type" : " module" ,
5
5
"sideEffects" : false ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/instructa/browser-echo.git" ,
9
+ "directory" : " packages/core"
10
+ },
11
+ "author" : {
12
+ "name" : " Kevin Kern" ,
13
+ "url" : " https://github.com/regenrek"
14
+ },
6
15
"files" : [
7
16
" dist"
8
17
],
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.3-alpha.0" ,
4
4
"type" : " module" ,
5
5
"sideEffects" : false ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/instructa/browser-echo.git" ,
9
+ "directory" : " packages/next"
10
+ },
11
+ "author" : {
12
+ "name" : " Kevin Kern" ,
13
+ "url" : " https://github.com/regenrek"
14
+ },
6
15
"files" : [
7
16
" dist"
8
17
],
32
41
"react-dom" : " >=18.0.0"
33
42
},
34
43
"dependencies" : {
35
- "@browser-echo/core" : " ^0.0.3-alpha.0 "
44
+ "@browser-echo/core" : " workspace:* "
36
45
},
37
46
"scripts" : {
38
47
"build" : " unbuild" ,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.3-alpha.0" ,
4
4
"type" : " module" ,
5
5
"sideEffects" : false ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/instructa/browser-echo.git" ,
9
+ "directory" : " packages/nuxt"
10
+ },
11
+ "author" : {
12
+ "name" : " Kevin Kern" ,
13
+ "url" : " https://github.com/regenrek"
14
+ },
6
15
"files" : [
7
16
" dist"
8
17
],
16
25
"@nuxt/kit" : " >=3.11.0"
17
26
},
18
27
"dependencies" : {
19
- "@browser-echo/core" : " ^0.0.3-alpha.0 "
28
+ "@browser-echo/core" : " workspace:* "
20
29
},
21
30
"scripts" : {
22
31
"build" : " unbuild" ,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.3-alpha.0" ,
4
4
"type" : " module" ,
5
5
"sideEffects" : false ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/instructa/browser-echo.git" ,
9
+ "directory" : " packages/react"
10
+ },
11
+ "author" : {
12
+ "name" : " Kevin Kern" ,
13
+ "url" : " https://github.com/regenrek"
14
+ },
6
15
"files" : [
7
16
" dist"
8
17
],
17
26
"react-dom" : " >=18.0.0"
18
27
},
19
28
"dependencies" : {
20
- "@browser-echo/core" : " ^0.0.3-alpha.0 "
29
+ "@browser-echo/core" : " workspace:* "
21
30
},
22
31
"scripts" : {
23
32
"build" : " unbuild" ,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.3-alpha.0" ,
4
4
"type" : " module" ,
5
5
"sideEffects" : false ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/instructa/browser-echo.git" ,
9
+ "directory" : " packages/vite"
10
+ },
11
+ "author" : {
12
+ "name" : " Kevin Kern" ,
13
+ "url" : " https://github.com/regenrek"
14
+ },
6
15
"files" : [
7
16
" dist"
8
17
],
17
26
},
18
27
"dependencies" : {
19
28
"ansis" : " ^3.2.0" ,
20
- "@browser-echo/core" : " ^0.0.3-alpha.0 "
29
+ "@browser-echo/core" : " workspace:* "
21
30
},
22
31
"scripts" : {
23
32
"build" : " unbuild" ,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.3-alpha.0" ,
4
4
"type" : " module" ,
5
5
"sideEffects" : false ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/instructa/browser-echo.git" ,
9
+ "directory" : " packages/vue"
10
+ },
11
+ "author" : {
12
+ "name" : " Kevin Kern" ,
13
+ "url" : " https://github.com/regenrek"
14
+ },
6
15
"files" : [
7
16
" dist"
8
17
],
16
25
"vue" : " >=3.3.0"
17
26
},
18
27
"dependencies" : {
19
- "@browser-echo/core" : " ^0.0.3-alpha.0 "
28
+ "@browser-echo/core" : " workspace:* "
20
29
},
21
30
"scripts" : {
22
31
"build" : " unbuild" ,
You can’t perform that action at this time.
0 commit comments