@cubejs-client/ws-transport 1.7.37 → 1.7.39
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 +4 -4
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<p align="center"><a href="https://cube.dev"><img src="https://i.imgur.com/zYHXm4o.png" alt="Cube
|
|
1
|
+
<p align="center"><a href="https://cube.dev"><img src="https://i.imgur.com/zYHXm4o.png" alt="Cube" width="300px"></a></p>
|
|
2
2
|
|
|
3
3
|
[Website](https://cube.dev) • [Docs](https://docs.cube.dev) • [Blog](https://cube.dev/blog) • [Slack](https://slack.cube.dev) • [Twitter](https://twitter.com/the_cube_dev)
|
|
4
4
|
|
|
5
5
|
[](https://badge.fury.io/js/%40cubejs-backend%2Fserver)
|
|
6
6
|
[](https://github.com/cube-js/cube.js/actions?query=workflow%3ABuild+branch%3Amaster)
|
|
7
7
|
|
|
8
|
-
# Cube
|
|
8
|
+
# Cube WebSocket Transport
|
|
9
9
|
|
|
10
|
-
Cube
|
|
10
|
+
Cube Client WebSocket Transport
|
|
11
11
|
|
|
12
12
|
[Learn more](https://github.com/cube-js/cube.js#getting-started)
|
|
13
13
|
|
|
14
14
|
### License
|
|
15
15
|
|
|
16
|
-
Cube
|
|
16
|
+
Cube Client WebSocket Transport is [MIT licensed](./LICENSE).
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-client/ws-transport",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.39",
|
|
4
4
|
"engines": {},
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/cube-js/cube.git",
|
|
8
8
|
"directory": "packages/cubejs-client-ws-transport"
|
|
9
9
|
},
|
|
10
|
-
"description": "Cube
|
|
10
|
+
"description": "Cube WebSocket transport",
|
|
11
11
|
"main": "dist/cubejs-client-ws-transport.cjs.js",
|
|
12
12
|
"typings": "dist/index.d.ts",
|
|
13
13
|
"author": "Cube Dev, Inc.",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@babel/runtime": "^7.13.9",
|
|
21
|
-
"@cubejs-client/core": "1.7.
|
|
21
|
+
"@cubejs-client/core": "1.7.39",
|
|
22
22
|
"core-js": "^3.34.0",
|
|
23
23
|
"isomorphic-ws": "^4.0.1",
|
|
24
24
|
"ws": "^7.5.3"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@babel/core": "^7.24.5",
|
|
32
32
|
"@babel/preset-env": "^7.24.5",
|
|
33
33
|
"@babel/preset-typescript": "^7.13.0",
|
|
34
|
-
"@cubejs-backend/linter": "1.7.
|
|
34
|
+
"@cubejs-backend/linter": "1.7.39",
|
|
35
35
|
"@types/node": "^22",
|
|
36
36
|
"@types/ws": "^7.4.0",
|
|
37
37
|
"typescript": "~6.0.3"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "1acb83d943046de04efa488429a8312d05ecf204"
|
|
43
43
|
}
|