@dbos-inc/dbos-sdk 1.20.14-preview → 1.20.17-preview
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dbos-inc/dbos-sdk",
|
3
|
-
"version": "1.20.
|
3
|
+
"version": "1.20.17-preview",
|
4
4
|
"description": "A Typescript framework built on the database",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -75,6 +75,7 @@
|
|
75
75
|
"reflect-metadata": "^0.2.2",
|
76
76
|
"serialize-error": "8.1.0",
|
77
77
|
"uuid": "9.0.1",
|
78
|
+
"validator": "^13.12.0",
|
78
79
|
"winston": "3.12.0",
|
79
80
|
"winston-transport": "4.7.0",
|
80
81
|
"yaml": "2.4.1"
|