@cubejs-backend/questdb-driver 0.33.34 → 0.33.37
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/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
|
|
8
8
|
# Cube.js QuestDB Database Driver
|
|
9
9
|
|
|
10
|
-
Pure
|
|
10
|
+
Pure JavaScript QuestDB driver. Based on pg driver for PostgreSQL.
|
|
11
11
|
|
|
12
12
|
## Support
|
|
13
13
|
|
|
14
|
-
This driver has been contributed by [
|
|
14
|
+
This driver has been contributed by [Andrei Pechkurov](https://github.com/puzpuzpuz). This package is **community supported** and should be used at your own risk.
|
|
15
15
|
|
|
16
16
|
While the Cube Dev team is happy to review and accept future community contributions, we don't have active plans for further development. This includes bug fixes unless they affect different parts of Cube.js. **We're looking for maintainers for this package.** If you'd like to become a maintainer, please contact us in Cube.js Slack.
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@cubejs-backend/questdb-driver",
|
|
3
3
|
"description": "Cube.js QuestDB database driver",
|
|
4
4
|
"author": "Cube Dev, Inc.",
|
|
5
|
-
"version": "0.33.
|
|
5
|
+
"version": "0.33.37",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/cube-js/cube.git",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"lint:fix": "eslint --fix src/* --ext .ts"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@cubejs-backend/base-driver": "^0.33.
|
|
31
|
-
"@cubejs-backend/schema-compiler": "^0.33.
|
|
30
|
+
"@cubejs-backend/base-driver": "^0.33.37",
|
|
31
|
+
"@cubejs-backend/schema-compiler": "^0.33.37",
|
|
32
32
|
"@cubejs-backend/shared": "^0.33.34",
|
|
33
33
|
"@types/pg": "^8.6.0",
|
|
34
34
|
"moment": "^2.24.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"license": "Apache-2.0",
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@cubejs-backend/linter": "^0.33.0",
|
|
41
|
-
"@cubejs-backend/testing-shared": "^0.33.
|
|
41
|
+
"@cubejs-backend/testing-shared": "^0.33.37",
|
|
42
42
|
"testcontainers": "^8.4.0",
|
|
43
43
|
"typescript": "~4.9.5"
|
|
44
44
|
},
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"eslintConfig": {
|
|
49
49
|
"extends": "../cubejs-linter"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "3e07c0c255105060a96f6e1510f59fc48fbac302"
|
|
52
52
|
}
|