@naylence/runtime 0.3.5-test.904 → 0.3.5-test.905

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.
@@ -13,12 +13,12 @@ var asn1Csr = require('@peculiar/asn1-csr');
13
13
  var api = require('@opentelemetry/api');
14
14
 
15
15
  // This file is auto-generated during build - do not edit manually
16
- // Generated from package.json version: 0.3.5-test.904
16
+ // Generated from package.json version: 0.3.5-test.905
17
17
  /**
18
18
  * The package version, injected at build time.
19
19
  * @internal
20
20
  */
21
- const VERSION = '0.3.5-test.904';
21
+ const VERSION = '0.3.5-test.905';
22
22
 
23
23
  /**
24
24
  * Fame protocol specific error classes with WebSocket close codes and proper inheritance.
@@ -19726,6 +19726,7 @@ var defaultCryptoProvider = /*#__PURE__*/Object.freeze({
19726
19726
  let initialized = false;
19727
19727
  const runtimePlugin = {
19728
19728
  name: 'naylence:runtime',
19729
+ version: VERSION,
19729
19730
  async register() {
19730
19731
  // console.log('[naylence:runtime] register() called, initialized=', initialized);
19731
19732
  if (initialized) {