@cubejs-backend/templates 0.29.48 → 0.29.51

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 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.29.51](https://github.com/cube-js/cube.js/compare/v0.29.50...v0.29.51) (2022-04-22)
7
+
8
+ **Note:** Version bump only for package @cubejs-backend/templates
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.29.48](https://github.com/cube-js/cube.js/compare/v0.29.47...v0.29.48) (2022-04-14)
7
15
 
8
16
  **Note:** Version bump only for package @cubejs-backend/templates
@@ -2016,11 +2016,6 @@
2016
2016
  "signature": "3ccfa874d9f580967b87bffd360124588743fd9d81c6a843ae71143e7c0a0acd",
2017
2017
  "affectsGlobalScope": false
2018
2018
  },
2019
- "../../../node_modules/@types/websocket/index.d.ts": {
2020
- "version": "6b388ae8e209387a56ef600a420da1908169f03b1e92f3749508a8162b7c2ed0",
2021
- "signature": "6b388ae8e209387a56ef600a420da1908169f03b1e92f3749508a8162b7c2ed0",
2022
- "affectsGlobalScope": false
2023
- },
2024
2019
  "../../../node_modules/@types/ws/index.d.ts": {
2025
2020
  "version": "bc81aff061c53a7140270555f4b22da4ecfe8601e8027cf5aa175fbdc7927c31",
2026
2021
  "signature": "bc81aff061c53a7140270555f4b22da4ecfe8601e8027cf5aa175fbdc7927c31",
@@ -3010,14 +3005,6 @@
3010
3005
  "../../../node_modules/anymatch/index.d.ts",
3011
3006
  "../../../node_modules/source-map/source-map.d.ts"
3012
3007
  ],
3013
- "../../../node_modules/@types/websocket/index.d.ts": [
3014
- "../../../node_modules/@types/node/events.d.ts",
3015
- "../../../node_modules/@types/node/http.d.ts",
3016
- "../../../node_modules/@types/node/https.d.ts",
3017
- "../../../node_modules/@types/node/index.d.ts",
3018
- "../../../node_modules/@types/node/net.d.ts",
3019
- "../../../node_modules/@types/node/url.d.ts"
3020
- ],
3021
3008
  "../../../node_modules/@types/ws/index.d.ts": [
3022
3009
  "../../../node_modules/@types/node/events.d.ts",
3023
3010
  "../../../node_modules/@types/node/http.d.ts",
@@ -4423,14 +4410,6 @@
4423
4410
  "../../../node_modules/anymatch/index.d.ts",
4424
4411
  "../../../node_modules/source-map/source-map.d.ts"
4425
4412
  ],
4426
- "../../../node_modules/@types/websocket/index.d.ts": [
4427
- "../../../node_modules/@types/node/events.d.ts",
4428
- "../../../node_modules/@types/node/http.d.ts",
4429
- "../../../node_modules/@types/node/https.d.ts",
4430
- "../../../node_modules/@types/node/index.d.ts",
4431
- "../../../node_modules/@types/node/net.d.ts",
4432
- "../../../node_modules/@types/node/url.d.ts"
4433
- ],
4434
4413
  "../../../node_modules/@types/ws/index.d.ts": [
4435
4414
  "../../../node_modules/@types/node/events.d.ts",
4436
4415
  "../../../node_modules/@types/node/http.d.ts",
@@ -5140,7 +5119,6 @@
5140
5119
  "../../../node_modules/@types/webpack-sources/lib/index.d.ts",
5141
5120
  "../../../node_modules/@types/webpack-sources/node_modules/source-map/source-map.d.ts",
5142
5121
  "../../../node_modules/@types/webpack/index.d.ts",
5143
- "../../../node_modules/@types/websocket/index.d.ts",
5144
5122
  "../../../node_modules/@types/ws/index.d.ts",
5145
5123
  "../../../node_modules/@types/yargs-parser/index.d.ts",
5146
5124
  "../../../node_modules/@types/yargs/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/templates",
3
- "version": "0.29.48",
3
+ "version": "0.29.51",
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.48",
29
+ "@cubejs-backend/shared": "^0.29.51",
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.29.23",
40
40
  "typescript": "~4.1.5"
41
41
  },
42
- "gitHead": "1fa9b5fe1c15ae2e790c101381d127d691c944ac"
42
+ "gitHead": "44469b8ce956df50c2288194b550407bdb70c22d"
43
43
  }