#8282 - updated package.json files

This commit is contained in:
Eugene Pankov 2023-04-23 08:40:17 -07:00
parent 19d59a4cfb
commit dc8ddfcd15
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
14 changed files with 27 additions and 18 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tabby-community-color-schemes",
"version": "1.0.189-nightly.2",
"version": "1.0.197-nightly.0",
"description": "Community color schemes for Tabby",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-core",
"version": "1.0.189-nightly.0",
"version": "1.0.197-nightly.0",
"description": "Tabby core",
"keywords": [
"tabby-builtin-plugin"
@ -12,6 +12,7 @@
"watch": "webpack --progress --color --watch"
},
"files": [
"dist",
"typings"
],
"author": "Eugene Pankov",

View File

@ -1,6 +1,6 @@
{
"name": "tabby-electron",
"version": "1.0.189-nightly.2",
"version": "1.0.197-nightly.0",
"description": "Electron-specific bindings",
"keywords": [
"tabby-builtin-plugin"
@ -12,7 +12,8 @@
"watch": "webpack --progress --color --watch"
},
"files": [
"dist"
"dist",
"typings"
],
"author": "Eugene Pankov",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "tabby-linkifier",
"version": "1.0.189-nightly.2",
"version": "1.0.197-nightly.0",
"description": "Makes URLs, IPs and file paths clickable in Tabby",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-local",
"version": "1.0.189-nightly.2",
"version": "1.0.197-nightly.0",
"description": "Tabby's local shell plugin",
"keywords": [
"tabby-builtin-plugin"
@ -12,6 +12,7 @@
"watch": "webpack --progress --color --watch"
},
"files": [
"dist",
"typings"
],
"author": "Eugene Pankov",

View File

@ -1,6 +1,6 @@
{
"name": "tabby-plugin-manager",
"version": "1.0.189-nightly.2",
"version": "1.0.197-nightly.0",
"description": "Tabby's plugin manager",
"keywords": [
"tabby-builtin-plugin"
@ -12,7 +12,8 @@
"watch": "webpack --progress --color --watch"
},
"files": [
"dist"
"dist",
"typings"
],
"author": "Eugene Pankov",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "tabby-serial",
"version": "1.0.189-nightly.2",
"version": "1.0.197-nightly.0",
"description": "Serial connections for Tabby",
"keywords": [
"tabby-builtin-plugin"
@ -12,7 +12,8 @@
"watch": "webpack --progress --color --watch"
},
"files": [
"dist"
"dist",
"typings"
],
"author": "Eugene Pankov",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "tabby-settings",
"version": "1.0.189-nightly.2",
"version": "1.0.197-nightly.0",
"description": "Tabby terminal settings page",
"keywords": [
"tabby-builtin-plugin"
@ -12,6 +12,7 @@
"watch": "webpack --progress --color --watch"
},
"files": [
"dist",
"typings"
],
"author": "Eugene Pankov",

View File

@ -1,6 +1,6 @@
{
"name": "tabby-ssh",
"version": "1.0.189-nightly.2",
"version": "1.0.197-nightly.0",
"description": "SSH connections for Tabby",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-telnet",
"version": "1.0.189-nightly.2",
"version": "1.0.197-nightly.0",
"description": "Telnet/socket connections for Tabby",
"keywords": [
"tabby-builtin-plugin"
@ -12,6 +12,7 @@
"watch": "webpack --progress --color --watch"
},
"files": [
"dist",
"typings"
],
"author": "Eugene Pankov",

View File

@ -1,6 +1,6 @@
{
"name": "tabby-terminal",
"version": "1.0.189-nightly.2",
"version": "1.0.197-nightly.0",
"description": "Tabby's terminal emulation core",
"keywords": [
"tabby-builtin-plugin"
@ -13,6 +13,7 @@
"prepare": "patch-package"
},
"files": [
"dist",
"typings"
],
"author": "Eugene Pankov",

View File

@ -1,6 +1,6 @@
{
"name": "tabby-web-demo",
"version": "1.0.189-nightly.2",
"version": "1.0.197-nightly.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "tabby-web",
"version": "1.0.189-nightly.2",
"version": "1.0.197-nightly.0",
"description": "Web-specific bindings",
"keywords": [
"tabby-builtin-plugin"
@ -12,7 +12,8 @@
"watch": "webpack --progress --color --watch"
},
"files": [
"dist"
"dist",
"typings"
],
"author": "Eugene Pankov",
"license": "MIT",

View File

@ -20,5 +20,5 @@
"scripts": {
"prepare": "patch-package"
},
"version": "1.0.189-nightly.2"
"version": "1.0.197-nightly.0"
}