@webiny/app-serverless-cms 5.21.0-beta.0 → 5.22.0-beta.2
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/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +21 -21
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { Admin } from "./Admin";
|
|
2
2
|
export type { AdminProps } from "./Admin";
|
|
3
|
-
export { useAdmin, useUserMenuItem, useUserMenu, useMenuItem, useNavigation, useTags, AddLogo, AddMenu, AddRoute, AddUserMenuItem, Layout, LayoutRenderer, LoginScreen, LoginScreenRenderer, LocaleSelector, LocaleSelectorRenderer, Brand, BrandRenderer, Provider, Compose, Plugins, makeComposable, MenuItem, MenuItemRenderer, MenuItems, Navigation, NavigationRenderer, Tags, UserMenu, UserMenuHandle, UserMenuHandleRenderer, UserMenuItems, UserMenuItem, UserMenuItemRenderer, AddGraphQLQuerySelection } from "@webiny/app-admin";
|
|
3
|
+
export { useAdmin, useUserMenuItem, useUserMenu, useMenuItem, useNavigation, useTags, AddLogo, AddMenu, AddRoute, AddUserMenuItem, Dashboard, DashboardRenderer, Layout, LayoutRenderer, LoginScreen, LoginScreenRenderer, LocaleSelector, LocaleSelectorRenderer, Brand, BrandRenderer, Provider, Compose, Plugins, makeComposable, MenuItem, MenuItemRenderer, MenuItems, Navigation, NavigationRenderer, Tags, UserMenu, UserMenuHandle, UserMenuHandleRenderer, UserMenuItems, UserMenuItem, UserMenuItemRenderer, AddGraphQLQuerySelection } from "@webiny/app-admin";
|
|
4
4
|
export type { ComposeProps, HigherOrderComponent, ProviderProps, LayoutProps, LoginScreenProps, MenuContext, MenuData, MenuItemsProps, MenuProps, UserMenuItemsProps, UserMenuItemProps, UserMenuItemData } from "@webiny/app-admin";
|
|
5
5
|
export { HasPermission, useSecurity, usePermission } from "@webiny/app-security";
|
|
6
6
|
export { useTenancy } from "@webiny/app-tenancy";
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { Admin } from "./Admin";
|
|
2
|
-
export { useAdmin, useUserMenuItem, useUserMenu, useMenuItem, useNavigation, useTags, AddLogo, AddMenu, AddRoute, AddUserMenuItem, Layout, LayoutRenderer, LoginScreen, LoginScreenRenderer, LocaleSelector, LocaleSelectorRenderer, Brand, BrandRenderer, Provider, Compose, Plugins, makeComposable, MenuItem, MenuItemRenderer, MenuItems, Navigation, NavigationRenderer, Tags, UserMenu, UserMenuHandle, UserMenuHandleRenderer, UserMenuItems, UserMenuItem, UserMenuItemRenderer, AddGraphQLQuerySelection } from "@webiny/app-admin";
|
|
2
|
+
export { useAdmin, useUserMenuItem, useUserMenu, useMenuItem, useNavigation, useTags, AddLogo, AddMenu, AddRoute, AddUserMenuItem, Dashboard, DashboardRenderer, Layout, LayoutRenderer, LoginScreen, LoginScreenRenderer, LocaleSelector, LocaleSelectorRenderer, Brand, BrandRenderer, Provider, Compose, Plugins, makeComposable, MenuItem, MenuItemRenderer, MenuItems, Navigation, NavigationRenderer, Tags, UserMenu, UserMenuHandle, UserMenuHandleRenderer, UserMenuItems, UserMenuItem, UserMenuItemRenderer, AddGraphQLQuerySelection } from "@webiny/app-admin";
|
|
3
3
|
export { HasPermission, useSecurity, usePermission } from "@webiny/app-security";
|
|
4
4
|
export { useTenancy } from "@webiny/app-tenancy";
|
|
5
5
|
export { AddPbWebsiteSettings } from "@webiny/app-page-builder";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-serverless-cms",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0-beta.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -9,23 +9,23 @@
|
|
|
9
9
|
"author": "Webiny Ltd.",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/runtime": "7.16.
|
|
13
|
-
"@emotion/core": "10.
|
|
14
|
-
"@webiny/app": "5.
|
|
15
|
-
"@webiny/app-admin": "5.
|
|
16
|
-
"@webiny/app-admin-rmwc": "5.
|
|
17
|
-
"@webiny/app-file-manager": "5.
|
|
18
|
-
"@webiny/app-file-manager-s3": "5.
|
|
19
|
-
"@webiny/app-form-builder": "5.
|
|
20
|
-
"@webiny/app-graphql-playground": "5.
|
|
21
|
-
"@webiny/app-headless-cms": "5.
|
|
22
|
-
"@webiny/app-i18n": "5.
|
|
23
|
-
"@webiny/app-i18n-content": "5.
|
|
24
|
-
"@webiny/app-page-builder": "5.
|
|
25
|
-
"@webiny/app-security": "5.
|
|
26
|
-
"@webiny/app-security-access-management": "5.
|
|
27
|
-
"@webiny/app-tenancy": "5.
|
|
28
|
-
"@webiny/plugins": "5.
|
|
12
|
+
"@babel/runtime": "7.16.7",
|
|
13
|
+
"@emotion/core": "10.3.1",
|
|
14
|
+
"@webiny/app": "5.22.0-beta.2",
|
|
15
|
+
"@webiny/app-admin": "5.22.0-beta.2",
|
|
16
|
+
"@webiny/app-admin-rmwc": "5.22.0-beta.2",
|
|
17
|
+
"@webiny/app-file-manager": "5.22.0-beta.2",
|
|
18
|
+
"@webiny/app-file-manager-s3": "5.22.0-beta.2",
|
|
19
|
+
"@webiny/app-form-builder": "5.22.0-beta.2",
|
|
20
|
+
"@webiny/app-graphql-playground": "5.22.0-beta.2",
|
|
21
|
+
"@webiny/app-headless-cms": "5.22.0-beta.2",
|
|
22
|
+
"@webiny/app-i18n": "5.22.0-beta.2",
|
|
23
|
+
"@webiny/app-i18n-content": "5.22.0-beta.2",
|
|
24
|
+
"@webiny/app-page-builder": "5.22.0-beta.2",
|
|
25
|
+
"@webiny/app-security": "5.22.0-beta.2",
|
|
26
|
+
"@webiny/app-security-access-management": "5.22.0-beta.2",
|
|
27
|
+
"@webiny/app-tenancy": "5.22.0-beta.2",
|
|
28
|
+
"@webiny/plugins": "5.22.0-beta.2",
|
|
29
29
|
"apollo-cache": "1.3.5",
|
|
30
30
|
"apollo-client": "2.6.10",
|
|
31
31
|
"apollo-link": "1.2.14",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@babel/preset-env": "^7.5.5",
|
|
41
41
|
"@babel/preset-react": "^7.0.0",
|
|
42
42
|
"@babel/preset-typescript": "^7.8.3",
|
|
43
|
-
"@webiny/cli": "^5.
|
|
44
|
-
"@webiny/project-utils": "^5.
|
|
43
|
+
"@webiny/cli": "^5.22.0-beta.2",
|
|
44
|
+
"@webiny/project-utils": "^5.22.0-beta.2",
|
|
45
45
|
"babel-plugin-emotion": "^9.2.8",
|
|
46
46
|
"babel-plugin-named-asset-import": "^1.0.0-next.3e165448",
|
|
47
47
|
"rimraf": "^3.0.2",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"removeViewBox": false
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "c472d20682885fb538354c206a148deaae14bfe8"
|
|
65
65
|
}
|