arbase-crud
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "arbase-crud", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Arbase-crud is a package to expose a CRUD-like interface from an arbase API config", | ||
@@ -5,0 +5,0 @@ "main": "src/runtime/index.js", |
'use strict' | ||
module.exports = async (main) => { | ||
const crud = require('aragon-crud') | ||
const Joi = require('@hapi/joi') | ||
const {crud} = require('arbase-crud') | ||
const Joi = require('@hapi/joi') | ||
const {arweave} = main | ||
module.exports = async (server) => { | ||
const {arweave} = server | ||
/* INSERT */ | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7340
0