@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.
@@ -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.5";
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.5';
21
+ export const DEV_SERVER_VERSION = '1.3.6';
22
22
  //# sourceMappingURL=constants.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ratio-mcp/shared",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",