Skip to content

Commit d34cbc6

Browse files
author
Jonathan Casarrubias
committed
Release 2.1.0-beta.8 🚀
- Hot Fix: #140
1 parent fec9824 commit d34cbc6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file is created to keep history of the LoopBack SDK Builder, it does not consider or keeps any history of its parent module `loopback-sdk-angular`.
44

5+
## Release 2.1.0-beta.8
6+
7+
- Fix: https://github.com/mean-expert-official/loopback-sdk-builder/issues/140
8+
59
## Release 2.1.0-beta.7
610

711
- Fix: https://github.com/mean-expert-official/loopback-sdk-builder/issues/141

lib/angular2/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ module.exports = function generate(ctx) {
378378
{ module: 'NgModule, ModuleWithProviders', from: '@angular/core'}
379379
];
380380

381-
if (isIo) {
381+
if (isIo === 'enabled') {
382382
imports.push({ module: 'RealTime', from: './services/core/real.time'});
383383
}
384384

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mean-expert/loopback-sdk-builder",
3-
"version": "2.1.0-beta.7",
3+
"version": "2.1.0-beta.8",
44
"description": "Tool for auto-generating Software Development Kits (SDKs) for LoopBack",
55
"bin": {
66
"lb-sdk": "bin/lb-sdk"

0 commit comments

Comments
 (0)