cube-js / cube

📊 Cube — Universal semantic layer platform for AI, BI, spreadsheets, and embedded analytics
https://cube.dev
Other
17.97k stars 1.78k forks source link

@cubejs-client/ngx is broken, only type definitions are shipped. #863

Closed ghost closed 4 years ago

ghost commented 4 years ago

Describe the bug

In version 0.19.50, @cubejs-client/ngx only ships partial/broken type definitions and doesn't include any of the actual logic or source files.

To Reproduce Steps to reproduce the behavior:

  1. Run npm install --save @cubejs-client/ngx
  2. Attempt to compile Angular app, get Cannot find module @cubejs-client/ngx.
  3. Open node_modules/@cubejs-client/ngx
  4. See that only partial type definitions are present.

Expected behavior

@cubejs-client/ngx should be packaged correctly.

Screenshots

N/A

Version: 0.19.50

paveltiunov commented 4 years ago

@evanatibm Hey Evan! Thanks for posting it! Looking into it!

paveltiunov commented 4 years ago

@evanatibm Could you please check right now? Should be fixed in 0.19.51.

ghost commented 4 years ago

It is fixed in v0.19.51, I'm not certain when exactly this started happening but 0.19.48 also appears to be impacted. We were previously using v0.19.43 I believe.