@ratio-mcp/shared 1.3.5 → 1.3.6
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/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -10,5 +10,5 @@ export declare const DEFAULT_REDIRECT_URI = "http://localhost:3000/auth/callback
|
|
|
10
10
|
export declare const DOCS_SERVER_NAME = "ratio-docs-server";
|
|
11
11
|
export declare const DOCS_SERVER_VERSION = "1.0.0";
|
|
12
12
|
export declare const DEV_SERVER_NAME = "app-builder";
|
|
13
|
-
export declare const DEV_SERVER_VERSION = "1.3.
|
|
13
|
+
export declare const DEV_SERVER_VERSION = "1.3.6";
|
|
14
14
|
//# sourceMappingURL=constants.d.ts.map
|
package/dist/constants.js
CHANGED
|
@@ -18,5 +18,5 @@ export const DEFAULT_REDIRECT_URI = 'http://localhost:3000/auth/callback';
|
|
|
18
18
|
export const DOCS_SERVER_NAME = 'ratio-docs-server';
|
|
19
19
|
export const DOCS_SERVER_VERSION = '1.0.0';
|
|
20
20
|
export const DEV_SERVER_NAME = 'app-builder';
|
|
21
|
-
export const DEV_SERVER_VERSION = '1.3.
|
|
21
|
+
export const DEV_SERVER_VERSION = '1.3.6';
|
|
22
22
|
//# sourceMappingURL=constants.js.map
|