@rebasepro/server 0.13.0 → 0.13.1-canary.g599dae0

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.
@@ -3,7 +3,3 @@
3
3
  * Call this early in your application to set up proper logging levels
4
4
  */
5
5
  export declare function configureLogLevel(logLevel?: string): void;
6
- /**
7
- * Reset console methods to their original state
8
- */
9
- export declare function resetConsole(): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rebasepro/server",
3
3
  "type": "module",
4
- "version": "0.13.0",
4
+ "version": "0.13.1-canary.g599dae0",
5
5
  "description": "Database-Agnostic Backend Core for Rebase",
6
6
  "funding": {
7
7
  "url": "https://github.com/sponsors/rebaseco"
@@ -44,10 +44,10 @@
44
44
  "jsonwebtoken": "^9.0.3",
45
45
  "ws": "^8.21.1",
46
46
  "zod": "^4.4.3",
47
- "@rebasepro/client": "0.13.0",
48
- "@rebasepro/common": "0.13.0",
49
- "@rebasepro/types": "0.13.0",
50
- "@rebasepro/utils": "0.13.0"
47
+ "@rebasepro/client": "0.13.1-canary.g599dae0",
48
+ "@rebasepro/common": "0.13.1-canary.g599dae0",
49
+ "@rebasepro/types": "0.13.1-canary.g599dae0",
50
+ "@rebasepro/utils": "0.13.1-canary.g599dae0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@jest/globals": "^30.4.1",