File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ # 0.1.0 (2026-01-06)
7+
8+ ### Features
9+
10+ - add dev preview script for visual-diff ([ 25f57a2] ( https://github.com/constructive-io/dev-utils/commit/25f57a2b738a3632f2df57e8d586d6c807b59d34 ) )
11+ - add visual-diff package with syntax highlighting ([ d37a1e3] ( https://github.com/constructive-io/dev-utils/commit/d37a1e35c974e00a00ee8f508ee2d33ca2cd6f94 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @interweb/visual-diff" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.1.0 " ,
44 "author" : " Constructive <developers@constructive.io>" ,
55 "description" : " Beautiful visual diff with syntax highlighting for terminal and HTML output" ,
66 "main" : " index.js" ,
1919 "bugs" : {
2020 "url" : " https://github.com/constructive-io/dev-utils/issues"
2121 },
22- "scripts" : {
23- "copy" : " makage assets" ,
24- "clean" : " makage clean" ,
25- "prepublishOnly" : " npm run build" ,
26- "build" : " makage build" ,
27- "dev" : " node -r ts-node/register dev/index.ts" ,
28- "lint" : " eslint . --fix" ,
29- "test" : " jest" ,
30- "test:watch" : " jest --watch"
31- },
22+ "scripts" : {
23+ "copy" : " makage assets" ,
24+ "clean" : " makage clean" ,
25+ "prepublishOnly" : " npm run build" ,
26+ "build" : " makage build" ,
27+ "dev" : " node -r ts-node/register dev/index.ts" ,
28+ "lint" : " eslint . --fix" ,
29+ "test" : " jest" ,
30+ "test:watch" : " jest --watch"
31+ },
3232 "dependencies" : {
3333 "yanse" : " workspace:*"
3434 },
You can’t perform that action at this time.
0 commit comments