@dbos-inc/dbos-sdk 1.11.7-preview → 1.11.10-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 +7 -0
- 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 +4 -2
- package/dist/src/debugger/debug_workflow.js.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 +7 -0
- package/dist/src/httpServer/handler.js.map +1 -1
- package/dist/src/httpServer/server.js.map +1 -1
- package/dist/src/kafka/kafka.js.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 +1 -0
- 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 +7 -0
- 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 +4 -1
- 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 +5 -0
- package/dist/src/workflow.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dbos-inc/dbos-sdk",
|
3
|
-
"version": "1.11.
|
3
|
+
"version": "1.11.10-preview",
|
4
4
|
"description": "A Typescript framework built on the database",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -37,8 +37,8 @@
|
|
37
37
|
"@types/pg": "^8.11.2",
|
38
38
|
"@types/supertest": "^6.0.2",
|
39
39
|
"@types/uuid": "^9.0.8",
|
40
|
-
"@typescript-eslint/eslint-plugin": "^
|
41
|
-
"@typescript-eslint/parser": "^
|
40
|
+
"@typescript-eslint/eslint-plugin": "^7.10.0",
|
41
|
+
"@typescript-eslint/parser": "^7.10.0",
|
42
42
|
"eslint": "^8.57.0",
|
43
43
|
"grunt": "^1.6.1",
|
44
44
|
"jest": "^29.7.0",
|