@cubejs-client/dx 1.7.37 → 1.7.38
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 +3 -3
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 Client Developer eXperience
|
|
9
9
|
|
|
10
|
-
Cube
|
|
10
|
+
Cube Client DX used by Cube Client Core.
|
|
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 DX is [MIT licensed](./LICENSE).
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-client/dx",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.38",
|
|
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-dx"
|
|
9
9
|
},
|
|
10
|
-
"description": "Cube
|
|
10
|
+
"description": "Cube Client Developer eXperience",
|
|
11
11
|
"main": "src/index.js",
|
|
12
12
|
"module": "src/index.mjs",
|
|
13
13
|
"types": "index.d.ts",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "9ea1fda5dade5b8a4256acd20bcf77318fe13a72"
|
|
37
37
|
}
|