vtb-appit 0.0.24 → 0.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -110,7 +110,7 @@ class AppitBaseTransformer {
110
110
 
111
111
  async tsData()
112
112
  {
113
- return new Promise(resolve => {
113
+ return new Promise(async (resolve) => {
114
114
  const jwt = await this.fetchTSJWT();
115
115
  const tokenDecodablePart = jwt.split('.')[1];
116
116
  const decoded = JSON.parse(Buffer.from(tokenDecodablePart, 'base64').toString());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtb-appit",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {