esm syntax changes

This commit is contained in:
2021-05-26 13:51:53 -05:00
parent 43a3dbd582
commit 67abe2abc2
6 changed files with 15 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
const { v4: uuidv4 } = require('uuid');
import {v4 as uuidv4} from 'uuid';
import _package_json from '../../package.json';
export const instance_id = uuidv4();