Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "tcl", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Node.js Tcl binding", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,3 +30,3 @@ node-tcl | ||
**Note :** Only the synchronous commands preserve states from one call to another. | ||
**Note :** Only synchronous commands preserve states from one call to another. | ||
Asynchronous commands are executed in a separate thread using a new Tcl Interpreter | ||
@@ -33,0 +33,0 @@ instance for each call. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
279752