@terascope/teraslice-messaging 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
> An internal teraslice messaging library using socket.io
|
|
6
6
|
|
|
7
|
-
This a package within the [Teraslice](https://github.com/terascope/teraslice) monorepo. See our [documentation](https://terascope.github.io/teraslice/docs/packages/teraslice-messaging/overview) for more information or the [issues](https://github.com/terascope/teraslice/issues?q=is%3Aopen+is%3Aissue+label%3Apkg%2Fteraslice-messaging) associated with this package
|
|
7
|
+
This is a package within the [Teraslice](https://github.com/terascope/teraslice) monorepo. See our [documentation](https://terascope.github.io/teraslice/docs/packages/teraslice-messaging/overview) for more information or the [issues](https://github.com/terascope/teraslice/issues?q=is%3Aopen+is%3Aissue+label%3Apkg%2Fteraslice-messaging) associated with this package
|
|
8
8
|
|
|
9
9
|
## Contributing
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terascope/teraslice-messaging",
|
|
3
3
|
"displayName": "Teraslice Messaging",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.2.0",
|
|
5
5
|
"description": "An internal teraslice messaging library using socket.io",
|
|
6
6
|
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/teraslice-messaging#readme",
|
|
7
7
|
"bugs": {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"ms": "^2.1.3"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@terascope/types": "^0.
|
|
39
|
-
"@terascope/utils": "^0.
|
|
38
|
+
"@terascope/types": "^1.0.0",
|
|
39
|
+
"@terascope/utils": "^1.0.0",
|
|
40
40
|
"ms": "^2.1.3",
|
|
41
41
|
"nanoid": "^3.3.4",
|
|
42
42
|
"p-event": "^4.2.0",
|