@typerighter/rpc-client 0.7.0 → 0.9.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@typerighter/rpc-client",
4
- "version": "0.7.0",
4
+ "version": "0.9.0",
5
5
  "description": "WASM RPC client for Typedown.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -154,6 +154,7 @@ export interface TdSiteConfig {
154
154
  * Repository URL from typedown.yaml
155
155
  */
156
156
  repo: string | undefined;
157
+ publicDir: string;
157
158
  }
158
159
 
159
160
  /**
Binary file