@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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. 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.js" width="300px"></a></p>
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
  [![npm version](https://badge.fury.io/js/%40cubejs-backend%2Fserver.svg)](https://badge.fury.io/js/%40cubejs-backend%2Fserver)
6
6
  [![GitHub Actions](https://github.com/cube-js/cube.js/workflows/Build/badge.svg)](https://github.com/cube-js/cube.js/actions?query=workflow%3ABuild+branch%3Amaster)
7
7
 
8
- # Cube.js Client Developer eXperience
8
+ # Cube Client Developer eXperience
9
9
 
10
- Cube.js Client DX used by Cube.js Client Core.
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.js Client DX is [MIT licensed](./LICENSE).
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.37",
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.js Client Developer eXperience",
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": "28c8efd405d900a1b9cb6cb5ebc2ec951aa375be"
36
+ "gitHead": "9ea1fda5dade5b8a4256acd20bcf77318fe13a72"
37
37
  }