@cubejs-backend/templates 0.30.0 → 0.30.7
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/dist/tsconfig.tsbuildinfo +6 -0
- package/package.json +3 -3
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.7](https://github.com/cube-js/cube.js/compare/v0.30.6...v0.30.7) (2022-05-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @cubejs-backend/templates
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.30.6](https://github.com/cube-js/cube.js/compare/v0.30.5...v0.30.6) (2022-05-24)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @cubejs-backend/templates
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [0.30.1](https://github.com/cube-js/cube.js/compare/v0.30.0...v0.30.1) (2022-05-14)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @cubejs-backend/templates
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [0.30.0](https://github.com/cube-js/cube.js/compare/v0.29.57...v0.30.0) (2022-05-11)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @cubejs-backend/templates
|
|
@@ -1436,6 +1436,11 @@
|
|
|
1436
1436
|
"signature": "516a426e3960379f310107635b8f3a7e8c307c6c665080b128039d9299ec4087",
|
|
1437
1437
|
"affectsGlobalScope": true
|
|
1438
1438
|
},
|
|
1439
|
+
"../../../node_modules/@types/json-bigint/index.d.ts": {
|
|
1440
|
+
"version": "a773b5ba6819006289615ef0c5a5d12d34d4cb8b85aed8648f606fe6dfea0440",
|
|
1441
|
+
"signature": "a773b5ba6819006289615ef0c5a5d12d34d4cb8b85aed8648f606fe6dfea0440",
|
|
1442
|
+
"affectsGlobalScope": false
|
|
1443
|
+
},
|
|
1439
1444
|
"../../../node_modules/@types/json5/index.d.ts": {
|
|
1440
1445
|
"version": "96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538",
|
|
1441
1446
|
"signature": "96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538",
|
|
@@ -4953,6 +4958,7 @@
|
|
|
4953
4958
|
"../../../node_modules/@types/jest/node_modules/jest-diff/build/index.d.ts",
|
|
4954
4959
|
"../../../node_modules/@types/jest/node_modules/jest-diff/build/printDiffs.d.ts",
|
|
4955
4960
|
"../../../node_modules/@types/jest/node_modules/jest-diff/build/types.d.ts",
|
|
4961
|
+
"../../../node_modules/@types/json-bigint/index.d.ts",
|
|
4956
4962
|
"../../../node_modules/@types/json-schema/index.d.ts",
|
|
4957
4963
|
"../../../node_modules/@types/json5/index.d.ts",
|
|
4958
4964
|
"../../../node_modules/@types/jsonwebtoken/index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-backend/templates",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.7",
|
|
4
4
|
"description": "Cube.js Templates helpers",
|
|
5
5
|
"author": "Cube Dev, Inc.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"extends": "../cubejs-linter"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@cubejs-backend/shared": "^0.30.
|
|
29
|
+
"@cubejs-backend/shared": "^0.30.7",
|
|
30
30
|
"cross-spawn": "^7.0.3",
|
|
31
31
|
"decompress": "^4.2.1",
|
|
32
32
|
"decompress-targz": "^4.1.1",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"@cubejs-backend/linter": "^0.30.0",
|
|
40
40
|
"typescript": "~4.1.5"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "38c2b2e2d3331bb1549963618b17363f7b134448"
|
|
43
43
|
}
|