@tinacms/metrics 1.0.0 → 1.0.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.
@@ -26,6 +26,7 @@ export interface TinaCMSAuditInvoke extends EventsBase {
26
26
  export interface TinaCMSInitInvoke extends EventsBase {
27
27
  name: 'tinacms:cli:init:invoke';
28
28
  schemaFileType?: string;
29
+ hasForestryConfig?: boolean;
29
30
  }
30
31
  export interface TinaCMSServerStartInvoke extends EventsBase {
31
32
  name: 'tinacms:cli:server:start:invoke';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/metrics",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [