vtb-appit 0.0.83 → 0.0.84

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 -0
  2. package/package.json +1 -1
package/appit.js CHANGED
@@ -823,6 +823,7 @@ class Appit {
823
823
 
824
824
  Object.keys(data).forEach(key => {
825
825
  if(key === 'file') return;
826
+ console.log('add ' + key);
826
827
  formData.append(key, data[key]);
827
828
  });
828
829
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtb-appit",
3
- "version": "0.0.83",
3
+ "version": "0.0.84",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},