js-core-data
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -273,2 +273,3 @@ // Generated by CoffeeScript 1.10.0 | ||
res.locals.context = context; | ||
context.locals.req = req; | ||
// deprecated | ||
@@ -275,0 +276,0 @@ req.context = context; |
@@ -15,2 +15,3 @@ const ManagedObject = require("./ManagedObject"); | ||
super(); | ||
this.locals = {}; | ||
this.storeCoordinator = storeCoordinator; | ||
@@ -17,0 +18,0 @@ this.insertedObjects = []; |
{ | ||
"name": "js-core-data", | ||
"description": "ORM inspired by Apple's Objective-C CoreData", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
461995
11207