@dbos-inc/dbos-sdk 1.10.7 → 1.11.5-preview
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/src/communicator.d.ts +1 -1
- package/dist/src/communicator.d.ts.map +1 -1
- package/dist/src/dbos-executor.d.ts +11 -11
- package/dist/src/dbos-executor.d.ts.map +1 -1
- package/dist/src/dbos-executor.js +0 -7
- package/dist/src/dbos-executor.js.map +1 -1
- package/dist/src/dbos-runtime/runtime.d.ts.map +1 -1
- package/dist/src/dbos-runtime/runtime.js.map +1 -1
- package/dist/src/debugger/debug_workflow.d.ts +9 -9
- package/dist/src/debugger/debug_workflow.d.ts.map +1 -1
- package/dist/src/debugger/debug_workflow.js +2 -4
- package/dist/src/debugger/debug_workflow.js.map +1 -1
- package/dist/src/decorators.d.ts.map +1 -1
- package/dist/src/httpServer/handler.d.ts +4 -4
- package/dist/src/httpServer/handler.d.ts.map +1 -1
- package/dist/src/httpServer/handler.js +0 -7
- package/dist/src/httpServer/handler.js.map +1 -1
- package/dist/src/httpServer/middleware.d.ts.map +1 -1
- package/dist/src/httpServer/server.js.map +1 -1
- package/dist/src/kafka/kafka.d.ts +1 -1
- package/dist/src/kafka/kafka.d.ts.map +1 -1
- package/dist/src/kafka/kafka.js.map +1 -1
- package/dist/src/scheduler/scheduler.d.ts +1 -1
- package/dist/src/scheduler/scheduler.d.ts.map +1 -1
- package/dist/src/scheduler/scheduler.js.map +1 -1
- package/dist/src/system_database.d.ts +15 -15
- package/dist/src/system_database.d.ts.map +1 -1
- package/dist/src/system_database.js +0 -1
- package/dist/src/system_database.js.map +1 -1
- package/dist/src/testing/testing_runtime.d.ts +6 -6
- package/dist/src/testing/testing_runtime.d.ts.map +1 -1
- package/dist/src/testing/testing_runtime.js +0 -7
- package/dist/src/testing/testing_runtime.js.map +1 -1
- package/dist/src/transaction.d.ts +1 -1
- package/dist/src/transaction.d.ts.map +1 -1
- package/dist/src/transaction.js.map +1 -1
- package/dist/src/user_database.d.ts.map +1 -1
- package/dist/src/user_database.js +1 -4
- package/dist/src/user_database.js.map +1 -1
- package/dist/src/workflow.d.ts +19 -19
- package/dist/src/workflow.d.ts.map +1 -1
- package/dist/src/workflow.js +0 -5
- package/dist/src/workflow.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dbos-inc/dbos-sdk",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.11.5-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": "
|
18
|
-
"build-fdb": "
|
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.
|
50
|
+
"typescript": "^5.4.5"
|
51
51
|
},
|
52
52
|
"dependencies": {
|
53
53
|
"@koa/bodyparser": "5.0.0",
|