Skip to content

Commit

Permalink
update xterm package names with @xterm
Browse files Browse the repository at this point in the history
  • Loading branch information
qwefgh90 committed Mar 19, 2024
1 parent bc15ea6 commit 8a9c444
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 61 deletions.
41 changes: 23 additions & 18 deletions LICENSE-THIRD-PARTY
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@
│ ├─ repository: https://github.com/babel/babel
│ ├─ publisher: The Babel Team
│ ├─ url: https://babel.dev/team
│ ├─ path: H:\workspace\ng-terminal\node_modules\@babel\helper-remap-async-to-generator\node_modules\@babel\helper-annotate-as-pure
│ └─ licenseFile: H:\workspace\ng-terminal\node_modules\@babel\helper-remap-async-to-generator\node_modules\@babel\helper-annotate-as-pure\LICENSE
│ ├─ path: H:\workspace\ng-terminal\node_modules\@babel\helper-create-class-features-plugin\node_modules\@babel\helper-annotate-as-pure
│ └─ licenseFile: H:\workspace\ng-terminal\node_modules\@babel\helper-create-class-features-plugin\node_modules\@babel\helper-annotate-as-pure\LICENSE
├─ @babel/helper-builder-binary-assignment-operator-visitor@7.22.5
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel
Expand Down Expand Up @@ -1391,6 +1391,25 @@
│ ├─ publisher: Sven Sauleau
│ ├─ path: H:\workspace\ng-terminal\node_modules\@webassemblyjs\wast-printer
│ └─ licenseFile: H:\workspace\ng-terminal\node_modules\@webassemblyjs\wast-printer\LICENSE
├─ @xterm/addon-fit@0.9.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtermjs/xterm.js/tree/master/addons/addon-fit
│ ├─ publisher: The xterm.js authors
│ ├─ url: https://xtermjs.org/
│ ├─ path: H:\workspace\ng-terminal\node_modules\@xterm\addon-fit
│ └─ licenseFile: H:\workspace\ng-terminal\node_modules\@xterm\addon-fit\LICENSE
├─ @xterm/addon-web-links@0.10.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtermjs/xterm.js/tree/master/addons/addon-web-links
│ ├─ publisher: The xterm.js authors
│ ├─ url: https://xtermjs.org/
│ ├─ path: H:\workspace\ng-terminal\node_modules\@xterm\addon-web-links
│ └─ licenseFile: H:\workspace\ng-terminal\node_modules\@xterm\addon-web-links\LICENSE
├─ @xterm/xterm@5.4.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtermjs/xterm.js
│ ├─ path: H:\workspace\ng-terminal\node_modules\@xterm\xterm
│ └─ licenseFile: H:\workspace\ng-terminal\node_modules\@xterm\xterm\LICENSE
├─ @xtuc/ieee754@1.2.0
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/feross/ieee754
Expand Down Expand Up @@ -3683,8 +3702,8 @@
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/loader-utils
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: H:\workspace\ng-terminal\node_modules\babel-loader\node_modules\loader-utils
│ └─ licenseFile: H:\workspace\ng-terminal\node_modules\babel-loader\node_modules\loader-utils\LICENSE
│ ├─ path: H:\workspace\ng-terminal\node_modules\adjust-sourcemap-loader\node_modules\loader-utils
│ └─ licenseFile: H:\workspace\ng-terminal\node_modules\adjust-sourcemap-loader\node_modules\loader-utils\LICENSE
├─ loader-utils@3.2.1
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/loader-utils
Expand Down Expand Up @@ -6152,20 +6171,6 @@
│ ├─ email: raynos2@gmail.com
│ ├─ path: H:\workspace\ng-terminal\node_modules\xtend
│ └─ licenseFile: H:\workspace\ng-terminal\node_modules\xtend\LICENSE
├─ xterm-addon-fit@0.8.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtermjs/xterm.js
│ ├─ publisher: The xterm.js authors
│ ├─ url: https://xtermjs.org/
│ ├─ path: H:\workspace\ng-terminal\node_modules\xterm-addon-fit
│ └─ licenseFile: H:\workspace\ng-terminal\node_modules\xterm-addon-fit\LICENSE
├─ xterm-addon-web-links@0.9.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtermjs/xterm.js
│ ├─ publisher: The xterm.js authors
│ ├─ url: https://xtermjs.org/
│ ├─ path: H:\workspace\ng-terminal\node_modules\xterm-addon-web-links
│ └─ licenseFile: H:\workspace\ng-terminal\node_modules\xterm-addon-web-links\LICENSE
├─ xterm-addon-webgl@0.16.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtermjs/xterm.js
Expand Down
78 changes: 45 additions & 33 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"ngx-json-viewer": "^2.4.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-web-links": "^0.9.0",
"@xterm/xterm": "^5.4.0",
"@xterm/addon-fit": "^0.9.0",
"zone.js": "~0.11.4",
"@xterm/addon-web-links": "^0.10.0",
"xterm-addon-webgl": "^0.16.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions projects/demo/src/app/example.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import { Subject } from 'rxjs';
import { KindOfCharacterAttributes, NgTerminal } from 'ng-terminal';
import { FormControl } from '@angular/forms';
import { MatSlideToggleChange } from '@angular/material/slide-toggle';
import { Terminal } from 'xterm';
import { Terminal } from '@xterm/xterm';
import { FunctionsUsingCSI } from 'ng-terminal';
import { WebLinksAddon } from 'xterm-addon-web-links';
import { WebLinksAddon } from '@xterm/addon-web-links';
import { WebglAddon } from 'xterm-addon-webgl';

@Component({
Expand Down
4 changes: 2 additions & 2 deletions projects/ng-terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"angular-resizable-element": "^5.0.0",
"@juggle/resize-observer": "^3.4.0",
"xterm-addon-fit": "^0.8.0",
"xterm": "^5.3.0",
"@xterm/addon-fit": "^0.9.0",
"@xterm/xterm": "^5.4.0",
"tslib": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions projects/ng-terminal/src/lib/ng-terminal.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import {
SimpleChanges,
isDevMode,
} from '@angular/core';
import { ITerminalInitOnlyOptions, ITerminalOptions, Terminal } from 'xterm';
import { FitAddon } from 'xterm-addon-fit';
import { ITerminalInitOnlyOptions, ITerminalOptions, Terminal } from '@xterm/xterm';
import { FitAddon } from '@xterm/addon-fit';
import { NgTerminal } from './ng-terminal';
import { Subject, Observable, Subscription } from 'rxjs';
import { ResizeEvent } from 'angular-resizable-element';
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-terminal/src/lib/ng-terminal.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Observable } from 'rxjs';
import { ITerminalInitOnlyOptions, ITerminalOptions, Terminal } from 'xterm';
import { ITerminalInitOnlyOptions, ITerminalOptions, Terminal } from '@xterm/xterm';

interface TerminalWrapper{
/**
Expand Down

0 comments on commit 8a9c444

Please sign in to comment.