@yumerijs/core 2.0.6 → 2.0.7

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.
Files changed (2) hide show
  1. package/dist/session.js +1 -0
  2. package/package.json +1 -1
package/dist/session.js CHANGED
@@ -262,6 +262,7 @@ class Session {
262
262
  return this.client.res.write(data);
263
263
  }
264
264
  endsession(message) {
265
+ this.responseHandled = true;
265
266
  return this.client.res.end(message);
266
267
  }
267
268
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yumerijs/core",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Core module for yumeri",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",