@wixc3/app-core
Advanced tools
Comparing version 4.3.3 to 4.4.0
@@ -154,2 +154,6 @@ import type React from 'react'; | ||
/** | ||
* signifies that a dynamic page has the capability to provide its static routes | ||
*/ | ||
hasGetStaticRoutes?: boolean; | ||
/** | ||
* a list of export names of the page that should be editable | ||
@@ -156,0 +160,0 @@ * if the page is a function, the UI will edit its return value |
{ | ||
"name": "@wixc3/app-core", | ||
"description": "Common types and helpers for building applications", | ||
"version": "4.3.3", | ||
"version": "4.4.0", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -182,2 +182,8 @@ import type React from 'react'; | ||
/** | ||
* signifies that a dynamic page has the capability to provide its static routes | ||
*/ | ||
hasGetStaticRoutes?: boolean; | ||
/** | ||
* a list of export names of the page that should be editable | ||
@@ -184,0 +190,0 @@ * if the page is a function, the UI will edit its return value |
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
89395
830