@dbos-inc/dbos-sdk 1.3.11-preview → 1.3.13
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dbos-inc/dbos-sdk",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.13",
|
4
4
|
"description": "A Typescript framework built on the database",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -28,13 +28,13 @@
|
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
30
|
"@prisma/client": "^5.3.1",
|
31
|
+
"@types/inquirer": "^8.2.10",
|
31
32
|
"@types/koa": "^2.15.0",
|
32
33
|
"@types/koa__cors": "^5.0.0",
|
33
34
|
"@types/koa__router": "^12.0.4",
|
34
35
|
"@types/lodash": "^4.14.202",
|
35
36
|
"@types/node": "^20.11.25",
|
36
37
|
"@types/pg": "^8.11.2",
|
37
|
-
"@types/inquirer": "^8.2.10",
|
38
38
|
"@types/supertest": "^6.0.2",
|
39
39
|
"@types/uuid": "^9.0.8",
|
40
40
|
"@types/validator": "^13.11.9",
|
@@ -73,7 +73,7 @@
|
|
73
73
|
"lodash": "4.17.21",
|
74
74
|
"openapi-types": "12.1.3",
|
75
75
|
"pg": "8.11.3",
|
76
|
-
"reflect-metadata": "0.2.
|
76
|
+
"reflect-metadata": "0.2.2",
|
77
77
|
"serialize-error": "8.1.0",
|
78
78
|
"uuid": "9.0.1",
|
79
79
|
"validator": "13.11.0",
|