alokai-cool-integration
Advanced tools
Comparing version 0.0.0 to 1.0.0
export * from "./exampleMethod"; | ||
export { goBengals } from "./goBengals"; | ||
export { goReds } from "./goReds"; | ||
export { goFCCincinnati } from "./goFCCincinnati"; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "alokai-cool-integration", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "server": "server/index.js", |
export * from "./exampleMethod"; | ||
export { goBengals } from "./goBengals"; | ||
export { goReds } from "./goReds"; | ||
export { goFCCincinnati } from "./goFCCincinnati"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -45,2 +45,7 @@ 'use strict'; | ||
const goFCCincinnati = async (context, params) => { | ||
consola__default["default"].log("goFCCincinnati has been called"); | ||
return { data: "Hello from goFCCincinnati endpoint!" }; | ||
}; | ||
var apiEndpoints = /*#__PURE__*/Object.freeze({ | ||
@@ -50,2 +55,3 @@ __proto__: null, | ||
goReds: goReds, | ||
goFCCincinnati: goFCCincinnati, | ||
exampleMethod: exampleMethod | ||
@@ -52,0 +58,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
15177
53
210
1