loopback-dynamo-model
Advanced tools
Comparing version 2.2.0 to 3.0.0
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.12.4 | ||
// Generated by CoffeeScript 1.12.5 | ||
(function() { | ||
@@ -10,3 +10,3 @@ var mixin; | ||
registry = app.registry; | ||
Model = registry.getModel('Model'); | ||
Model = registry.getModel('PersistedModel'); | ||
DynamoModel = Model.extend('DynamoModel'); | ||
@@ -13,0 +13,0 @@ registry.modelBuilder.mixins.define('DynamoRemoting', mixin); |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.12.4 | ||
// Generated by CoffeeScript 1.12.5 | ||
(function() { | ||
@@ -3,0 +3,0 @@ module.exports = function(Model, options) { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.12.4 | ||
// Generated by CoffeeScript 1.12.5 | ||
(function() { | ||
@@ -236,3 +236,2 @@ module.exports = function(Model) { | ||
patchAttributes: { | ||
isStatic: false, | ||
accepts: [ | ||
@@ -273,3 +272,2 @@ { | ||
], | ||
isStatic: false, | ||
returns: { | ||
@@ -276,0 +274,0 @@ arg: "data", |
{ | ||
"name": "loopback-dynamo-model", | ||
"version": "2.2.0", | ||
"version": "3.0.0", | ||
"description": "Loopback dynamo model to provide which endpoints to share ", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28697
576