x-runtime-lib 0.5.14 → 0.5.16

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.
@@ -170,6 +170,7 @@ export type ZElement = {
170
170
  methods: ZMethod[];
171
171
  props: ZProps;
172
172
  internal?: boolean;
173
+ teleport?: boolean;
173
174
  };
174
175
  export type ZElements = {
175
176
  [key: string]: ZElement;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.5.14",
4
+ "version": "0.5.16",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",