@moneko/solid 1.5.0-beta.0 → 1.5.0-beta.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 -1
  2. package/package.json +1 -1
package/env.d.ts CHANGED
@@ -125,7 +125,7 @@ declare module '@app/routes' {
125
125
  path: string;
126
126
  [key: string]: Any;
127
127
  };
128
- meta?: Record<string, string | number | boolean>;
128
+ metadata?: Record<string, string | number | boolean>;
129
129
  }
130
130
  const routes: RouteConfig[];
131
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneko/solid",
3
- "version": "1.5.0-beta.0",
3
+ "version": "1.5.0-beta.1",
4
4
  "description": "Solid js",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {