x-runtime-lib 0.7.33 → 0.7.34

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.
@@ -1,3 +1,3 @@
1
1
  import Interpreter from 'js-interpreter';
2
- import { SandboxContext } from '../../types';
2
+ import { SandboxContext } from '@/types';
3
3
  export declare function bindView(context: SandboxContext, interpreter: Interpreter, globalObject: object): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.7.33",
4
+ "version": "0.7.34",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -1,4 +0,0 @@
1
- import { Ref } from 'vue';
2
- export declare function useThemeV1(dark: Ref<boolean>): {
3
- theme: import("vue").ComputedRef<"dark" | "light">;
4
- };
@@ -1,2 +0,0 @@
1
- import { BaseProps, Sandbox } from '../../../types';
2
- export declare function useCallMethod(sandbox: Sandbox, props: BaseProps, hook: (params: unknown) => void): void;
@@ -1,3 +0,0 @@
1
- export declare function useReactive(): {
2
- reactives: any;
3
- };