@cubejs-backend/cubesql 0.29.10

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/CHANGELOG.md ADDED
@@ -0,0 +1,8 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [0.29.10](https://github.com/cube-js/cube.js/compare/v0.29.9...v0.29.10) (2021-12-22)
7
+
8
+ **Note:** Version bump only for package @cubejs-backend/cubesql
package/LICENSE ADDED
@@ -0,0 +1,4 @@
1
+ Source code in this repository is covered by one of two licenses: (i) the
2
+ Apache License 2.0 (ii) an MIT license.
3
+ The default license throughout the repository is Apache License 2.0
4
+ unless the header or package LICENSE file specifies another license.
package/index.js ADDED
@@ -0,0 +1 @@
1
+ // It's just a virtual package, which we use for versioning cube sql library
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "@cubejs-backend/cubesql",
3
+ "version": "0.29.10",
4
+ "description": "SQL API for Cube as proxy over MySQL protocol.",
5
+ "engines": {
6
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
7
+ },
8
+ "scripts": {},
9
+ "files": [
10
+ "index.js"
11
+ ],
12
+ "author": "Cube Dev, Inc.",
13
+ "license": "Apache-2.0",
14
+ "publishConfig": {
15
+ "access": "public"
16
+ },
17
+ "gitHead": "5172422f7005adb6235f12ae9859842213f7bc1f"
18
+ }