@tinacms/cli 0.61.12 → 0.61.14

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.
@@ -16,10 +16,8 @@ interface GetPathParams {
16
16
  allowedTypes: string[];
17
17
  errorMessage: string;
18
18
  }
19
+ export declare const fileExists: ({ projectDir, filename, allowedTypes, }: Omit<GetPathParams, 'errorMessage'>) => boolean;
19
20
  export declare const getPath: ({ projectDir, filename, allowedTypes, errorMessage, }: GetPathParams) => any;
20
- export declare const getSchemaPath: ({ projectDir }: {
21
- projectDir: string;
22
- }) => any;
23
21
  export declare const getClientPath: ({ projectDir }: {
24
22
  projectDir: string;
25
23
  }) => any;
@@ -12,4 +12,4 @@ limitations under the License.
12
12
  */
13
13
  /// <reference types="node" />
14
14
  import http from 'http';
15
- export declare const gqlServer: (database: any, verbose: boolean) => Promise<http.Server>;
15
+ export declare const gqlServer: (database: any, verbose: boolean) => Promise<http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "0.61.12",
3
+ "version": "0.61.14",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -52,11 +52,11 @@
52
52
  "@graphql-codegen/visitor-plugin-common": "^2.4.0",
53
53
  "@graphql-tools/graphql-file-loader": "^7.2.0",
54
54
  "@graphql-tools/load": "^7.3.2",
55
- "@tinacms/app": "0.0.11",
56
- "@tinacms/datalayer": "0.2.3",
57
- "@tinacms/graphql": "0.63.8",
55
+ "@tinacms/app": "0.0.13",
56
+ "@tinacms/datalayer": "0.2.4",
57
+ "@tinacms/graphql": "0.63.10",
58
58
  "@tinacms/metrics": "0.0.3",
59
- "@tinacms/schema-tools": "0.1.2",
59
+ "@tinacms/schema-tools": "0.1.4",
60
60
  "add": "^2.0.6",
61
61
  "ajv": "^6.12.3",
62
62
  "altair-express-middleware": "4.0.6",