@genesislcap/pbc-reporting-ui 1.0.5 → 1.0.6

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/README.md +0 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,3 @@
1
- ---
2
- title: 'Foundation Reporting'
3
- sidebar_label: 'Foundation Reporting'
4
- sidebar_position: 3
5
- id: foundation-reporting
6
- keywords: [web, frontend, ui, micro-front-ends, reporting]
7
- tags:
8
- - web
9
- - frontend
10
- - ui
11
- - micro-front-ends
12
- - reporting
13
- ---
14
-
15
1
  # Reporting Micro front-end
16
2
 
17
3
  The Reporting micro front-end enables your users to create report specifications, run them, or save them for later use.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/pbc-reporting-ui",
3
3
  "description": "Genesis PBC Reporting UI",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-reporting.d.ts",