@autobe/agent 0.3.21 → 0.3.22
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/lib/index.mjs
CHANGED
|
@@ -4393,7 +4393,7 @@ const MAIN_PRISMA_FILE = StringUtil.trim`
|
|
|
4393
4393
|
generator client {
|
|
4394
4394
|
provider = "prisma-client-js"
|
|
4395
4395
|
previewFeatures = ["postgresqlExtensions", "views"]
|
|
4396
|
-
binaryTargets = ["native"
|
|
4396
|
+
binaryTargets = ["native"]
|
|
4397
4397
|
}
|
|
4398
4398
|
|
|
4399
4399
|
datasource db {
|
|
@@ -425,7 +425,7 @@ const MAIN_PRISMA_FILE = StringUtil_1.StringUtil.trim `
|
|
|
425
425
|
generator client {
|
|
426
426
|
provider = "prisma-client-js"
|
|
427
427
|
previewFeatures = ["postgresqlExtensions", "views"]
|
|
428
|
-
binaryTargets = ["native"
|
|
428
|
+
binaryTargets = ["native"]
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
datasource db {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autobe/agent",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.22",
|
|
4
4
|
"description": "AI backend server code generator",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"author": "Wrtn Technologies",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"tstl": "^3.0.0",
|
|
31
31
|
"typia": "^9.3.1",
|
|
32
32
|
"uuid": "^11.1.0",
|
|
33
|
-
"@autobe/interface": "^0.3.
|
|
33
|
+
"@autobe/interface": "^0.3.22"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@rollup/plugin-terser": "^0.4.4",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"ts-node": "^10.9.2",
|
|
44
44
|
"ts-patch": "^3.3.0",
|
|
45
45
|
"typescript": "~5.8.3",
|
|
46
|
-
"@autobe/compiler": "^0.3.
|
|
47
|
-
"@autobe/filesystem": "^0.3.
|
|
46
|
+
"@autobe/compiler": "^0.3.22",
|
|
47
|
+
"@autobe/filesystem": "^0.3.22"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
50
50
|
"ai",
|
|
@@ -258,7 +258,7 @@ const MAIN_PRISMA_FILE = StringUtil.trim`
|
|
|
258
258
|
generator client {
|
|
259
259
|
provider = "prisma-client-js"
|
|
260
260
|
previewFeatures = ["postgresqlExtensions", "views"]
|
|
261
|
-
binaryTargets = ["native"
|
|
261
|
+
binaryTargets = ["native"]
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
datasource db {
|