@dbos-inc/dbos-sdk 1.11.4-preview → 1.11.5-preview

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. package/dist/src/communicator.d.ts +1 -1
  2. package/dist/src/communicator.d.ts.map +1 -1
  3. package/dist/src/dbos-executor.d.ts +11 -11
  4. package/dist/src/dbos-executor.d.ts.map +1 -1
  5. package/dist/src/dbos-executor.js +0 -7
  6. package/dist/src/dbos-executor.js.map +1 -1
  7. package/dist/src/dbos-runtime/runtime.d.ts.map +1 -1
  8. package/dist/src/dbos-runtime/runtime.js.map +1 -1
  9. package/dist/src/debugger/debug_workflow.d.ts +9 -9
  10. package/dist/src/debugger/debug_workflow.d.ts.map +1 -1
  11. package/dist/src/debugger/debug_workflow.js +2 -4
  12. package/dist/src/debugger/debug_workflow.js.map +1 -1
  13. package/dist/src/httpServer/handler.d.ts +4 -4
  14. package/dist/src/httpServer/handler.d.ts.map +1 -1
  15. package/dist/src/httpServer/handler.js +0 -7
  16. package/dist/src/httpServer/handler.js.map +1 -1
  17. package/dist/src/httpServer/server.js.map +1 -1
  18. package/dist/src/kafka/kafka.js.map +1 -1
  19. package/dist/src/scheduler/scheduler.js.map +1 -1
  20. package/dist/src/system_database.d.ts +15 -15
  21. package/dist/src/system_database.d.ts.map +1 -1
  22. package/dist/src/system_database.js +0 -1
  23. package/dist/src/system_database.js.map +1 -1
  24. package/dist/src/testing/testing_runtime.d.ts +6 -6
  25. package/dist/src/testing/testing_runtime.d.ts.map +1 -1
  26. package/dist/src/testing/testing_runtime.js +0 -7
  27. package/dist/src/testing/testing_runtime.js.map +1 -1
  28. package/dist/src/transaction.d.ts +1 -1
  29. package/dist/src/transaction.d.ts.map +1 -1
  30. package/dist/src/transaction.js.map +1 -1
  31. package/dist/src/user_database.d.ts.map +1 -1
  32. package/dist/src/user_database.js +1 -4
  33. package/dist/src/user_database.js.map +1 -1
  34. package/dist/src/workflow.d.ts +19 -19
  35. package/dist/src/workflow.d.ts.map +1 -1
  36. package/dist/src/workflow.js +0 -5
  37. package/dist/src/workflow.js.map +1 -1
  38. package/dist/tsconfig.build.tsbuildinfo +1 -1
  39. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbos-inc/dbos-sdk",
3
- "version": "1.11.4-preview",
3
+ "version": "1.11.5-preview",
4
4
  "description": "A Typescript framework built on the database",
5
5
  "license": "MIT",
6
6
  "repository": {