swipelime-client-node
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -7,2 +7,6 @@ # Changelog | ||
## [0.2.7] - 2024-06-19 | ||
### Fixed | ||
* Client version string update | ||
## [0.2.6] - 2024-06-17 | ||
@@ -9,0 +13,0 @@ ### Fixed |
@@ -18,3 +18,3 @@ /// <reference types="node" /> | ||
readonly apiVersion = 1; | ||
readonly clientVersion = "0.2.4"; | ||
readonly clientVersion = "0.2.7"; | ||
get isLoggedIn(): boolean; | ||
@@ -21,0 +21,0 @@ get isConnected(): boolean; |
@@ -43,3 +43,3 @@ "use strict"; | ||
apiVersion = 1; | ||
clientVersion = '0.2.4'; | ||
clientVersion = '0.2.7'; | ||
get isLoggedIn() { | ||
@@ -46,0 +46,0 @@ return this._isLoggedIn; |
{ | ||
"name": "swipelime-client-node", | ||
"description": "swipelime-client-node is the official swipelime Node.js client library", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"author": "swipelime (https://swipelime.com)", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
55491