@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.
@@ -5286,12 +5286,12 @@ for (const [name, config] of Object.entries(SQLITE_PROFILES)) {
5286
5286
  }
5287
5287
 
5288
5288
  // This file is auto-generated during build - do not edit manually
5289
- // Generated from package.json version: 0.3.5-test.904
5289
+ // Generated from package.json version: 0.3.5-test.905
5290
5290
  /**
5291
5291
  * The package version, injected at build time.
5292
5292
  * @internal
5293
5293
  */
5294
- const VERSION = '0.3.5-test.904';
5294
+ const VERSION = '0.3.5-test.905';
5295
5295
 
5296
5296
  /**
5297
5297
  * Fame errors module - Fame protocol specific error classes
@@ -31283,6 +31283,7 @@ var traceEmitterProfileFactory = /*#__PURE__*/Object.freeze({
31283
31283
  let initialized = false;
31284
31284
  const runtimePlugin = {
31285
31285
  name: 'naylence:runtime',
31286
+ version: VERSION,
31286
31287
  async register() {
31287
31288
  // console.log('[naylence:runtime] register() called, initialized=', initialized);
31288
31289
  if (initialized) {