@cubejs-backend/maven 0.30.53 → 0.30.69
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 +24 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
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.30.69](https://github.com/cube-js/cube.js/compare/v0.30.68...v0.30.69) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @cubejs-backend/maven
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.30.61](https://github.com/cube-js/cube.js/compare/v0.30.60...v0.30.61) (2022-09-01)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @cubejs-backend/maven
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [0.30.57](https://github.com/cube-js/cube.js/compare/v0.30.56...v0.30.57) (2022-08-25)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @cubejs-backend/maven
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
## [0.30.53](https://github.com/cube-js/cube.js/compare/v0.30.52...v0.30.53) (2022-08-18)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @cubejs-backend/maven
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@cubejs-backend/maven",
|
|
3
3
|
"description": "Cube.js Maven Wrapper for java dependencies downloading",
|
|
4
4
|
"author": "Cube Dev, Inc.",
|
|
5
|
-
"version": "0.30.
|
|
5
|
+
"version": "0.30.69",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"build": "rm -rf dist && npm run tsc",
|
|
22
22
|
"tsc": "tsc",
|
|
23
23
|
"watch": "tsc -w",
|
|
24
|
-
"unit": "jest dist/test/*.js",
|
|
24
|
+
"unit:disabled-for-ci": "jest dist/test/*.js",
|
|
25
25
|
"lint": "eslint src/* --ext .ts",
|
|
26
26
|
"lint:fix": "eslint --fix src/* --ext .ts"
|
|
27
27
|
},
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dist/src/*"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@cubejs-backend/shared": "^0.30.
|
|
34
|
+
"@cubejs-backend/shared": "^0.30.69",
|
|
35
35
|
"source-map-support": "^0.5.19",
|
|
36
36
|
"xmlbuilder2": "^2.4.0"
|
|
37
37
|
},
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"jest": {
|
|
52
52
|
"testEnvironment": "node"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "bce06c7562427267389b5f134b1f0c413c6764c0"
|
|
55
55
|
}
|