@live-change/framework
Advanced tools
Comparing version 0.8.110 to 0.8.111
@@ -18,3 +18,3 @@ import {randomString, uidGenerator} from '@live-change/uid' | ||
import indexListProcessor from "./processors/indexList.js" | ||
import crudGenerator from "./processors/crudGenerator.js" | ||
//import crudGenerator from "./processors/crudGenerator.js" | ||
import draftGenerator from "./processors/draftGenerator.js" | ||
@@ -55,3 +55,3 @@ import daoPathView from "./processors/daoPathView.js" | ||
this.defaultProcessors = [ | ||
crudGenerator, | ||
// crudGenerator, | ||
draftGenerator, | ||
@@ -58,0 +58,0 @@ reverseRelationProcessor, |
{ | ||
"name": "@live-change/framework", | ||
"version": "0.8.110", | ||
"version": "0.8.111", | ||
"description": "Live Change Framework - ultimate solution for real time mobile/web apps", | ||
@@ -25,6 +25,6 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@live-change/dao": "^0.8.110", | ||
"@live-change/uid": "^0.8.110" | ||
"@live-change/dao": "^0.8.111", | ||
"@live-change/uid": "^0.8.111" | ||
}, | ||
"gitHead": "8af31d640f43b00b2874f2c70fa4d4486541adfe" | ||
"gitHead": "9b96afb2fc61ab3d2a5d143924e2c56d411280b4" | ||
} |
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
187430