Skip to content

Commit 65871f9

Browse files
committed
fix(client-ngx): Function calls are not supported in decorators but 'ɵangular_packages_core_core_a' was called.
1 parent 904d1f0 commit 65871f9

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

packages/cubejs-client-ngx/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@
55
"main": "dist/cubejs-client-ngx.js",
66
"license": "MIT",
77
"dependencies": {
8-
"@angular/core": "^6.1.0 || ^7.0.0",
9-
"@cubejs-client/core": "^0.7.6",
8+
"@cubejs-client/core": "^0.10.16"
9+
},
10+
"peerDependencies": {
11+
"@angular/core": "^6.1.0 || ^7.0.0 || ^8.0.0",
1012
"rxjs": "^6.0.0"
1113
},
1214
"scripts": {
1315
"build": "ng-packagr -p package.json"
1416
},
1517
"devDependencies": {
18+
"@angular/core": "^8.2.5",
1619
"@angular/compiler": "^7.2.14",
1720
"@angular/compiler-cli": "^7.2.14",
1821
"ng-packagr": "^5.1.0",

packages/cubejs-client-ngx/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
dependencies:
2727
tslib "^1.9.0"
2828

29-
"@angular/core@^6.1.0 || ^7.0.0":
30-
version "7.2.14"
31-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-7.2.14.tgz#b78c936d284223c1c5a4c4b02cd0d5fd6d03ec91"
32-
integrity sha512-XeZZJCyBKSKo0E/7Ef0SfJejmn+E7uBXa5cR1QapafS0Hnrq/hZu/NI039IDU/51NoycMDH2vTV19SmKu9Mkow==
29+
"@angular/core@^8.2.5":
30+
version "8.2.6"
31+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-8.2.6.tgz#26f4b4b2beb766964ea2b76183f69c443860849a"
32+
integrity sha512-l+BrvPGwtPUh/rQyB9mjtonMsFEAoRHgDYWeQu/QukIZbItNdFqrhewn2zQ8Skx75BpwFLAVIVXp9ioDyvP2eQ==
3333
dependencies:
3434
tslib "^1.9.0"
3535

@@ -40,10 +40,10 @@
4040
dependencies:
4141
regenerator-runtime "^0.13.2"
4242

43-
"@cubejs-client/core@^0.7.6":
44-
version "0.7.10"
45-
resolved "https://registry.yarnpkg.com/@cubejs-client/core/-/core-0.7.10.tgz#81fa1a9c84d7e791f28e79c2cf19760fc3c6d18f"
46-
integrity sha512-8gbHdqg3a/85XrlOK8nxZcgSLLIOOklSoXpP1iGh4AEQSPTiZB6zodC2rlo+5ZJFZCBvjDqayZuwLcYEcZXlAA==
43+
"@cubejs-client/core@^0.10.16":
44+
version "0.10.16"
45+
resolved "https://registry.yarnpkg.com/@cubejs-client/core/-/core-0.10.16.tgz#460759462c51426b7766bdb12123f4b703b20c80"
46+
integrity sha512-Xf1EQJeBksl9ElrX8GhsyhCloULpfo36Z+LqAc4t8g1XwDX7cbF8UXmWrcq5GTbg3aNRevXZCem6X0nPJ2xwkg==
4747
dependencies:
4848
"@babel/runtime" "^7.1.2"
4949
core-js "^2.5.3"

0 commit comments

Comments
 (0)