@aprovan/patchwork-compiler 0.1.2-dev.3afec03 → 0.1.2-dev.4a481e4
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/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -160,7 +160,7 @@ interface Compiler {
|
|
|
160
160
|
/**
|
|
161
161
|
* Service proxy interface - abstracts service calls to backend
|
|
162
162
|
*
|
|
163
|
-
* The compiler provides the interface; actual implementation (e.g.,
|
|
163
|
+
* The compiler provides the interface; actual implementation (e.g., MCP, HTTP)
|
|
164
164
|
* is handled by the runtime/backend.
|
|
165
165
|
*/
|
|
166
166
|
interface ServiceProxy {
|
package/dist/index.d.ts
CHANGED
|
@@ -160,7 +160,7 @@ interface Compiler {
|
|
|
160
160
|
/**
|
|
161
161
|
* Service proxy interface - abstracts service calls to backend
|
|
162
162
|
*
|
|
163
|
-
* The compiler provides the interface; actual implementation (e.g.,
|
|
163
|
+
* The compiler provides the interface; actual implementation (e.g., MCP, HTTP)
|
|
164
164
|
* is handled by the runtime/backend.
|
|
165
165
|
*/
|
|
166
166
|
interface ServiceProxy {
|
package/package.json
CHANGED