@cubejs-backend/templates 0.30.69 → 0.31.0
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 +8 -0
- package/dist/tsconfig.tsbuildinfo +4 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.0](https://github.com/cube-js/cube.js/compare/v0.30.75...v0.31.0) (2022-10-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @cubejs-backend/templates
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.30.69](https://github.com/cube-js/cube.js/compare/v0.30.68...v0.30.69) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @cubejs-backend/templates
|
|
@@ -432,8 +432,8 @@
|
|
|
432
432
|
"affectsGlobalScope": false
|
|
433
433
|
},
|
|
434
434
|
"../../cubejs-backend-shared/dist/src/env.d.ts": {
|
|
435
|
-
"version": "
|
|
436
|
-
"signature": "
|
|
435
|
+
"version": "b94c8784a8999ae41ba4718262d3777e702004734c6373631506c3cdd0af3826",
|
|
436
|
+
"signature": "b94c8784a8999ae41ba4718262d3777e702004734c6373631506c3cdd0af3826",
|
|
437
437
|
"affectsGlobalScope": false
|
|
438
438
|
},
|
|
439
439
|
"../../cubejs-backend-shared/dist/src/enums.d.ts": {
|
|
@@ -542,8 +542,8 @@
|
|
|
542
542
|
"affectsGlobalScope": false
|
|
543
543
|
},
|
|
544
544
|
"../../cubejs-backend-shared/dist/src/index.d.ts": {
|
|
545
|
-
"version": "
|
|
546
|
-
"signature": "
|
|
545
|
+
"version": "def8876ca946ee3870836f025a144ea73c45d0c49e03bdd4f534239e346513f5",
|
|
546
|
+
"signature": "def8876ca946ee3870836f025a144ea73c45d0c49e03bdd4f534239e346513f5",
|
|
547
547
|
"affectsGlobalScope": false
|
|
548
548
|
},
|
|
549
549
|
"../src/utils.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-backend/templates",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.31.0",
|
|
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.
|
|
29
|
+
"@cubejs-backend/shared": "^0.31.0",
|
|
30
30
|
"cross-spawn": "^7.0.3",
|
|
31
31
|
"decompress": "^4.2.1",
|
|
32
32
|
"decompress-targz": "^4.1.1",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"source-map-support": "^0.5.19"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@cubejs-backend/linter": "^0.
|
|
39
|
+
"@cubejs-backend/linter": "^0.31.0",
|
|
40
40
|
"typescript": "~4.1.5"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "8cdec759f298fb20c48194254ccc04b6fdad46bf"
|
|
43
43
|
}
|