harperdb 4.5.0-beta.2 → 4.5.0-beta.3
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/README.md +1 -1
- package/bin/harperdb.js +73 -73
- package/bin/lite.js +71 -71
- package/json/systemSchema.json +3 -0
- package/launchServiceScripts/launchNatsIngestService.js +71 -71
- package/launchServiceScripts/launchNatsReplyService.js +71 -71
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +71 -71
- package/npm-shrinkwrap.json +29 -29
- package/package.json +1 -1
- package/resources/Table.d.ts +8 -6
- package/resources/databases.d.ts +7 -6
- package/server/Server.d.ts +3 -0
- package/server/jobs/jobProcess.js +71 -71
- package/server/serverHelpers/contentTypes.d.ts +1 -0
- package/server/threads/threadServer.js +71 -71
- package/studio/build-local/asset-manifest.json +3 -3
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{164.6e0cda73.chunk.js → 164.05df362d.chunk.js} +1 -1
- package/studio/build-local/static/js/{main.95db34b0.js → main.95c6282e.js} +2 -2
- package/utility/scripts/restartHdb.js +71 -71
- /package/studio/build-local/static/js/{main.95db34b0.js.LICENSE.txt → main.95c6282e.js.LICENSE.txt} +0 -0
|
@@ -42,6 +42,7 @@ export declare function serializeMessage(message: any, request?: Request, inAsyn
|
|
|
42
42
|
* @param promiseToSerialize
|
|
43
43
|
*/
|
|
44
44
|
export declare function asyncSerialization(promiseToSerialize: Promise<any>): void;
|
|
45
|
+
export declare function hasAsyncSerialization(): boolean;
|
|
45
46
|
/**
|
|
46
47
|
* Given a content-type header string, get a deserializer function that can be used to parse the body.
|
|
47
48
|
*/
|