Skip to content

Commit

Permalink
fix(ngx-diff): add UnifiedDiffComponent to exported types
Browse files Browse the repository at this point in the history
  • Loading branch information
rars committed Mar 15, 2024
1 parent e2ee117 commit 842d520
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-diff",
"version": "8.0.0",
"version": "8.0.1",
"type": "module",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-diff",
"version": "8.0.0",
"version": "8.0.1",
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
Expand Down
1 change: 1 addition & 0 deletions projects/ngx-diff/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
export * from './lib/services/diff-match-patch/diff-match-patch.service';
export * from './lib/components/inline-diff/inline-diff.component';
export * from './lib/components/side-by-side-diff/side-by-side-diff.component';
export * from './lib/components/unified-diff/unified-diff.component';
export * from './lib/common/line-select-event';
export * from './lib/common/line-diff-type';

0 comments on commit 842d520

Please sign in to comment.