@olonjs/core 1.0.100 → 1.0.101

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -220,6 +220,9 @@ export declare function JsonPagesEngine({ config }: JsonPagesEngineProps): JSX.E
220
220
 
221
221
  declare interface JsonPagesEngineProps {
222
222
  config: JsonPagesConfig;
223
+ webMcp?: {
224
+ enabled: boolean;
225
+ };
223
226
  }
224
227
 
225
228
  export declare interface LayerItem {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olonjs/core",
3
- "version": "1.0.100",
3
+ "version": "1.0.101",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/olonjs-core.umd.cjs",