@moneko/react 1.5.0 → 1.5.1

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/env.d.ts +1 -0
  2. package/package.json +1 -1
package/env.d.ts CHANGED
@@ -124,6 +124,7 @@ declare module '@app/routes' {
124
124
  metadata?: Record<string, string | number | boolean>;
125
125
  root?: boolean;
126
126
  element?: React.ReactElement | JSX.Element | React.LazyExoticComponent;
127
+ hideTabs?: boolean;
127
128
  }
128
129
  const routes: RouteConfig[];
129
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneko/react",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "react",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {