File tree Expand file tree Collapse file tree 11 files changed +79
-79
lines changed
Expand file tree Collapse file tree 11 files changed +79
-79
lines changed Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/cli" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.8 " ,
6+ "version" : " 0.0.9 " ,
77 "main" : " index.mjs" ,
88 "type" : " module" ,
99 "types" : " index.d.ts" ,
5050 " cli diff component"
5151 ],
5252 "dependencies" : {
53- "@git-diff-view/core" : " ^0.0.36 " ,
53+ "@git-diff-view/core" : " ^0.0.38 " ,
5454 "@types/hast" : " ^3.0.0" ,
5555 "chalk" : " ^5.6.2" ,
5656 "highlight.js" : " ^11.11.0" ,
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/core" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.37 " ,
6+ "version" : " 0.0.38 " ,
77 "main" : " index.js" ,
88 "types" : " index.d.ts" ,
99 "files" : [
5353 " diff parse"
5454 ],
5555 "dependencies" : {
56- "@git-diff-view/lowlight" : " ^0.0.36 " ,
56+ "@git-diff-view/lowlight" : " ^0.0.38 " ,
5757 "highlight.js" : " ^11.11.0" ,
5858 "lowlight" : " ^3.3.0" ,
5959 "fast-diff" : " ^1.3.0"
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/file" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.37 " ,
6+ "version" : " 0.0.38 " ,
77 "main" : " index.js" ,
88 "types" : " index.d.ts" ,
99 "files" : [
5353 " diff parse"
5454 ],
5555 "dependencies" : {
56- "@git-diff-view/core" : " ^0.0.36 " ,
57- "diff" : " ^8.0.2 " ,
56+ "@git-diff-view/core" : " ^0.0.38 " ,
57+ "diff" : " ^8.0.3 " ,
5858 "highlight.js" : " ^11.11.0" ,
5959 "lowlight" : " ^3.3.0" ,
6060 "fast-diff" : " ^1.3.0"
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/lowlight" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.37 " ,
6+ "version" : " 0.0.38 " ,
77 "main" : " index.js" ,
88 "types" : " index.d.ts" ,
99 "files" : [
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/react" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.37 " ,
6+ "version" : " 0.0.38 " ,
77 "main" : " index.js" ,
88 "types" : " index.d.ts" ,
99 "files" : [
6767 " react diff component"
6868 ],
6969 "dependencies" : {
70- "@git-diff-view/core" : " ^0.0.36 " ,
70+ "@git-diff-view/core" : " ^0.0.38 " ,
7171 "@types/hast" : " ^3.0.0" ,
7272 "fast-diff" : " ^1.3.0" ,
7373 "highlight.js" : " ^11.11.0" ,
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/shiki" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.37 " ,
6+ "version" : " 0.0.38 " ,
77 "types" : " index.d.ts" ,
88 "main" : " ./dist/esm/index.mjs" ,
99 "type" : " module" ,
4747 ],
4848 "dependencies" : {
4949 "@types/hast" : " ^3.0.0" ,
50- "shiki" : " ^3.9.2 "
50+ "shiki" : " ^3.22.0 "
5151 }
5252}
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/solid" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.10 " ,
6+ "version" : " 0.0.11 " ,
77 "main" : " ./dist/solid-git-diff-view.mjs" ,
88 "type" : " module" ,
99 "types" : " index.d.ts" ,
4141 " solid diff component"
4242 ],
4343 "dependencies" : {
44- "@git-diff-view/core" : " ^0.0.36 " ,
44+ "@git-diff-view/core" : " ^0.0.38 " ,
4545 "@types/hast" : " ^3.0.0" ,
4646 "highlight.js" : " ^11.11.0" ,
4747 "lowlight" : " ^3.3.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @git-diff-view/svelte" ,
3- "version" : " 0.0.11 " ,
3+ "version" : " 0.0.12 " ,
44 "scripts" : {
55 "dev" : " vite dev" ,
66 "build" : " svelte-kit sync && svelte-package" ,
3535 "./package.json" : " ./package.json"
3636 },
3737 "dependencies" : {
38- "@git-diff-view/core" : " ^0.0.36 " ,
38+ "@git-diff-view/core" : " ^0.0.38 " ,
3939 "@types/hast" : " ^3.0.0" ,
4040 "highlight.js" : " ^11.11.0" ,
4141 "lowlight" : " ^3.3.0" ,
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/utils" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.37 " ,
6+ "version" : " 0.0.38 " ,
77 "types" : " index.d.ts" ,
88 "type" : " module" ,
99 "files" : [
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/vue" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.37 " ,
6+ "version" : " 0.0.38 " ,
77 "main" : " ./dist/vue-git-diff-view.mjs" ,
88 "type" : " module" ,
99 "types" : " index.d.ts" ,
4141 " vue diff component"
4242 ],
4343 "dependencies" : {
44- "@git-diff-view/core" : " ^0.0.36 " ,
44+ "@git-diff-view/core" : " ^0.0.38 " ,
4545 "@types/hast" : " ^3.0.0" ,
4646 "highlight.js" : " ^11.11.0" ,
4747 "lowlight" : " ^3.3.0" ,
You can’t perform that action at this time.
0 commit comments