@budibase/pro 3.34.11 → 3.35.0
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/index.js +26 -26
- package/dist/sdk/features/features.d.ts +1 -0
- package/package.json +2 -2
|
@@ -4,6 +4,7 @@ export declare function checkFeatures(featureFlags: Feature[], license?: License
|
|
|
4
4
|
export declare function checkBackups<Args extends any[], Return>(targetFunction: (...parameters: Args) => Return): (...parameters: Args) => Promise<Return>;
|
|
5
5
|
export declare function isBackupsEnabled(): Promise<boolean>;
|
|
6
6
|
export declare function isBrandingEnabled(): Promise<boolean>;
|
|
7
|
+
export declare function isMicrofrontendFeatureEnabled(license?: License): Promise<boolean>;
|
|
7
8
|
export declare function isEnforceableSSO(): Promise<boolean>;
|
|
8
9
|
export declare function isSyncAutomationsEnabled(): Promise<boolean>;
|
|
9
10
|
export declare function isTriggerAutomationRunEnabled(): Promise<boolean>;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"dist"
|
|
5
5
|
],
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
|
-
"version": "3.
|
|
7
|
+
"version": "3.35.0",
|
|
8
8
|
"description": "Budibase Pro (Backend)",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "f1fae8b647a4c3812f725e1c1cd0680d5501ec83"
|
|
69
69
|
}
|