Comparing version 0.1.1 to 0.1.2
const archetypeMethods = require("./archetype") | ||
const basketMethods = require("./basket") | ||
const catalogueMathods = require("./catalogue") | ||
@@ -7,6 +8,23 @@ const collectionMethods = require("./collection") | ||
// | ||
////////////// | ||
////////////// | ||
const initialiseCatalogg = ( | ||
dataApi | ||
) => { | ||
// | ||
await dataApi.initialiseCatalogg() | ||
} | ||
////////////// | ||
////////////// | ||
const allMethods = { | ||
initialiseCatalogg, | ||
...archetypeMethods, | ||
...basketMethods, | ||
...catalogueMathods, | ||
@@ -13,0 +31,0 @@ ...collectionMethods, |
{ | ||
"name": "catalogg", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Back-end framework for modelling tangible item collections.", | ||
@@ -5,0 +5,0 @@ "main": "lib/api/index.js", |
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
49796
15
497