@cubejs-client/ngx 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 +2 -2
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-client%2Fngx.svg)](https://badge.fury.io/js/%40cubejs-client%2Fngx)
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 Angular Client
8
+ # Cube Angular Client
9
9
 
10
- Cube.js Angular is an Angular Module for Angular 12+.
10
+ Cube Angular is an Angular Module for Angular 12+.
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 React is [MIT licensed](./LICENSE).
16
+ Cube React is [MIT licensed](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/ngx",
3
- "version": "1.7.37",
3
+ "version": "1.7.38",
4
4
  "author": "Cube Dev, Inc.",
5
5
  "engines": {},
6
6
  "repository": {
@@ -8,7 +8,7 @@
8
8
  "url": "https://github.com/cube-js/cube.git",
9
9
  "directory": "packages/cubejs-client-ngx"
10
10
  },
11
- "description": "Cube.js client for Angular",
11
+ "description": "Cube client for Angular",
12
12
  "publishConfig": {
13
13
  "access": "public"
14
14
  },