@beyond-js/ai-tools
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -10,3 +10,3 @@ define(["exports"], function (_exports) { | ||
"package": "@beyond-js/ai-tools", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"languages": { | ||
@@ -13,0 +13,0 @@ "supported": [], |
@@ -9,3 +9,3 @@ "use strict"; | ||
"package": "@beyond-js/ai-tools", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"languages": { | ||
@@ -12,0 +12,0 @@ "supported": [], |
@@ -9,3 +9,3 @@ System.register([], function (_export, _context) { | ||
"package": "@beyond-js/ai-tools", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"languages": { | ||
@@ -12,0 +12,0 @@ "supported": [], |
@@ -13,3 +13,3 @@ define(["exports", "module", "@beyond-js/kernel/bundle", "fs", "dotenv", "path"], function (_exports, _amd_module, dependency_0, dependency_1, dependency_2, dependency_3) { | ||
"module": { | ||
"vspecifier": "@beyond-js/ai-tools@0.0.6/github/add-files" | ||
"vspecifier": "@beyond-js/ai-tools@0.0.7/github/add-files" | ||
}, | ||
@@ -16,0 +16,0 @@ "type": "ts" |
@@ -16,3 +16,3 @@ "use strict"; | ||
"module": { | ||
"vspecifier": "@beyond-js/ai-tools@0.0.6/github/add-files" | ||
"vspecifier": "@beyond-js/ai-tools@0.0.7/github/add-files" | ||
}, | ||
@@ -19,0 +19,0 @@ "type": "ts" |
@@ -25,3 +25,3 @@ System.register(["@beyond-js/kernel/bundle", "fs", "dotenv", "path"], function (_export, _context) { | ||
"module": { | ||
"vspecifier": "@beyond-js/ai-tools@0.0.6/github/add-files" | ||
"vspecifier": "@beyond-js/ai-tools@0.0.7/github/add-files" | ||
}, | ||
@@ -28,0 +28,0 @@ "type": "ts" |
@@ -13,3 +13,3 @@ define(["exports", "module", "@beyond-js/kernel/bundle", "fs", "dotenv", "path"], function (_exports, _amd_module, dependency_0, dependency_1, dependency_2, dependency_3) { | ||
"module": { | ||
"vspecifier": "@beyond-js/ai-tools@0.0.6/github/concatenate" | ||
"vspecifier": "@beyond-js/ai-tools@0.0.7/github/concatenate" | ||
}, | ||
@@ -16,0 +16,0 @@ "type": "ts" |
@@ -16,3 +16,3 @@ "use strict"; | ||
"module": { | ||
"vspecifier": "@beyond-js/ai-tools@0.0.6/github/concatenate" | ||
"vspecifier": "@beyond-js/ai-tools@0.0.7/github/concatenate" | ||
}, | ||
@@ -19,0 +19,0 @@ "type": "ts" |
@@ -22,3 +22,3 @@ System.register(["@beyond-js/kernel/bundle", "fs", "dotenv", "path"], function (_export, _context) { | ||
"module": { | ||
"vspecifier": "@beyond-js/ai-tools@0.0.6/github/concatenate" | ||
"vspecifier": "@beyond-js/ai-tools@0.0.7/github/concatenate" | ||
}, | ||
@@ -25,0 +25,0 @@ "type": "ts" |
@@ -13,3 +13,3 @@ "use strict"; | ||
"module": { | ||
"vspecifier": "@beyond-js/ai-tools@0.0.6/middleware" | ||
"vspecifier": "@beyond-js/ai-tools@0.0.7/middleware" | ||
}, | ||
@@ -16,0 +16,0 @@ "type": "ts" |
{ | ||
"name": "@beyond-js/ai-tools", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "BeyondJS AI Server", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -5,3 +5,2 @@ import type { Application, Request, Response } from 'express'; | ||
import { join } from 'path'; | ||
import { findUp } from 'find-up'; | ||
@@ -18,4 +17,5 @@ export /*bundle*/ class Routes { | ||
export /*bundle*/ async function specs() { | ||
const { findUp } = await import('find-up'); | ||
const root = await findUp('ai-tools', { cwd: __dirname, type: 'directory' }); | ||
return join(root, 'openapi/merged.yaml'); | ||
} |
@@ -13,3 +13,2 @@ "use strict"; | ||
var dependency_5 = require("@beyond-js/ai-tools/github/add-files"); | ||
var dependency_6 = require("find-up"); | ||
const { | ||
@@ -20,3 +19,3 @@ Bundle: __Bundle | ||
"module": { | ||
"vspecifier": "@beyond-js/ai-tools@0.0.6/routes" | ||
"vspecifier": "@beyond-js/ai-tools@0.0.7/routes" | ||
}, | ||
@@ -26,3 +25,3 @@ "type": "ts" | ||
; | ||
__pkg.dependencies.update([['@beyond-js/ai-tools/middleware', dependency_1], ['fs', dependency_2], ['path', dependency_3], ['@beyond-js/ai-tools/github/concatenate', dependency_4], ['@beyond-js/ai-tools/github/add-files', dependency_5], ['find-up', dependency_6]]); | ||
__pkg.dependencies.update([['@beyond-js/ai-tools/middleware', dependency_1], ['fs', dependency_2], ['path', dependency_3], ['@beyond-js/ai-tools/github/concatenate', dependency_4], ['@beyond-js/ai-tools/github/add-files', dependency_5]]); | ||
const ims = new Map(); | ||
@@ -167,3 +166,3 @@ | ||
ims.set('./index', { | ||
hash: 3111629367, | ||
hash: 3332813216, | ||
creator: function (require, exports) { | ||
@@ -180,3 +179,2 @@ "use strict"; | ||
var _path = require("path"); | ||
var _findUp = require("find-up"); | ||
/*bundle*/ | ||
@@ -193,3 +191,6 @@ class Routes { | ||
async function specs() { | ||
const root = await (0, _findUp.findUp)('ai-tools', { | ||
const { | ||
findUp | ||
} = await import('find-up'); | ||
const root = await findUp('ai-tools', { | ||
cwd: __dirname, | ||
@@ -196,0 +197,0 @@ type: 'directory' |
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
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
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
Sorry, the diff of this file is not supported yet
4247
232938