badmfck-api-server 4.1.34 → 4.1.36

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.
@@ -501,7 +501,7 @@ class DeployerService extends BaseService_1.BaseService {
501
501
  fs_1.default.rmSync(tmp, { recursive: true });
502
502
  if (!fs_1.default.existsSync(tmp))
503
503
  fs_1.default.mkdirSync(tmp, { recursive: true });
504
- (0, child_process_1.execFileSync)("tar", ["--no-absolute-names", "-xzf", uploadedFile, "-C", tmp]);
504
+ (0, child_process_1.execFileSync)("tar", ["-xzf", uploadedFile, "-C", tmp]);
505
505
  }
506
506
  catch (e) {
507
507
  (0, LogService_1.logError)(e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "badmfck-api-server",
3
- "version": "4.1.34",
3
+ "version": "4.1.36",
4
4
  "description": "Simple API http server based on express",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",