@enplug/scripts 1.11.4-dev29 → 1.11.4-dev30

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.
@@ -6,7 +6,7 @@ const inquirer = require('inquirer');
6
6
  const loadDevPrivateFile = require('../loadDevPrivateFile');
7
7
  const rootPath = __dirname.split('node_modules')[0];
8
8
  const getPackageJson = require('../getPackageJson');
9
- import { Blob } from "buffer";
9
+ const { Blob } = require('buffer');
10
10
 
11
11
  const { from, throwError } = require('rxjs');
12
12
  const { catchError, switchMap, tap, filter } = require('rxjs/operators');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enplug/scripts",
3
- "version": "1.11.4-dev29",
3
+ "version": "1.11.4-dev30",
4
4
  "description": "Enplug scripts",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",