@dbos-inc/dbos-sdk 1.3.9-preview → 1.3.11-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.3.9-preview",
3
+ "version": "1.3.11-preview",
4
4
  "description": "A Typescript framework built on the database",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -34,6 +34,7 @@
34
34
  "@types/lodash": "^4.14.202",
35
35
  "@types/node": "^20.11.25",
36
36
  "@types/pg": "^8.11.2",
37
+ "@types/inquirer": "^8.2.10",
37
38
  "@types/supertest": "^6.0.2",
38
39
  "@types/uuid": "^9.0.8",
39
40
  "@types/validator": "^13.11.9",
@@ -65,6 +66,7 @@
65
66
  "axios": "1.6.7",
66
67
  "commander": "12.0.0",
67
68
  "fast-glob": "3.3.2",
69
+ "inquirer": "^8.2.6",
68
70
  "kafkajs": "^2.2.4",
69
71
  "knex": "3.1.0",
70
72
  "koa": "2.15.0",