@nookuio/iframe 0.9.7 → 0.9.8

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/types.d.ts +0 -12
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -53,19 +53,7 @@ export interface CoreIframeEvents {
53
53
  }
54
54
  export interface VueIframeContext extends CoreIframeContext {
55
55
  navigateTo: (to: string) => void;
56
- getValue: (options: {
57
- code: string;
58
- path?: string;
59
- onTemplateContext?: boolean;
60
- context?: Record<string, any>;
61
- }) => any;
62
56
  getInstanceData: (path: string /** filepath path of the component */) => Record<string, any>;
63
- runCode: (options: {
64
- path?: string;
65
- code: string;
66
- onTemplateContext?: boolean;
67
- context?: Record<string, any>;
68
- }) => any;
69
57
  /**
70
58
  * For virtual SFC preview
71
59
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nookuio/iframe",
3
3
  "description": "",
4
- "version": "0.9.7",
4
+ "version": "0.9.8",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
7
7
  "exports": {