@esfaenza/extensions 11.2.9 → 11.2.10

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.
@@ -21,7 +21,7 @@ export declare class HashingService {
21
21
  /**
22
22
  * Blacklist dei tipi da ignorare quando si effettua l'hashing degli oggetti
23
23
  */
24
- private ObjectHashingBlacklist;
24
+ private objBlacklist;
25
25
  /**
26
26
  * Genera una stringa che identifica univocamente l'oggetto in questione
27
27
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/extensions",
3
- "version": "11.2.9",
3
+ "version": "11.2.10",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },