@plasmicapp/host
Advanced tools
Comparing version 1.0.41 to 1.0.42
@@ -70,3 +70,6 @@ /// <reference types="react" /> | ||
type: "array"; | ||
} & DefaultValueOrExpr<P, any[]> & PropTypeBase<P>); | ||
} & DefaultValueOrExpr<P, any[]> & PropTypeBase<P>) | ({ | ||
type: "dataSource"; | ||
dataSource: "airtable" | "cms"; | ||
} & PropTypeBase<P>); | ||
interface ChoiceTypeBase<P> extends PropTypeBase<P> { | ||
@@ -73,0 +76,0 @@ type: "choice"; |
{ | ||
"name": "@plasmicapp/host", | ||
"version": "1.0.41", | ||
"version": "1.0.42", | ||
"description": "plasmic library for app hosting", | ||
@@ -58,3 +58,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "db8215c610667a2765f229a4cc531ed0e8b548ad" | ||
"gitHead": "9d84f90487c372ff20eff369cc28382ba733816c" | ||
} |
@@ -70,3 +70,6 @@ /// <reference types="react" /> | ||
type: "array"; | ||
} & DefaultValueOrExpr<P, any[]> & PropTypeBase<P>); | ||
} & DefaultValueOrExpr<P, any[]> & PropTypeBase<P>) | ({ | ||
type: "dataSource"; | ||
dataSource: "airtable" | "cms"; | ||
} & PropTypeBase<P>); | ||
interface ChoiceTypeBase<P> extends PropTypeBase<P> { | ||
@@ -73,0 +76,0 @@ type: "choice"; |
@@ -70,3 +70,6 @@ /// <reference types="react" /> | ||
type: "array"; | ||
} & DefaultValueOrExpr<P, any[]> & PropTypeBase<P>); | ||
} & DefaultValueOrExpr<P, any[]> & PropTypeBase<P>) | ({ | ||
type: "dataSource"; | ||
dataSource: "airtable" | "cms"; | ||
} & PropTypeBase<P>); | ||
interface ChoiceTypeBase<P> extends PropTypeBase<P> { | ||
@@ -73,0 +76,0 @@ type: "choice"; |
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
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
231310
2282