@olympeio/runtime-node 9.10.3 → 9.10.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olympeio/runtime-node",
3
- "version": "9.10.3",
3
+ "version": "9.10.5",
4
4
  "description": "Olympe Node Runtime Environment",
5
5
  "types": "types/index.d.ts",
6
6
  "dependencies": {
package/types/base.d.ts CHANGED
@@ -103,7 +103,7 @@ export abstract class Context {
103
103
  offClear(id: string): void;
104
104
 
105
105
  /**
106
- * Whether the context is destroyed.
106
+ * Whether the context is destroyed or currently being destroyed.
107
107
  */
108
108
  isDestroyed(): boolean;
109
109
  }