Skip to content

Commit d0c3692

Browse files
Copilotbcho
andcommitted
Rebase Temporal API changes on refactored TypeScript SDK
Co-authored-by: bcho <1975118+bcho@users.noreply.github.com>
1 parent bf763a1 commit d0c3692

11 files changed

Lines changed: 1383 additions & 449 deletions

File tree

sdks/typescript/package-lock.json

Lines changed: 2 additions & 175 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@absurd-sqlite/sdk",
3-
"version": "0.2.1-alpha.2",
3+
"version": "0.3.0-alpha.0",
44
"description": "TypeScript SDK for Absurd-SQLite - SQLite-based durable task execution",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -12,7 +12,8 @@
1212
"test": "npm run test:prepare && vitest --silent --run",
1313
"test:watch": "npm run test:prepare && vitest",
1414
"test:ui": "npm run test:prepare && vitest --ui",
15-
"docs": "typedoc"
15+
"docs": "typedoc",
16+
"docs:serve": "typedoc --watch --out docs/api & python3 -m http.server 8080 -d docs/api"
1617
},
1718
"repository": {
1819
"type": "git",
@@ -36,7 +37,6 @@
3637
"better-sqlite3": "^12.5.0"
3738
},
3839
"dependencies": {
39-
"absurd-sdk": "https://github.com/bcho/absurd/releases/download/sdks%2Ftypescript%2Fv0.0.7/typescript-sdk-v0.0.7.tgz",
4040
"temporal-polyfill": "^0.3.0"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)