@joystick.js/node-canary 0.0.0-canary.90 → 0.0.0-canary.91

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.
@@ -72,7 +72,6 @@ var accounts_default = {
72
72
  const user = await process.databases._users?.collection("users").findOne({
73
73
  "sessions.token": input?.token
74
74
  });
75
- console.log({ userWithLoginToken: user });
76
75
  return user;
77
76
  },
78
77
  createVerifyEmailToken: async (input) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joystick.js/node-canary",
3
- "version": "0.0.0-canary.90",
3
+ "version": "0.0.0-canary.91",
4
4
  "type": "module",
5
5
  "description": "A Node.js framework for building web apps.",
6
6
  "main": "./dist/index.js",