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:
parent
814e9396e7
commit
707fcbc7b7
18 changed files with 42 additions and 16 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue