@sera4/essentia 1.1.49 → 1.1.50

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.
@@ -1,4 +1,4 @@
1
- import uuidv4 from 'uuid/v4.js';
1
+ import { v4 as uuidv4 } from 'uuid';
2
2
  import fs from "fs";
3
3
 
4
4
  const s4Domain = "sera4.com";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sera4/essentia",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "description": "A library of utilities for Teleporte Web Services",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -36,7 +36,7 @@
36
36
  "git-rev": "^0.2.1",
37
37
  "lodash": "^4.17.21",
38
38
  "url-parse": "^1.5.10",
39
- "uuid": "^3.4.0",
39
+ "uuid": "^9.0.0",
40
40
  "winston": "^3.3.3",
41
41
  "winston-logstash": "^0.4.0"
42
42
  }
package/package.tar.gz CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  import logger from "./queue-logger.js";
2
- import uuidv4 from "uuid/v4.js";
2
+ import { v4 as uuidv4 } from 'uuid';
3
3
 
4
4
  /**
5
5
  * A publisher for AMQP service