Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 1d4abb2

Browse files
committed
Bump version and update packages
1 parent 9b4cc06 commit 1d4abb2

File tree

8 files changed

+138
-241
lines changed

8 files changed

+138
-241
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ Built and mantained by **[Ptorx](https://ptorx.com)** and other **[Xyfir](https:
77
## Features
88

99
- Communicate with visitors who are on your site or app through your Slack workspace
10+
- Configure which URL routes it will display on
11+
- Easy theming via [Material-UI](https://material-ui.com/style/color/#color-tool)
1012
- Standalone server and web client
1113
- Easy integration into new and existing applications of any stack
1214
- Self-hosted, with no third-party service subscriptions you have to pay for
1315
- No dependencies other than Node and what npm will install
1416
- Older Node versions not actively supported
15-
- Easy theming via [Material-UI](https://material-ui.com/style/color/#color-tool)
1617

1718
## Install
1819

loader/package-lock.json

Lines changed: 44 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

loader/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yalcs-loader",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "Yet Another Live Chat for Slack — Message your website's visitors through Slack for support or sales.",
55
"main": "",
66
"scripts": {
@@ -25,14 +25,14 @@
2525
"typescript": "^3.3.4000",
2626
"webpack": "^4.29.6",
2727
"webpack-cli": "^3.3.0",
28-
"webpack-dev-server": "^3.2.1",
29-
"keywords": [
30-
"live chat",
31-
"chat",
32-
"slack",
33-
"support",
34-
"instant messaging",
35-
"messaging"
36-
]
37-
}
28+
"webpack-dev-server": "^3.3.0"
29+
},
30+
"keywords": [
31+
"live chat",
32+
"chat",
33+
"slack",
34+
"support",
35+
"instant messaging",
36+
"messaging"
37+
]
3838
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "yalcs",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "Yet Another Live Chat for Slack — Message your website's visitors through Slack for support or sales.",
55
"main": "",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"dependencies": {
10-
"yalcs-loader": "1.0.0-alpha.0",
11-
"yalcs-server": "1.0.0-alpha.0",
12-
"yalcs-web": "1.0.0-alpha.0"
10+
"yalcs-loader": "1.0.0-alpha.1",
11+
"yalcs-server": "1.0.0-alpha.1",
12+
"yalcs-web": "1.0.0-alpha.1"
1313
},
1414
"prettier": {
1515
"singleQuote": true

server/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yalcs-server",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "Yet Another Live Chat for Slack — Message your website's visitors through Slack for support or sales.",
55
"main": "dist/app.js",
66
"scripts": {
@@ -38,8 +38,8 @@
3838
"@types/uuid": "^3.4.4",
3939
"jest": "^24.5.0",
4040
"jest-extended": "^0.11.1",
41-
"nodemon": "^1.18.10",
42-
"typescript": "^3.3.4000"
41+
"nodemon": "^1.18.11",
42+
"typescript": "^3.4.2"
4343
},
4444
"repository": {
4545
"type": "git",

0 commit comments

Comments
 (0)