Release automatic callback setup in SDK 0.2.0

Hop-State: A_06FPARPGMNVEAN3XBVH0QD8
Hop-Proposal: R_06FPARNXMP3DGP5VQGGX4Z8
Hop-Task: T_06FPAR9KH2V5ED7V65JEN00
Hop-Attempt: AT_06FPAR9KH3NZ1CV8RGPJDSG
This commit is contained in:
2026-07-15 03:46:42 -07:00
committed by Hop
parent 73a3279d5c
commit bb04d47a29
9 changed files with 88 additions and 33 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@gnosyslabs/stuffbox-sdk",
"version": "0.1.0",
"version": "0.2.0",
"description": "Official Stuffbox SDK with framework-neutral APIs and optional React upload helpers",
"packageManager": "pnpm@10.30.3",
"license": "MIT",
@@ -51,7 +51,7 @@
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"typecheck": "tsc -p tsconfig.build.json --noEmit",
"typecheck": "tsc -p tsconfig.build.json --noEmit && tsc -p tsconfig.tests.json",
"typecheck:examples": "tsc -p tsconfig.examples.json --noEmit",
"test": "vitest run",
"lint": "eslint src tests examples",