@sera4/essentia 1.1.46 → 1.1.48

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sera4/essentia",
3
- "version": "1.1.46",
3
+ "version": "1.1.48",
4
4
  "description": "A library of utilities for Teleporte Web Services",
5
5
  "main": "index.js",
6
6
  "type": "module",
package/package.tar.gz CHANGED
Binary file
@@ -7,7 +7,6 @@ import { utils } from "../utils/index.js"
7
7
  const censorText = "**********"
8
8
 
9
9
  let failHard = false;
10
- let als;
11
10
  let Sequelize = null;
12
11
 
13
12
  const paperTrail = {};
@@ -29,6 +28,7 @@ paperTrail.init = (sequelize, sequelizePackage, optionsArg) => {
29
28
  'created_at',
30
29
  'updated_at',
31
30
  'deleted_at',
31
+ 'audit_source',
32
32
  'revision',
33
33
  ],
34
34
  // additional fields to exclude on a global basis