@joystick.js/node-canary 0.0.0-canary.349 → 0.0.0-canary.350

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.
@@ -25,6 +25,10 @@ const captureLog = (callback = null) => {
25
25
  var logs_default = async () => {
26
26
  const mongodb = await connectMongoDB();
27
27
  return captureLog(async (source = "", data = "") => {
28
+ console.log({
29
+ source,
30
+ data
31
+ });
28
32
  switch (source) {
29
33
  case "stdout":
30
34
  await mongodb.collection("logs").insertOne({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joystick.js/node-canary",
3
- "version": "0.0.0-canary.349",
3
+ "version": "0.0.0-canary.350",
4
4
  "type": "module",
5
5
  "description": "A Node.js framework for building web apps.",
6
6
  "main": "./dist/index.js",