Comparing version 0.3.0 to 0.4.0
@@ -15,3 +15,3 @@ /* | ||
var nina = require('nina'); | ||
var generator = require('./generator.js'); | ||
var users = []; | ||
@@ -111,3 +111,3 @@ | ||
//Make a new access_token with this data | ||
var access_token = nina.generate(null, domain, ip, 19092013); | ||
var access_token = generator.generate(null, domain, ip, 19092013); | ||
//Create new User with this data | ||
@@ -114,0 +114,0 @@ var user = new this.Model({ |
{ | ||
"name": "bella", | ||
"description": "An API Authentication for node.js", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"homepage": "https://github.com/chrisenytc/bella", | ||
@@ -32,3 +32,4 @@ "author": { | ||
"dependencies": { | ||
"nina": "~0.1.1" | ||
"livia-algorithm": "~0.1.2", | ||
"underscore": "~1.6.0" | ||
}, | ||
@@ -35,0 +36,0 @@ "devDependencies": { |
@@ -19,3 +19,3 @@ # Bella [![Build Status](https://secure.travis-ci.org/chrisenytc/bella.png?branch=master)](https://travis-ci.org/chrisenytc/bella) [![Dependency Status](https://gemnasium.com/chrisenytc/bella.png)](https://gemnasium.com/chrisenytc/bella) [![NPM version](https://badge-me.herokuapp.com/api/npm/bella.png)](http://badges.enytc.com/for/npm/bella) [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/chrisenytc/bella/trend.png)](https://bitdeli.com/free "Bitdeli Badge") | ||
#### .init(mongoose, conn) | ||
#### .init(mongoose, conn, usersList) | ||
@@ -22,0 +22,0 @@ **Parameter**: `mongoose` |
{ | ||
"name": "Bella API", | ||
"description": "Bella API: An API Authentication for node.js", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"url": "https://github.com/chrisenytc/bella", | ||
@@ -6,0 +6,0 @@ "options": { |
Sorry, the diff of this file is not supported yet
20253
13
449
2
+ Addedlivia-algorithm@~0.1.2
+ Addedunderscore@~1.6.0
+ Addedunderscore@1.6.0(transitive)
- Removednina@~0.1.1
- Removednina@0.1.1(transitive)
- Removedunderscore@1.5.2(transitive)