Skip to content

Commit 74db48b

Browse files
committed
update copyright date, bump version, attempt to surface package name for github used-by
1 parent def9a60 commit 74db48b

File tree

12 files changed

+53
-21
lines changed

12 files changed

+53
-21
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2019 Frederic Charette
1+
Copyright 2020 Frederic Charette
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "kalm-monorepo",
2+
"name": "kalm",
33
"private": true,
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"description": "The socket optimizer",
66
"main": "packages/kalm/bin/kalm.js",
77
"scripts": {
@@ -41,17 +41,17 @@
4141
},
4242
"devDependencies": {
4343
"@types/jest": "^24.0.17",
44-
"@types/node": "^12.7.0",
45-
"@typescript-eslint/eslint-plugin": "^2.3.0",
46-
"@typescript-eslint/parser": "^2.3.0",
47-
"eslint": "^6.5.0",
44+
"@types/node": "^13.1.0",
45+
"@typescript-eslint/eslint-plugin": "^2.14.0",
46+
"@typescript-eslint/parser": "^2.14.0",
47+
"eslint": "^6.8.0",
4848
"eslint-config-airbnb-base": "^14.0.0",
49-
"eslint-plugin-import": "^2.18.0",
50-
"husky": "^3.0.8",
49+
"eslint-plugin-import": "^2.19.0",
50+
"husky": "^3.1.0",
5151
"jest": "^24.9.0",
5252
"socket.io": "^2.3.0",
5353
"socket.io-client": "^2.3.0",
54-
"ts-jest": "^24.1.0",
55-
"typescript": "^3.6.0"
54+
"ts-jest": "^24.2.0",
55+
"typescript": "^3.7.4"
5656
}
5757
}

packages/ipc/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,12 @@
1313
}
1414
```
1515

16-
For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)
16+
For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)
17+
18+
## Contribute
19+
20+
If you think of something that you want, [open an issue](//github.com/kalm/kalm.js/issues/new) or file a pull request, we'll be more than happy to take a look!
21+
22+
## License
23+
24+
[Apache 2.0](LICENSE) (c) 2020 Frederic Charette

packages/ipc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kalm/ipc",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "IPC transport for Kalm",
55
"main": "bin/ipc.js",
66
"scripts": {

packages/kalm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ Support this project with your organization. Your logo will show up here with a
140140

141141
## License
142142

143-
[Apache 2.0](LICENSE) (c) 2019 Frederic Charette
143+
[Apache 2.0](LICENSE) (c) 2020 Frederic Charette

packages/kalm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kalm",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "The socket optimizer",
55
"main": "bin/kalm.js",
66
"scripts": {

packages/tcp/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,12 @@
1212
}
1313
```
1414

15-
For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)
15+
For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)
16+
17+
## Contribute
18+
19+
If you think of something that you want, [open an issue](//github.com/kalm/kalm.js/issues/new) or file a pull request, we'll be more than happy to take a look!
20+
21+
## License
22+
23+
[Apache 2.0](LICENSE) (c) 2020 Frederic Charette

packages/tcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kalm/tcp",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "TCP transport for Kalm",
55
"main": "bin/tcp.js",
66
"scripts": {

packages/udp/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,12 @@
1616
}
1717
```
1818

19-
For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)
19+
For more info, refer to the [Kalm Homepage](https://github.com/kalm/kalm.js)
20+
21+
## Contribute
22+
23+
If you think of something that you want, [open an issue](//github.com/kalm/kalm.js/issues/new) or file a pull request, we'll be more than happy to take a look!
24+
25+
## License
26+
27+
[Apache 2.0](LICENSE) (c) 2020 Frederic Charette

packages/udp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kalm/udp",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "UDP transport for Kalm",
55
"main": "bin/udp.js",
66
"scripts": {

0 commit comments

Comments
 (0)