@naylence/agent-sdk 0.3.4-test.716 → 0.3.4-test.717

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.
@@ -15671,12 +15671,12 @@
15671
15671
  // --- END ENV SHIM ---
15672
15672
 
15673
15673
  // This file is auto-generated during build - do not edit manually
15674
- // Generated from package.json version: 0.3.5-test.916
15674
+ // Generated from package.json version: 0.3.5-test.919
15675
15675
  /**
15676
15676
  * The package version, injected at build time.
15677
15677
  * @internal
15678
15678
  */
15679
- const VERSION$1 = '0.3.5-test.916';
15679
+ const VERSION$1 = '0.3.5-test.919';
15680
15680
 
15681
15681
  /**
15682
15682
  * Fame protocol specific error classes with WebSocket close codes and proper inheritance.
@@ -35675,7 +35675,6 @@
35675
35675
  }
35676
35676
  async stop() {
35677
35677
  this.isStarted = false;
35678
- await delay$2(100);
35679
35678
  await this.shutdownTasks({
35680
35679
  gracePeriod: 10,
35681
35680
  cancelHanging: true,