viewmodel
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -13,2 +13,2 @@ /*var index; | ||
module.exports = require('./lib/queue'); | ||
module.exports = require('./lib/repository'); |
@@ -1,2 +0,2 @@ | ||
// lib/databases/inMemory.js v0.0.1 | ||
// lib/databases/inMemory.js v0.1.0 | ||
// (c) 2012 Adriano Raiano (adrai); under MIT License | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
// lib/databases/mongoDb.js v0.0.1 | ||
// lib/databases/mongoDb.js v0.1.0 | ||
// (c) 2012 Adriano Raiano (adrai); under MIT License | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
// lib/queue.js v0.0.1 | ||
// lib/queue.js v0.1.0 | ||
// (c) 2012 Adriano Raiano (adrai); under MIT License | ||
@@ -3,0 +3,0 @@ |
{ | ||
"author": "adrai", | ||
"name": "viewmodel", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"private": false, | ||
@@ -21,3 +21,3 @@ "main": "index.js", | ||
}, | ||
"description": "Node-queue is a node.js module for multiple databases. It can be very useful if you work with (d)ddd, cqrs, eventsourcing, commands and events, etc.", | ||
"description": "Node-viewmodel is a node.js module for multiple databases. It can be very useful if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.", | ||
"keywords" : [ | ||
@@ -24,0 +24,0 @@ "orm", |
Sorry, the diff of this file is not supported yet
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
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
52231
146