@nu-art/ts-openai-frontend 0.400.4 → 0.400.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ATS_OpenAI/ATS_OpenAI.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { ATS_3rd_Party, Button, ComponentSync, LL_H_C, LL_H_T, LL_V_L } from '@nu-art/thunderstorm
|
|
3
|
-
import { TS_TextAreaV2 } from '@nu-art/thunderstorm
|
|
2
|
+
import { ATS_3rd_Party, Button, ComponentSync, LL_H_C, LL_H_T, LL_V_L } from '@nu-art/thunderstorm-frontend/index';
|
|
3
|
+
import { TS_TextAreaV2 } from '@nu-art/thunderstorm-frontend/components/TS_V2_TextArea/index';
|
|
4
4
|
import { ModuleFE_OpenAI } from '../modules/ModuleFE_OpenAI.js';
|
|
5
5
|
import { __stringify } from '@nu-art/ts-common';
|
|
6
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Module } from '@nu-art/ts-common';
|
|
2
|
-
import { ApiDefCaller } from '@nu-art/thunderstorm';
|
|
2
|
+
import { ApiDefCaller } from '@nu-art/thunderstorm-shared';
|
|
3
3
|
import { ApiStruct_OpenAI } from '@nu-art/ts-openai-shared/api-def';
|
|
4
4
|
type Config = {};
|
|
5
5
|
export declare class ModuleFE_OpenAI_Class extends Module<Config> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Module } from '@nu-art/ts-common';
|
|
2
|
-
import { apiWithBody } from '@nu-art/thunderstorm
|
|
2
|
+
import { apiWithBody } from '@nu-art/thunderstorm-frontend/index';
|
|
3
3
|
import { ApiDef_OpenAI } from '@nu-art/ts-openai-shared/api-def';
|
|
4
4
|
export class ModuleFE_OpenAI_Class extends Module {
|
|
5
5
|
v1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nu-art/ts-openai-frontend",
|
|
3
|
-
"version": "0.400.
|
|
3
|
+
"version": "0.400.7",
|
|
4
4
|
"description": "ts-openai - Express & Typescript based backend framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"TacB0sS",
|
|
@@ -31,9 +31,10 @@
|
|
|
31
31
|
"build": "tsc"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@nu-art/ts-common": "0.400.
|
|
35
|
-
"@nu-art/thunderstorm": "0.400.
|
|
36
|
-
"@nu-art/
|
|
34
|
+
"@nu-art/ts-common": "0.400.7",
|
|
35
|
+
"@nu-art/thunderstorm-frontend": "0.400.7",
|
|
36
|
+
"@nu-art/thunderstorm-shared": "0.400.7",
|
|
37
|
+
"@nu-art/ts-openai-shared": "0.400.7",
|
|
37
38
|
"openai": "^6.7.0",
|
|
38
39
|
"firebase": "^11.9.0",
|
|
39
40
|
"firebase-admin": "13.4.0",
|