@eggjs/tegg 3.64.2 → 3.64.4
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/langchain.d.ts +1 -0
- package/langchain.js +18 -0
- package/package.json +21 -20
package/langchain.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@eggjs/tegg-langchain-decorator';
|
package/langchain.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("@eggjs/tegg-langchain-decorator"), exports);
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZ2NoYWluLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsibGFuZ2NoYWluLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxrRUFBZ0QifQ==
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eggjs/tegg",
|
|
3
|
-
"version": "3.64.
|
|
3
|
+
"version": "3.64.4",
|
|
4
4
|
"description": "tegg decorator packages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"egg",
|
|
@@ -35,24 +35,25 @@
|
|
|
35
35
|
"node": ">=14.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@eggjs/ajv-decorator": "^3.64.
|
|
39
|
-
"@eggjs/aop-decorator": "^3.64.
|
|
40
|
-
"@eggjs/controller-decorator": "^3.64.
|
|
41
|
-
"@eggjs/core-decorator": "^3.64.
|
|
42
|
-
"@eggjs/dal-decorator": "^3.64.
|
|
43
|
-
"@eggjs/eventbus-decorator": "^3.64.
|
|
44
|
-
"@eggjs/standalone-decorator": "^3.64.
|
|
45
|
-
"@eggjs/tegg-background-task": "^3.64.
|
|
46
|
-
"@eggjs/tegg-common-util": "^3.64.
|
|
47
|
-
"@eggjs/tegg-dynamic-inject": "^3.64.
|
|
48
|
-
"@eggjs/tegg-
|
|
49
|
-
"@eggjs/tegg-
|
|
50
|
-
"@eggjs/tegg-
|
|
51
|
-
"@eggjs/tegg-
|
|
52
|
-
"@eggjs/tegg-
|
|
53
|
-
"@eggjs/tegg-
|
|
54
|
-
"@eggjs/tegg-
|
|
55
|
-
"@eggjs/tegg-
|
|
38
|
+
"@eggjs/ajv-decorator": "^3.64.4",
|
|
39
|
+
"@eggjs/aop-decorator": "^3.64.4",
|
|
40
|
+
"@eggjs/controller-decorator": "^3.64.4",
|
|
41
|
+
"@eggjs/core-decorator": "^3.64.4",
|
|
42
|
+
"@eggjs/dal-decorator": "^3.64.4",
|
|
43
|
+
"@eggjs/eventbus-decorator": "^3.64.4",
|
|
44
|
+
"@eggjs/standalone-decorator": "^3.64.4",
|
|
45
|
+
"@eggjs/tegg-background-task": "^3.64.4",
|
|
46
|
+
"@eggjs/tegg-common-util": "^3.64.4",
|
|
47
|
+
"@eggjs/tegg-dynamic-inject": "^3.64.4",
|
|
48
|
+
"@eggjs/tegg-langchain-decorator": "^3.64.4",
|
|
49
|
+
"@eggjs/tegg-lifecycle": "^3.64.4",
|
|
50
|
+
"@eggjs/tegg-loader": "^3.64.4",
|
|
51
|
+
"@eggjs/tegg-metadata": "^3.64.4",
|
|
52
|
+
"@eggjs/tegg-orm-decorator": "^3.64.4",
|
|
53
|
+
"@eggjs/tegg-runtime": "^3.64.4",
|
|
54
|
+
"@eggjs/tegg-schedule-decorator": "^3.64.4",
|
|
55
|
+
"@eggjs/tegg-transaction-decorator": "^3.64.4",
|
|
56
|
+
"@eggjs/tegg-types": "^3.64.4"
|
|
56
57
|
},
|
|
57
58
|
"peerDependencies": {
|
|
58
59
|
"@eggjs/tegg-dal-plugin": "^3.60.1"
|
|
@@ -68,5 +69,5 @@
|
|
|
68
69
|
"ts-node": "^10.9.1",
|
|
69
70
|
"typescript": "^5.0.4"
|
|
70
71
|
},
|
|
71
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "a6aee0d3ba9c935dcd730be280f5e406706e239d"
|
|
72
73
|
}
|