@live-change/cli 0.9.45 → 0.9.46

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/lib/starter.js +2 -1
  2. package/package.json +8 -8
package/lib/starter.js CHANGED
@@ -29,7 +29,8 @@ import {
29
29
  import { DaoCache } from '@live-change/dao'
30
30
 
31
31
  process.on('unhandledRejection', (reason, p) => {
32
- console.error('Unhandled Rejection at: Promise', p, 'reason:', reason)
32
+ console.error('Unhandled Rejection',
33
+ "reason", reason, "stack", reason.stack, "promise", promise)
33
34
  })
34
35
 
35
36
  process.on('uncaughtException', function (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/cli",
3
- "version": "0.9.45",
3
+ "version": "0.9.46",
4
4
  "description": "Live Change Framework - command line interface",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -25,12 +25,12 @@
25
25
  "type": "module",
26
26
  "homepage": "https://github.com/live-change/live-change-stack",
27
27
  "dependencies": {
28
- "@live-change/dao": "^0.9.45",
29
- "@live-change/dao-sockjs": "^0.9.45",
30
- "@live-change/dao-websocket": "^0.9.45",
31
- "@live-change/db-server": "^0.9.45",
32
- "@live-change/framework": "^0.9.45",
33
- "@live-change/server": "^0.9.45",
28
+ "@live-change/dao": "^0.9.46",
29
+ "@live-change/dao-sockjs": "^0.9.46",
30
+ "@live-change/dao-websocket": "^0.9.46",
31
+ "@live-change/db-server": "^0.9.46",
32
+ "@live-change/framework": "^0.9.46",
33
+ "@live-change/server": "^0.9.46",
34
34
  "dotenv": "^16.4.4",
35
35
  "express": "^4.18.2",
36
36
  "http-proxy-middleware": "2.0.6",
@@ -40,5 +40,5 @@
40
40
  "websocket": "^1.0.34",
41
41
  "yargs": "^17.7.2"
42
42
  },
43
- "gitHead": "cc49c034ca5538efdb5c43d87041367d39a3d63f"
43
+ "gitHead": "9d2fe9cbfb28f6cd389c8cbc5cf051f583f58e9e"
44
44
  }