vtb-appit 0.0.73 → 0.0.74

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.
@@ -198,6 +198,7 @@ class AppitBaseTransformer {
198
198
  resolve({
199
199
  id: document.id,
200
200
  filename: document.filename,
201
+ original_filename: document.original_filename,
201
202
  data: buffer
202
203
  });
203
204
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtb-appit",
3
- "version": "0.0.73",
3
+ "version": "0.0.74",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {