Comparing version 0.0.15 to 0.1.0
@@ -5,6 +5,4 @@ /** | ||
var crude = module.exports = {}; | ||
var crude = module.exports = require('./lib/controller-crud-export'); | ||
crude.route = require('./route'); | ||
crude.Controller = require('./controller'); | ||
crude.ControllerCrud = require('./controller-crud'); | ||
crude.route = require('./lib/route'); |
{ | ||
"name": "crude", | ||
"description": "Seamless CRUD control operations for node.", | ||
"version": "0.0.15", | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/talksession/node-crude", | ||
@@ -29,2 +29,3 @@ "author": { | ||
}, | ||
"main": "./", | ||
"scripts": { | ||
@@ -38,7 +39,7 @@ "test": "node_modules/.bin/mocha -u tdd -R spec test/unit" | ||
"jade": "~0.31.2", | ||
"async": "~0.2.9", | ||
"mime": "~1.2.9", | ||
"middlewarify": "~0.0.4", | ||
"node-entity": "0.0.7", | ||
"mschema": "~0.5.2" | ||
"node-entity": "~0.1.1", | ||
"middlewarify": "~0.3.2", | ||
"inher": "~0.1.0", | ||
"bluebird": "~1.0.4" | ||
}, | ||
@@ -45,0 +46,0 @@ "devDependencies": { |
@@ -33,2 +33,4 @@ # node-crude | ||
- **v0.1.0**, *12 Feb 2014* | ||
- Updated to Entity 0.1.x | ||
- **v0.0.12**, *10 Oct 2013* Bug fixes. | ||
@@ -35,0 +37,0 @@ - **v0.0.11**, *10 Oct 2013* Entities moved to [their own repo](https://github.com/thanpolas/entity) |
@@ -10,6 +10,4 @@ /** | ||
// module to test | ||
var CtrlCrud = require('../../controller-crud'); | ||
var Crude = require('../../'); | ||
// var noop = function(){}; | ||
suite('10. Controller CRUD', function() { | ||
@@ -28,3 +26,3 @@ | ||
setup(function() { | ||
ctrlCrud = new CtrlCrud(); | ||
ctrlCrud = new Crude(); | ||
}); | ||
@@ -31,0 +29,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21
54
29007
710
1
+ Addedbluebird@~1.0.4
+ Addedinher@~0.1.0
+ Addedasync@0.9.2(transitive)
+ Addedbluebird@1.0.82.2.2(transitive)
+ Addedinher@0.1.0(transitive)
+ Addedlodash@2.4.2(transitive)
+ Addedmiddlewarify@0.3.8(transitive)
+ Addednode-entity@0.1.3(transitive)
- Removedasync@~0.2.9
- Removedmschema@~0.5.2
- Removedasync@0.2.10(transitive)
- Removedmiddlewarify@0.0.4(transitive)
- Removednode-entity@0.0.7(transitive)
Updatedmiddlewarify@~0.3.2
Updatednode-entity@~0.1.1