@live-change/content-frontend 0.2.11 → 0.2.12

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.
Files changed (2) hide show
  1. package/index.js +16 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1,3 +1,18 @@
1
+ import Content from './front/src/components/Content.vue'
2
+ import ContentEditor from './front/src/components/ContentEditor.vue'
3
+ import Metadata from './front/src/components/Metadata.vue'
4
+ import MetadataEditor from './front/src/components/MetadataEditor.vue'
5
+ import NotFoundAdminButtons from './front/src/components/NotFoundAdminButtons.vue'
6
+ import Page from './front/src/components/Page.vue'
7
+ import PageEditor from './front/src/components/PageEditor.vue'
8
+ import PagePreview from './front/src/components/PagePreview.vue'
9
+ import PageAdminButtons from './front/src/components/PageAdminButtons.vue'
1
10
 
11
+ export {
12
+ Content, ContentEditor, Metadata, MetadataEditor, NotFoundAdminButtons, Page, PageEditor, PagePreview,
13
+ PageAdminButtons
14
+ }
2
15
 
3
- export { }
16
+ import { catchAllPagesRoute, contentEditRoutes, pagesSitemap } from "./front/src/components/routes"
17
+
18
+ export { catchAllPagesRoute, contentEditRoutes, pagesSitemap }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/content-frontend",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "scripts": {
5
5
  "memDev": "lcli memDev --enableSessions --initScript ./init.js --dbAccess",
6
6
  "localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
@@ -67,5 +67,5 @@
67
67
  "author": "",
68
68
  "license": "ISC",
69
69
  "description": "",
70
- "gitHead": "7b0e7fc149a3d419aa125b45314cf4eac2fc9410"
70
+ "gitHead": "a7bc77253f1c4d3e832cd34b9c09caf399be6d65"
71
71
  }