@plasmicapp/react-web 0.2.381 → 0.2.383
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.
- package/dist/all.d.ts +4 -0
- package/package.json +4 -4
package/dist/all.d.ts
CHANGED
|
@@ -12310,6 +12310,10 @@ interface CustomFunctionMeta<F extends (...args: any[]) => any> {
|
|
|
12310
12310
|
* whenever accessing the function.
|
|
12311
12311
|
*/
|
|
12312
12312
|
namespace?: string;
|
|
12313
|
+
/**
|
|
12314
|
+
* A display name for the function. It will be shown only in studio.
|
|
12315
|
+
*/
|
|
12316
|
+
displayName?: string;
|
|
12313
12317
|
/**
|
|
12314
12318
|
* Documentation for the registered function.
|
|
12315
12319
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.383",
|
|
4
4
|
"description": "plasmic library for rendering in the presentational style",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@plasmicapp/auth-react": "0.0.22",
|
|
100
|
-
"@plasmicapp/data-sources": "0.1.
|
|
100
|
+
"@plasmicapp/data-sources": "0.1.180",
|
|
101
101
|
"@plasmicapp/data-sources-context": "0.1.21",
|
|
102
|
-
"@plasmicapp/host": "1.0.
|
|
102
|
+
"@plasmicapp/host": "1.0.216",
|
|
103
103
|
"@plasmicapp/loader-splits": "1.0.64",
|
|
104
104
|
"@plasmicapp/nextjs-app-router": "1.0.16",
|
|
105
105
|
"@plasmicapp/prepass": "1.0.19",
|
|
@@ -156,5 +156,5 @@
|
|
|
156
156
|
"react": ">=16.8.0",
|
|
157
157
|
"react-dom": ">=16.8.0"
|
|
158
158
|
},
|
|
159
|
-
"gitHead": "
|
|
159
|
+
"gitHead": "3162a582167cf486b0526bcd928daa3de4b39d1c"
|
|
160
160
|
}
|