vtb-appit 0.1.12 → 0.1.13

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.
Files changed (2) hide show
  1. package/appit.js +1 -4
  2. package/package.json +1 -1
package/appit.js CHANGED
@@ -134,10 +134,7 @@ class Appit {
134
134
  }
135
135
  });
136
136
 
137
-
138
- try {
139
-
140
- if(this.options && this.options.tsData) {
137
+ if(this.options && this.options.tsData) {
141
138
  try {
142
139
  this.transformer.tsData = await this.transformer.tsGetData();
143
140
  this.log('info', 'TS data loaded successfully');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtb-appit",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},