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