@oldendev/testplugin
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@oldendev/testplugin", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "CRUD plugin for Metarhia impress, metasql", | ||
@@ -5,0 +5,0 @@ "main": "testPlugin.js", |
'use strict'; | ||
const crud = (init) => { | ||
const crud = (init) => () => { | ||
const iface = {}; | ||
@@ -5,0 +5,0 @@ const { entities } = init; |
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
4947