@lightdash/query-sdk 0.1.0 → 0.2661.1

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 +1 -1
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -80,7 +80,7 @@ const lightdash = createClient({
80
80
 
81
81
  ## Query builder
82
82
 
83
- Queries are built with a chainable, immutable API. Field names use short names (e.g. `driver_name`), and the SDK qualifies them automatically for the API.
83
+ Queries are built with a chainable, immutable API. Fields use short names (e.g. `driver_name`), and the SDK qualifies them automatically for the API.
84
84
 
85
85
  ```ts
86
86
  lightdash
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@lightdash/query-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.2661.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "SDK for building custom data apps against the Lightdash semantic layer",
7
+ "license": "MIT",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/lightdash/lightdash.git"
11
+ },
7
12
  "sideEffects": false,
8
13
  "files": [
9
14
  "dist"