@naylence/advanced-security 0.3.5-test.104 → 0.3.5-test.106

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.
@@ -6,12 +6,12 @@ import { encodeUtf8 } from '@naylence/runtime/naylence/fame/security/signing/edd
6
6
  import { getLogger, secureDigest as secureDigest$1, validateHostLogical, CERTIFICATE_MANAGER_FACTORY_BASE_TYPE, CertificateManagerFactory, SigningConfigClass as SigningConfigClass$1 } from '@naylence/runtime/node';
7
7
 
8
8
  // This file is auto-generated during build - do not edit manually
9
- // Generated from package.json version: 0.3.5-test.104
9
+ // Generated from package.json version: 0.3.5-test.106
10
10
  /**
11
11
  * The package version, injected at build time.
12
12
  * @internal
13
13
  */
14
- const VERSION = '0.3.5-test.104';
14
+ const VERSION = '0.3.5-test.106';
15
15
 
16
16
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
17
17