added prettier

This commit is contained in:
2021-03-10 21:32:11 -06:00
parent 883e7a7f62
commit d39e087406
15 changed files with 885 additions and 548 deletions

View File

@@ -1,6 +1,7 @@
const {v4: uuidv4} = require('uuid');
import _package_json from '../../package.json'
const { v4: uuidv4 } = require('uuid');
import _package_json from '../../package.json';
export const instance_id = uuidv4();
export const package_json = _package_json;
export const get_version = () => process.env.REPERTORY_JS_FORCE_VERSION || _package_json.version;
export const get_version = () =>
process.env.REPERTORY_JS_FORCE_VERSION || _package_json.version;