@kithinji/pod 1.0.22 → 1.0.24

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.
@@ -1 +1 @@
1
- {"version":3,"file":"deploy.d.ts","sourceRoot":"","sources":["../../../src/deploy/deploy.ts"],"names":[],"mappings":"AAmUA,wBAAsB,MAAM,CAC1B,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE;IAAE,WAAW,CAAC,EAAE,OAAO,CAAA;CAAE,iBAwEpC"}
1
+ {"version":3,"file":"deploy.d.ts","sourceRoot":"","sources":["../../../src/deploy/deploy.ts"],"names":[],"mappings":"AAkxBA,wBAAsB,MAAM,CAC1B,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE;IAAE,WAAW,CAAC,EAAE,OAAO,CAAA;CAAE,iBAsEpC"}
@@ -1 +1 @@
1
- {"version":3,"file":"generate_controller.d.ts","sourceRoot":"","sources":["../../../../src/plugins/generators/generate_controller.ts"],"names":[],"mappings":"AA+BA,wBAAgB,kBAAkB,CAChC,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,GACX,MAAM,GAAG,IAAI,CAWf"}
1
+ {"version":3,"file":"generate_controller.d.ts","sourceRoot":"","sources":["../../../../src/plugins/generators/generate_controller.ts"],"names":[],"mappings":"AA0CA,wBAAgB,kBAAkB,CAChC,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,GACX,MAAM,GAAG,IAAI,CA0Bf"}
@@ -0,0 +1,2 @@
1
+ export declare function generateRpcStub(filePath: string, code: string): string;
2
+ //# sourceMappingURL=generate_rpc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate_rpc.d.ts","sourceRoot":"","sources":["../../../../src/plugins/generators/generate_rpc.ts"],"names":[],"mappings":"AAmCA,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAuBtE"}
@@ -1,2 +1,9 @@
1
+ /**
2
+ * Generates a client-side stub for a service class that communicates with the backend
3
+ * @param filePath - Path to the service file
4
+ * @param code - Source code content
5
+ * @returns Generated stub code
6
+ * @throws GenerationError if generation fails
7
+ */
1
8
  export declare function generateRscStub(filePath: string, code: string): string;
2
9
  //# sourceMappingURL=generate_rsc.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"generate_rsc.d.ts","sourceRoot":"","sources":["../../../../src/plugins/generators/generate_rsc.ts"],"names":[],"mappings":"AAoBA,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAUtE"}
1
+ {"version":3,"file":"generate_rsc.d.ts","sourceRoot":"","sources":["../../../../src/plugins/generators/generate_rsc.ts"],"names":[],"mappings":"AAmCA;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAuBtE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kithinji/pod",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
4
4
  "description": "A CLI tool for managing and deploying pods",
5
5
  "type": "module",
6
6
  "bin": {