@eggjs/tegg 3.64.4 → 3.64.5
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/package.json +22 -23
- package/langchain.d.ts +0 -1
- package/langchain.js +0 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eggjs/tegg",
|
|
3
|
-
"version": "3.64.
|
|
3
|
+
"version": "3.64.5",
|
|
4
4
|
"description": "tegg decorator packages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"egg",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"scripts": {
|
|
18
18
|
"test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha",
|
|
19
19
|
"clean": "tsc -b --clean",
|
|
20
|
-
"tsc:pub": "
|
|
21
|
-
"prepublishOnly": "
|
|
20
|
+
"tsc:pub": "ut clean && tsc -p ./tsconfig.pub.json",
|
|
21
|
+
"prepublishOnly": "ut tsc:pub"
|
|
22
22
|
},
|
|
23
23
|
"author": "killagu <killa123@126.com>",
|
|
24
24
|
"license": "MIT",
|
|
@@ -35,25 +35,24 @@
|
|
|
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-
|
|
56
|
-
"@eggjs/tegg-types": "^3.64.4"
|
|
38
|
+
"@eggjs/ajv-decorator": "^3.64.5",
|
|
39
|
+
"@eggjs/aop-decorator": "^3.64.5",
|
|
40
|
+
"@eggjs/controller-decorator": "^3.64.5",
|
|
41
|
+
"@eggjs/core-decorator": "^3.64.5",
|
|
42
|
+
"@eggjs/dal-decorator": "^3.64.5",
|
|
43
|
+
"@eggjs/eventbus-decorator": "^3.64.5",
|
|
44
|
+
"@eggjs/standalone-decorator": "^3.64.5",
|
|
45
|
+
"@eggjs/tegg-background-task": "^3.64.5",
|
|
46
|
+
"@eggjs/tegg-common-util": "^3.64.5",
|
|
47
|
+
"@eggjs/tegg-dynamic-inject": "^3.64.5",
|
|
48
|
+
"@eggjs/tegg-lifecycle": "^3.64.5",
|
|
49
|
+
"@eggjs/tegg-loader": "^3.64.5",
|
|
50
|
+
"@eggjs/tegg-metadata": "^3.64.5",
|
|
51
|
+
"@eggjs/tegg-orm-decorator": "^3.64.5",
|
|
52
|
+
"@eggjs/tegg-runtime": "^3.64.5",
|
|
53
|
+
"@eggjs/tegg-schedule-decorator": "^3.64.5",
|
|
54
|
+
"@eggjs/tegg-transaction-decorator": "^3.64.5",
|
|
55
|
+
"@eggjs/tegg-types": "^3.64.5"
|
|
57
56
|
},
|
|
58
57
|
"peerDependencies": {
|
|
59
58
|
"@eggjs/tegg-dal-plugin": "^3.60.1"
|
|
@@ -69,5 +68,5 @@
|
|
|
69
68
|
"ts-node": "^10.9.1",
|
|
70
69
|
"typescript": "^5.0.4"
|
|
71
70
|
},
|
|
72
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "bb2ff7c64016202925cd660f510840286aca041d"
|
|
73
72
|
}
|
package/langchain.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@eggjs/tegg-langchain-decorator';
|
package/langchain.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
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==
|