@cubejs-client/vue3 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 +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,11 +1,11 @@
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-client%2Fvue.svg)](https://badge.fury.io/js/%40cubejs-client%2Fvue)
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 Vue
8
+ # Cube Vue
9
9
 
10
10
  ## Project setup
11
11
  ```
@@ -37,4 +37,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
37
37
 
38
38
  ### License
39
39
 
40
- Cube.js Vue is [MIT licensed](./LICENSE).
40
+ Cube Vue is [MIT licensed](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/vue3",
3
- "version": "1.7.37",
3
+ "version": "1.7.38",
4
4
  "engines": {},
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "src"
27
27
  ],
28
28
  "dependencies": {
29
- "@cubejs-client/core": "1.7.37",
29
+ "@cubejs-client/core": "1.7.38",
30
30
  "ramda": "^0.27.2"
31
31
  },
32
32
  "devDependencies": {
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "28c8efd405d900a1b9cb6cb5ebc2ec951aa375be"
53
+ "gitHead": "9ea1fda5dade5b8a4256acd20bcf77318fe13a72"
54
54
  }