Skip to content

Commit

Permalink
Release 2.1.0-beta.2 🚀
Browse files Browse the repository at this point in the history
- Hot Fix: #128
  • Loading branch information
Jonathan Casarrubias committed Sep 30, 2016
1 parent a6ecd9d commit d9b34a1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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`.

## Release 2.1.0-beta.2

- Hot Fix: https://github.com/mean-expert-official/loopback-sdk-builder/issues/128

## Release 2.1.0-beta.1

- Fix: https://github.com/mean-expert-official/loopback-sdk-builder/issues/127
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ $ npm install --save-dev @mean-expert/loopback-sdk-builder

Are you willing to build pure and modern Real-Time applications?? Then [CHECK THIS OUT](https://github.com/mean-expert-official/loopback-sdk-builder/wiki/8.-(NEW)-FireLoop-API)

![FireLoop.io](https://storage.googleapis.com/mean-expert-images/fireloop-logo.png)

[![FireLoop.io](https://storage.googleapis.com/mean-expert-images/fireloop-logo.png)](https://github.com/mean-expert-official/loopback-sdk-builder/wiki/8.-(NEW)-FireLoop-API)

# Contact

Expand Down
30 changes: 15 additions & 15 deletions lib/angular2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,6 @@ module.exports = function generate(ctx) {
output: '/services/core/index.ts',
params: {}
},
{
template: './shared/services/core/io.ejs',
output: '/services/core/io.service.ts',
params: {}
},
{
template: './shared/services/core/realtime.ejs',
output: '/services/core/real.time.ts',
params: {}
},
{
template: './shared/services/core/fireloop.ejs',
output: '/services/core/fireloop.ts',
params: {}
},
/**
* SDK CONFIG
*/
Expand Down Expand Up @@ -166,6 +151,21 @@ module.exports = function generate(ctx) {
template: './shared/sockets/connections.ejs',
output: '/sockets/socket.connections.ts',
params: {}
},
{
template: './shared/services/core/io.ejs',
output: '/services/core/io.service.ts',
params: {}
},
{
template: './shared/services/core/realtime.ejs',
output: '/services/core/real.time.ts',
params: {}
},
{
template: './shared/services/core/fireloop.ejs',
output: '/services/core/fireloop.ts',
params: {}
}
]);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mean-expert/loopback-sdk-builder",
"version": "2.1.0-beta.1",
"version": "2.1.0-beta.2",
"description": "Tool for auto-generating Software Development Kits (SDKs) for LoopBack",
"bin": {
"lb-sdk": "bin/lb-sdk"
Expand Down

0 comments on commit d9b34a1

Please sign in to comment.