@dbos-inc/dbos-sdk 1.8.5-preview.g6778b3edea → 1.8.6-preview
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dbos-inc/dbos-sdk",
|
3
|
-
"version": "1.8.
|
3
|
+
"version": "1.8.6-preview",
|
4
4
|
"description": "A Typescript framework built on the database",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -37,7 +37,6 @@
|
|
37
37
|
"@types/pg": "^8.11.2",
|
38
38
|
"@types/supertest": "^6.0.2",
|
39
39
|
"@types/uuid": "^9.0.8",
|
40
|
-
"@types/validator": "^13.11.9",
|
41
40
|
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
42
41
|
"@typescript-eslint/parser": "^6.7.2",
|
43
42
|
"eslint": "^8.57.0",
|
@@ -63,9 +62,9 @@
|
|
63
62
|
"@opentelemetry/sdk-logs": "0.49.1",
|
64
63
|
"@opentelemetry/sdk-trace-base": "1.22.0",
|
65
64
|
"@opentelemetry/semantic-conventions": "1.22.0",
|
65
|
+
"ajv": "8.13.0",
|
66
66
|
"axios": "1.6.7",
|
67
67
|
"commander": "12.0.0",
|
68
|
-
"fast-glob": "3.3.2",
|
69
68
|
"inquirer": "^8.2.6",
|
70
69
|
"kafkajs": "^2.2.4",
|
71
70
|
"knex": "3.1.0",
|
@@ -76,7 +75,6 @@
|
|
76
75
|
"reflect-metadata": "0.2.2",
|
77
76
|
"serialize-error": "8.1.0",
|
78
77
|
"uuid": "9.0.1",
|
79
|
-
"validator": "13.11.0",
|
80
78
|
"winston": "3.12.0",
|
81
79
|
"winston-transport": "4.7.0",
|
82
80
|
"yaml": "2.4.1"
|