@gentrace/openai
Version:
Gentrace OpenAI v4 plugin for Node.JS
60 lines (50 loc) • 3.31 kB
Plain Text
> @gentrace/openai@4.2.3 build /home/runner/work/gentrace-node/gentrace-node/packages/openai
> run-s clean typescript:compile rollup:compile
> @gentrace/openai@4.2.3 clean /home/runner/work/gentrace-node/gentrace-node/packages/openai
> rimraf dist tsconfig.tsbuildinfo
> @gentrace/openai@4.2.3 typescript:compile /home/runner/work/gentrace-node/gentrace-node/packages/openai
> tsc -p tsconfig.json
> @gentrace/openai@4.2.3 rollup:compile /home/runner/work/gentrace-node/gentrace-node/packages/openai
> rollup --config rollup.config.mjs
[36m
[1mdist/index.js[22m → [1mdist, dist[22m...[39m
[1m[33m(!) "this" has been rewritten to "undefined"[39m[22m
[90mhttps://rollupjs.org/troubleshooting/#error-this-is-undefined[39m
[1mdist/handlers/simple.js[22m
[90m1: var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
^
2: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3: return new (P || (P = Promise))(function (resolve, reject) {[39m
...and 3 other occurrences
[1mdist/plugin.js[22m
[90m1: var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
^
2: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3: return new (P || (P = Promise))(function (resolve, reject) {[39m
...and 1 other occurrence
[1mdist/openai.js[22m
[90m1: var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
^
2: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3: return new (P || (P = Promise))(function (resolve, reject) {[39m
...and 9 other occurrences
[1mdist/handlers/advanced.js[22m
[90m1: var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
^
2: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3: return new (P || (P = Promise))(function (resolve, reject) {[39m
...and 1 other occurrence
[1m[33m(!) Unresolved dependencies[39m[22m
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
[1m@gentrace/core[22m (imported by "dist/handlers/simple.js", "dist/plugin.js" and "dist/openai.js")
[1mopenai[22m (imported by "dist/handlers/simple.js", "dist/openai.js" and "dist/handlers/advanced.js")
[1mopenai/resources/beta/chat/chat[22m (imported by "dist/handlers/simple.js" and "dist/handlers/advanced.js")
[1mmustache[22m (imported by "dist/openai.js")
[1mopenai/resources/beta/chat/completions[22m (imported by "dist/openai.js")
[1mopenai/lib/parser[22m (imported by "dist/openai.js")
[1m[33m(!) Mixing named and default exports[39m[22m
[90mhttps://rollupjs.org/configuration-options/#output-exports[39m
[1mThe following entry modules are using named and default exports together:[22m
dist/index.js
Consumers of your bundle will have to use chunk.default to access their default export, which may not be what you want. Use `output.exports: "named"` to disable this warning.
[32mcreated [1mdist, dist[22m in [1m241ms[22m[39m