agora-app-builder-cli 2.0.0-beta.8 → 2.0.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.
@@ -1,10 +1,10 @@
1
- import {installFPE} from 'fpe-api/install';
1
+ import {customize} from 'customization-api';
2
2
  /* Custom imports
3
3
  import NewCustomLayout from './pages/NewCustomLayout';
4
4
  import ChatBubble from './components/ChatBubble';
5
5
  */
6
6
 
7
- const userCustomization = installFPE({
7
+ const userCustomization = customize({
8
8
  // components: {
9
9
  // videoCall: {
10
10
  // # Pass a function that returns an array of layout objects to override available layouts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agora-app-builder-cli",
3
- "version": "2.0.0-beta.8",
3
+ "version": "2.0.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "bin": "dist/cli.js",