@aprovan/patchwork-compiler 0.1.2-dev.4a481e4 → 0.1.2-dev.5b24ed2

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 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., MCP, HTTP)
163
+ * The compiler provides the interface; actual implementation (e.g., UTCP, MCP)
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., MCP, HTTP)
163
+ * The compiler provides the interface; actual implementation (e.g., UTCP, MCP)
164
164
  * is handled by the runtime/backend.
165
165
  */
166
166
  interface ServiceProxy {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aprovan/patchwork-compiler",
3
- "version": "0.1.2-dev.4a481e4",
3
+ "version": "0.1.2-dev.5b24ed2",
4
4
  "description": "Patchwork compiler - JSX→ESM compilation, image loading, DOM mounting",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",