@plasmicapp/host
Advanced tools
Comparing version 1.0.184 to 1.0.185
@@ -560,3 +560,3 @@ 'use client'; | ||
var hostVersion = "1.0.184"; | ||
var hostVersion = "1.0.185"; | ||
@@ -563,0 +563,0 @@ var _a; |
@@ -582,3 +582,3 @@ 'use client'; | ||
var hostVersion = "1.0.184"; | ||
var hostVersion = "1.0.185"; | ||
@@ -585,0 +585,0 @@ var _a; |
/// <reference types="react" /> | ||
import { BooleanType, ChoiceType, CustomType, JSONLikeType, NumberType, StringType, DataSourceType } from "./prop-types"; | ||
import { BooleanType, ChoiceType, CustomType, DataSourceType, JSONLikeType, NumberType, StringType } from "./prop-types"; | ||
import { FunctionParam } from "./registerComponent"; | ||
@@ -59,3 +59,3 @@ export type PropType<P> = StringType<P> | BooleanType<P> | NumberType<P> | JSONLikeType<P> | ChoiceType<P> | CustomType<P> | DataSourceType<P>; | ||
providesData?: boolean; | ||
unstable__globalActions?: Record<string, GlobalActionRegistration<P>>; | ||
globalActions?: Record<string, GlobalActionRegistration<P>>; | ||
} | ||
@@ -62,0 +62,0 @@ export interface GlobalContextRegistration { |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.184"; | ||
export declare const hostVersion = "1.0.185"; |
{ | ||
"name": "@plasmicapp/host", | ||
"version": "1.0.184", | ||
"version": "1.0.185", | ||
"description": "plasmic library for app hosting", | ||
@@ -69,3 +69,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"gitHead": "a8f605abed1743390d128368cf18d42f967f9b8b" | ||
"gitHead": "be71b41ad94d0db53100816e00d1519793409999" | ||
} |
/// <reference types="react" /> | ||
import { BooleanType, ChoiceType, CustomType, JSONLikeType, NumberType, StringType, DataSourceType } from "./prop-types"; | ||
import { BooleanType, ChoiceType, CustomType, DataSourceType, JSONLikeType, NumberType, StringType } from "./prop-types"; | ||
import { FunctionParam } from "./registerComponent"; | ||
@@ -59,3 +59,3 @@ export type PropType<P> = StringType<P> | BooleanType<P> | NumberType<P> | JSONLikeType<P> | ChoiceType<P> | CustomType<P> | DataSourceType<P>; | ||
providesData?: boolean; | ||
unstable__globalActions?: Record<string, GlobalActionRegistration<P>>; | ||
globalActions?: Record<string, GlobalActionRegistration<P>>; | ||
} | ||
@@ -62,0 +62,0 @@ export interface GlobalContextRegistration { |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.184"; | ||
export declare const hostVersion = "1.0.185"; |
/// <reference types="react" /> | ||
import { BooleanType, ChoiceType, CustomType, JSONLikeType, NumberType, StringType, DataSourceType } from "./prop-types"; | ||
import { BooleanType, ChoiceType, CustomType, DataSourceType, JSONLikeType, NumberType, StringType } from "./prop-types"; | ||
import { FunctionParam } from "./registerComponent"; | ||
@@ -59,3 +59,3 @@ export type PropType<P> = StringType<P> | BooleanType<P> | NumberType<P> | JSONLikeType<P> | ChoiceType<P> | CustomType<P> | DataSourceType<P>; | ||
providesData?: boolean; | ||
unstable__globalActions?: Record<string, GlobalActionRegistration<P>>; | ||
globalActions?: Record<string, GlobalActionRegistration<P>>; | ||
} | ||
@@ -62,0 +62,0 @@ export interface GlobalContextRegistration { |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.184"; | ||
export declare const hostVersion = "1.0.185"; |
/// <reference types="react" /> | ||
import { BooleanType, ChoiceType, CustomType, JSONLikeType, NumberType, StringType, DataSourceType } from "./prop-types"; | ||
import { BooleanType, ChoiceType, CustomType, DataSourceType, JSONLikeType, NumberType, StringType } from "./prop-types"; | ||
import { FunctionParam } from "./registerComponent"; | ||
@@ -59,3 +59,3 @@ export type PropType<P> = StringType<P> | BooleanType<P> | NumberType<P> | JSONLikeType<P> | ChoiceType<P> | CustomType<P> | DataSourceType<P>; | ||
providesData?: boolean; | ||
unstable__globalActions?: Record<string, GlobalActionRegistration<P>>; | ||
globalActions?: Record<string, GlobalActionRegistration<P>>; | ||
} | ||
@@ -62,0 +62,0 @@ export interface GlobalContextRegistration { |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.184"; | ||
export declare const hostVersion = "1.0.185"; |
/// <reference types="react" /> | ||
import { BooleanType, ChoiceType, CustomType, JSONLikeType, NumberType, StringType, DataSourceType } from "./prop-types"; | ||
import { BooleanType, ChoiceType, CustomType, DataSourceType, JSONLikeType, NumberType, StringType } from "./prop-types"; | ||
import { FunctionParam } from "./registerComponent"; | ||
@@ -59,3 +59,3 @@ export type PropType<P> = StringType<P> | BooleanType<P> | NumberType<P> | JSONLikeType<P> | ChoiceType<P> | CustomType<P> | DataSourceType<P>; | ||
providesData?: boolean; | ||
unstable__globalActions?: Record<string, GlobalActionRegistration<P>>; | ||
globalActions?: Record<string, GlobalActionRegistration<P>>; | ||
} | ||
@@ -62,0 +62,0 @@ export interface GlobalContextRegistration { |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.184"; | ||
export declare const hostVersion = "1.0.185"; |
/// <reference types="react" /> | ||
import { BooleanType, ChoiceType, CustomType, JSONLikeType, NumberType, StringType, DataSourceType } from "./prop-types"; | ||
import { BooleanType, ChoiceType, CustomType, DataSourceType, JSONLikeType, NumberType, StringType } from "./prop-types"; | ||
import { FunctionParam } from "./registerComponent"; | ||
@@ -59,3 +59,3 @@ export type PropType<P> = StringType<P> | BooleanType<P> | NumberType<P> | JSONLikeType<P> | ChoiceType<P> | CustomType<P> | DataSourceType<P>; | ||
providesData?: boolean; | ||
unstable__globalActions?: Record<string, GlobalActionRegistration<P>>; | ||
globalActions?: Record<string, GlobalActionRegistration<P>>; | ||
} | ||
@@ -62,0 +62,0 @@ export interface GlobalContextRegistration { |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.184"; | ||
export declare const hostVersion = "1.0.185"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
524065