@dbos-inc/dbos-sdk 0.10.26-preview.g6cefb7ca9f → 0.10.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,6 +46,7 @@
46
46
  "reflect-metadata": "^0.1.13",
47
47
  "serialize-error": "8.1.0",
48
48
  "uuid": "^9.0.0",
49
+ "validator": "^13.11.0",
49
50
  "winston": "^3.10.0",
50
51
  "yaml": "^2.3.1"
51
52
  },
@@ -62,6 +63,7 @@
62
63
  "@types/pg": "^8.11.0",
63
64
  "@types/supertest": "^2.0.12",
64
65
  "@types/uuid": "^9.0.8",
66
+ "@types/validator": "^13.11.9",
65
67
  "@typescript-eslint/eslint-plugin": "^6.7.2",
66
68
  "@typescript-eslint/parser": "^6.7.2",
67
69
  "eslint": "^8.49.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbos-inc/dbos-sdk",
3
- "version": "0.10.26-preview.g6cefb7ca9f",
3
+ "version": "0.10.26",
4
4
  "description": "A Typescript framework built on the database",
5
5
  "license": "MIT",
6
6
  "repository": {