File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 4.2.50
1+ 4.2.51
Original file line number Diff line number Diff line change @@ -6076,7 +6076,7 @@ void print_usage(const char *prog) {
60766076 * ============================================================================ */
60776077
60786078const char * unsandbox_version (void ) {
6079- return "4.2.50 " ;
6079+ return "4.2.51 " ;
60806080}
60816081
60826082const char * unsandbox_detect_language (const char * filename ) {
Original file line number Diff line number Diff line change 1212
1313const string API_BASE = "https://api.unsandbox.com" ;
1414const string PORTAL_BASE = "https://unsandbox.com" ;
15- const string VERSION = "4.2.50 " ;
15+ const string VERSION = "4.2.51 " ;
1616
1717// ANSI colors
1818const string BLUE = "\x1B [34m" ;
Original file line number Diff line number Diff line change 1212
1313const string API_BASE = "https://api.unsandbox.com" ;
1414const string PORTAL_BASE = "https://unsandbox.com" ;
15- const string VERSION = "4.2.50 " ;
15+ const string VERSION = "4.2.51 " ;
1616
1717// ANSI colors
1818const string BLUE = "\x1B [34m" ;
Original file line number Diff line number Diff line change 7373 * </ol>
7474 *
7575 * @author Permacomputer Project
76- * @version 4.2.50
76+ * @version 4.2.51
7777 */
7878
7979import javax.crypto.Mac
Original file line number Diff line number Diff line change 11{
22 "name" : " un-async" ,
3- "version" : " 4.2.50 " ,
3+ "version" : " 4.2.51 " ,
44 "description" : " Unsandbox async JavaScript SDK - Execute code in 50+ languages" ,
55 "main" : " src/un_async.js" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " un-sync" ,
3- "version" : " 4.2.50 " ,
3+ "version" : " 4.2.51 " ,
44 "description" : " unsandbox.com JavaScript SDK (Isomorphic - Node.js + Browser)" ,
55 "type" : " module" ,
66 "main" : " src/un.js" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ local ltn12 = require("ltn12")
1515
1616local Un = {}
1717Un .API_BASE = " https://api.unsandbox.com"
18- Un .VERSION = " 4.2.50 "
18+ Un .VERSION = " 4.2.51 "
1919
2020-- Credential loading
2121function Un .load_accounts_csv (path )
Original file line number Diff line number Diff line change 4747use File::HomeDir;
4848use Time::HiRes qw( time sleep) ;
4949
50- our $VERSION = " 4.2.50 " ;
50+ our $VERSION = " 4.2.51 " ;
5151our $API_BASE = ' https://api.unsandbox.com' ;
5252
5353# Credential system
Original file line number Diff line number Diff line change 77
88setup (
99 name = "unsandbox-async" ,
10- version = "4.2.50 " ,
10+ version = "4.2.51 " ,
1111 description = "Asynchronous Python SDK for unsandbox.com code execution" ,
1212 long_description = open ("README.md" ).read () if False else "Async Python SDK for unsandbox code execution" ,
1313 author = "unsandbox.com" ,
You can’t perform that action at this time.
0 commit comments