@cubejs-backend/testing 0.31.12 → 0.31.13
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 +11 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.31.13](https://github.com/cube-js/cube.js/compare/v0.31.12...v0.31.13) (2022-11-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* notStartsWith/notEndsWith filters support ([#5579](https://github.com/cube-js/cube.js/issues/5579)) ([8765833](https://github.com/cube-js/cube.js/commit/87658333df0194db07c3ce0ae6f94a292f8bd592))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [0.31.12](https://github.com/cube-js/cube.js/compare/v0.31.11...v0.31.12) (2022-11-05)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-backend/testing",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.13",
|
|
4
4
|
"description": "Cube.js e2e tests",
|
|
5
5
|
"author": "Cube Dev, Inc.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
"birdbox-fixtures"
|
|
77
77
|
],
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@cubejs-backend/cubestore-driver": "^0.31.
|
|
79
|
+
"@cubejs-backend/cubestore-driver": "^0.31.13",
|
|
80
80
|
"@cubejs-backend/dotenv": "^9.0.2",
|
|
81
|
-
"@cubejs-backend/postgres-driver": "^0.31.
|
|
82
|
-
"@cubejs-backend/query-orchestrator": "^0.31.
|
|
83
|
-
"@cubejs-backend/schema-compiler": "^0.31.
|
|
84
|
-
"@cubejs-backend/shared": "^0.31.
|
|
85
|
-
"@cubejs-backend/testing-shared": "^0.31.
|
|
86
|
-
"@cubejs-client/ws-transport": "^0.31.
|
|
81
|
+
"@cubejs-backend/postgres-driver": "^0.31.13",
|
|
82
|
+
"@cubejs-backend/query-orchestrator": "^0.31.13",
|
|
83
|
+
"@cubejs-backend/schema-compiler": "^0.31.13",
|
|
84
|
+
"@cubejs-backend/shared": "^0.31.13",
|
|
85
|
+
"@cubejs-backend/testing-shared": "^0.31.13",
|
|
86
|
+
"@cubejs-client/ws-transport": "^0.31.13",
|
|
87
87
|
"dedent": "^0.7.0",
|
|
88
88
|
"fs-extra": "^8.1.0",
|
|
89
89
|
"http-proxy": "^1.18.1",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@4tw/cypress-drag-drop": "^1.6.0",
|
|
97
97
|
"@cubejs-backend/linter": "^0.31.0",
|
|
98
|
-
"@cubejs-client/core": "^0.31.
|
|
98
|
+
"@cubejs-client/core": "^0.31.13",
|
|
99
99
|
"@jest/globals": "^26.6.2",
|
|
100
100
|
"@types/dedent": "^0.7.0",
|
|
101
101
|
"@types/http-proxy": "^1.17.5",
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"eslintConfig": {
|
|
132
132
|
"extends": "../cubejs-linter"
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "a304fb5d37667569e2ee70c633587d096945a7b0"
|
|
135
135
|
}
|