@dbos-inc/dbos-sdk 1.10.6-preview → 1.11.4-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.10.6-preview",
3
+ "version": "1.11.4-preview",
4
4
  "description": "A Typescript framework built on the database",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -14,8 +14,8 @@
14
14
  "packages/*"
15
15
  ],
16
16
  "scripts": {
17
- "build": "npm run --workspaces build && tsc --project tsconfig.build.json",
18
- "build-fdb": "npm run --workspaces build && tsc --project tsconfig.build-fdb.json",
17
+ "build": "tsc --project tsconfig.build.json && npm run --workspaces build",
18
+ "build-fdb": "tsc --project tsconfig.build-fdb.json && npm run --workspaces build",
19
19
  "lint": "eslint --fix --ext .ts --report-unused-disable-directives --ignore-pattern foundationdb/ --ignore-pattern templates/ .",
20
20
  "lint-fdb": "eslint --fix --ext .ts --ignore-pattern templates/ .",
21
21
  "setversion": "npm run --workspaces setversion && grunt setversion",
@@ -47,7 +47,7 @@
47
47
  "supertest": "^7.0.0",
48
48
  "ts-jest": "^29.1.2",
49
49
  "typeorm": "^0.3.17",
50
- "typescript": "5.3.3"
50
+ "typescript": "^5.4.5"
51
51
  },
52
52
  "dependencies": {
53
53
  "@koa/bodyparser": "5.0.0",