@dbos-inc/dbos-sdk 4.9.10-preview → 4.10.4-preview

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbos-inc/dbos-sdk",
3
- "version": "4.9.10-preview",
3
+ "version": "4.10.4-preview",
4
4
  "description": "A Typescript framework built on the database",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -53,32 +53,6 @@
53
53
  "lint": "eslint --ignore-pattern **/coverage/ .",
54
54
  "setversion": "npm run --workspaces setversion && grunt setversion",
55
55
  "test": "npm run build && npm run --workspaces test && jest ./tests --coverage --collectCoverageFrom='src/**/*' --detectOpenHandles",
56
- "testclient": "npm run build && jest ./tests/client.test.ts --detectOpenHandles",
57
- "testds": "npm run build && jest ./tests/datasourceextensions.test.ts --detectOpenHandles",
58
- "testdbg": "npm run build && jest ./tests/debugger.test.ts --detectOpenHandles",
59
- "teststepq": "npm run build && jest ./tests/step_queue.test.ts --detectOpenHandles",
60
- "testwfm": "npm run build && jest ./tests/workflow_management.test.ts --detectOpenHandles",
61
- "testinst": "npm run build && jest ./tests/configured-instances.test.ts --detectOpenHandles",
62
- "testconc": "npm run build && jest ./tests/concurrency.test.ts --detectOpenHandles",
63
- "testq": "npm run build && jest ./tests/wfqueue.test.ts --detectOpenHandles",
64
- "testcli": "npm run build && jest ./tests/cli.test.ts --detectOpenHandles",
65
- "test3": "npm run build && jest ./tests/decorator-free.test.ts --detectOpenHandles",
66
- "testclearreg": "npm run build && jest ./tests/clear-reg.test.ts --detectOpenHandles",
67
- "testname": "npm run build && jest ./tests/naming.test.ts --detectOpenHandles",
68
- "testpatch": "npm run build && jest ./tests/patching.test.ts --detectOpenHandles",
69
- "testpgdb": "npm run build && jest ./tests/pgdatabaseadmin.test.ts --detectOpenHandles",
70
- "testdebounce": "npm run build && jest ./tests/debouncer.test.ts --detectOpenHandles",
71
- "testfail": "npm run build && jest ./tests/failures.test.ts --detectOpenHandles",
72
- "testoaoo": "npm run build && jest ./tests/oaoo.test.ts --detectOpenHandles",
73
- "testrec": "npm run build && jest ./tests/recovery.test.ts --detectOpenHandles",
74
- "testdbos": "npm run build && jest ./tests/dbos.test.ts --detectOpenHandles",
75
- "testevent": "npm run build && jest ./tests/eventreceiver_v3.test.ts --detectOpenHandles",
76
- "testhole": "npm run build && jest ./tests/timinghole.test.ts --detectOpenHandles",
77
- "testnegative": "npm run build && jest ./tests/api-negative-tests.test.ts --detectOpenHandles",
78
- "testhiccup": "npm run build && jest ./tests/dbhiccup.test.ts --detectOpenHandles",
79
- "teststeps": "npm run build && jest ./tests/stepfuncs.test.ts --detectOpenHandles",
80
- "teststreams": "npm run build && jest ./tests/streaming.test.ts --detectOpenHandles",
81
- "testport": "npm run build && jest ./tests/portableser.test.ts --detectOpenHandles",
82
56
  "prepare": "husky"
83
57
  },
84
58
  "bin": {
@@ -102,7 +76,8 @@
102
76
  "testcontainers": "^11.6.0",
103
77
  "ts-jest": "^29.2.4",
104
78
  "typescript": "^5.4.5",
105
- "typescript-eslint": "^8.26.1"
79
+ "typescript-eslint": "^8.26.1",
80
+ "zod": "^4.3.6"
106
81
  },
107
82
  "dependencies": {
108
83
  "commander": "12.0.0",