x-runtime-lib 0.8.112 → 0.8.114

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,6 +1,6 @@
1
1
  export interface RefContext {
2
2
  parent?: RefContext;
3
- compId: string;
3
+ compId: string | undefined;
4
4
  }
5
5
  export declare function isCircularRef(refContext: RefContext): boolean;
6
6
  export interface ElementProps {
@@ -14,3 +14,4 @@ export declare function getBreakpointProp(current: Breakpoint, props: {
14
14
  export declare function getField(object: any, keys: string[] | string): any;
15
15
  export declare function setField(object: any, keys: string[] | string, value: any): void;
16
16
  export declare function addIndent(code: string, spaces?: number): string;
17
+ export declare function isRefKey(key: string): boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.8.112",
4
+ "version": "0.8.114",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",