chore: bump version to 4.3.1

CI/CD fixes release:
- Lint script now finds SDKs in clients/ directory structure
- Perl lint gracefully skips when modules missing
- Python examples exit 0 when API keys missing (CI-friendly)
- validate-examples.sh race condition fixed
This commit is contained in:
russell@unturf.com 2026-02-08 06:01:34 -05:00
parent 814e9396e7
commit 707fcbc7b7
18 changed files with 42 additions and 16 deletions

View file

@ -1,6 +1,6 @@
{
"name": "un-async",
"version": "4.3.0",
"version": "4.3.1",
"description": "Unsandbox async JavaScript SDK - Execute code in 50+ languages",
"main": "src/un_async.js",
"type": "module",

View file

@ -1,6 +1,6 @@
{
"name": "un-sync",
"version": "4.3.0",
"version": "4.3.1",
"description": "unsandbox.com JavaScript SDK (Isomorphic - Node.js + Browser)",
"type": "module",
"main": "src/un.js",