mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-22 18:11:43 +03:00
bumped plugins
This commit is contained in:
parent
379775bcd3
commit
25034342c3
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-core",
|
"name": "tabby-core",
|
||||||
"version": "1.0.147-nightly.2",
|
"version": "1.0.147-nightly.3",
|
||||||
"description": "Tabby core",
|
"description": "Tabby core",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-electron",
|
"name": "tabby-electron",
|
||||||
"version": "1.0.147-nightly.2",
|
"version": "1.0.147-nightly.3",
|
||||||
"description": "Electron-specific bindings",
|
"description": "Electron-specific bindings",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-local",
|
"name": "tabby-local",
|
||||||
"version": "1.0.147-nightly.2",
|
"version": "1.0.147-nightly.3",
|
||||||
"description": "Tabby's local shell plugin",
|
"description": "Tabby's local shell plugin",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
@ -3,7 +3,7 @@ import { Component } from '@angular/core'
|
|||||||
import { UACService } from '../services/uac.service'
|
import { UACService } from '../services/uac.service'
|
||||||
import { LocalProfile } from '../api'
|
import { LocalProfile } from '../api'
|
||||||
import { ElectronHostWindow, ElectronService } from 'tabby-electron'
|
import { ElectronHostWindow, ElectronService } from 'tabby-electron'
|
||||||
import { ProfileSettingsComponent } from '../../../tabby-core/src/api/profileProvider'
|
import { ProfileSettingsComponent } from 'tabby-core'
|
||||||
|
|
||||||
|
|
||||||
/** @hidden */
|
/** @hidden */
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-plugin-manager",
|
"name": "tabby-plugin-manager",
|
||||||
"version": "1.0.147-nightly.2",
|
"version": "1.0.147-nightly.3",
|
||||||
"description": "Tabby's plugin manager",
|
"description": "Tabby's plugin manager",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-serial",
|
"name": "tabby-serial",
|
||||||
"version": "1.0.147-nightly.2",
|
"version": "1.0.147-nightly.3",
|
||||||
"description": "Serial connections for Tabby",
|
"description": "Serial connections for Tabby",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-settings",
|
"name": "tabby-settings",
|
||||||
"version": "1.0.147-nightly.2",
|
"version": "1.0.147-nightly.3",
|
||||||
"description": "Tabby terminal settings page",
|
"description": "Tabby terminal settings page",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-ssh",
|
"name": "tabby-ssh",
|
||||||
"version": "1.0.147-nightly.2",
|
"version": "1.0.147-nightly.3",
|
||||||
"description": "SSH connections for Tabby",
|
"description": "SSH connections for Tabby",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-telnet",
|
"name": "tabby-telnet",
|
||||||
"version": "1.0.147-nightly.2",
|
"version": "1.0.147-nightly.3",
|
||||||
"description": "Telnet/socket connections for Tabby",
|
"description": "Telnet/socket connections for Tabby",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-terminal",
|
"name": "tabby-terminal",
|
||||||
"version": "1.0.147-nightly.2",
|
"version": "1.0.147-nightly.3",
|
||||||
"description": "Tabby's terminal emulation core",
|
"description": "Tabby's terminal emulation core",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-web",
|
"name": "tabby-web",
|
||||||
"version": "1.0.147-nightly.2",
|
"version": "1.0.147-nightly.3",
|
||||||
"description": "Web-specific bindings",
|
"description": "Web-specific bindings",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
Loading…
Reference in New Issue
Block a user