@aws-amplify/graphql-index-transformer 0.14.9 → 0.14.10-alpha.34

Sign up to get free protection for your applications and to get access to all the features.
package/lib/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { DirectiveNode, FieldDefinitionNode, ObjectTypeDefinitionNode } from 'graphql';
2
- export declare type PrimaryKeyDirectiveConfiguration = {
2
+ export type PrimaryKeyDirectiveConfiguration = {
3
3
  object: ObjectTypeDefinitionNode;
4
4
  field: FieldDefinitionNode;
5
5
  directive: DirectiveNode;
@@ -7,7 +7,7 @@ export declare type PrimaryKeyDirectiveConfiguration = {
7
7
  sortKey: FieldDefinitionNode[];
8
8
  modelDirective: DirectiveNode;
9
9
  };
10
- export declare type IndexDirectiveConfiguration = PrimaryKeyDirectiveConfiguration & {
10
+ export type IndexDirectiveConfiguration = PrimaryKeyDirectiveConfiguration & {
11
11
  name: string | null;
12
12
  queryField: string | null;
13
13
  primaryKeyField: FieldDefinitionNode;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAEvF,oBAAY,gCAAgC,GAAG;IAC7C,MAAM,EAAE,wBAAwB,CAAC;IACjC,KAAK,EAAE,mBAAmB,CAAC;IAC3B,SAAS,EAAE,aAAa,CAAC;IACzB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,OAAO,EAAE,mBAAmB,EAAE,CAAC;IAC/B,cAAc,EAAE,aAAa,CAAC;CAC/B,CAAC;AAEF,oBAAY,2BAA2B,GAAG,gCAAgC,GAAG;IAC3E,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,EAAE,mBAAmB,CAAC;CACtC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAEvF,MAAM,MAAM,gCAAgC,GAAG;IAC7C,MAAM,EAAE,wBAAwB,CAAC;IACjC,KAAK,EAAE,mBAAmB,CAAC;IAC3B,SAAS,EAAE,aAAa,CAAC;IACzB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,OAAO,EAAE,mBAAmB,EAAE,CAAC;IAC/B,cAAc,EAAE,aAAa,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,gCAAgC,GAAG;IAC3E,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,EAAE,mBAAmB,CAAC;CACtC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-index-transformer",
3
- "version": "0.14.9",
3
+ "version": "0.14.10-alpha.34+7b138841b",
4
4
  "description": "Amplify GraphQL index and key transformers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,21 +28,21 @@
28
28
  "extract-api": "ts-node ../../scripts/extract-api.ts"
29
29
  },
30
30
  "dependencies": {
31
- "@aws-amplify/graphql-model-transformer": "0.16.8",
32
- "@aws-amplify/graphql-transformer-core": "0.18.4",
33
- "@aws-amplify/graphql-transformer-interfaces": "1.14.12",
31
+ "@aws-amplify/graphql-model-transformer": "0.16.9-alpha.34+7b138841b",
32
+ "@aws-amplify/graphql-transformer-core": "0.18.5-alpha.34+7b138841b",
33
+ "@aws-amplify/graphql-transformer-interfaces": "1.14.13-alpha.46+7b138841b",
34
34
  "@aws-cdk/aws-appsync": "~1.172.0",
35
35
  "@aws-cdk/aws-dynamodb": "~1.172.0",
36
36
  "@aws-cdk/core": "~1.172.0",
37
37
  "graphql": "^15.5.0",
38
- "graphql-mapping-template": "4.20.7",
39
- "graphql-transformer-common": "4.24.4"
38
+ "graphql-mapping-template": "4.20.8-alpha.63+7b138841b",
39
+ "graphql-transformer-common": "4.24.5-alpha.46+7b138841b"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@aws-cdk/assert": "~1.172.0"
43
43
  },
44
44
  "peerDependencies": {
45
- "amplify-cli-core": "^3.0.0"
45
+ "amplify-cli-core": "3.7.0-rc.b80571744.0"
46
46
  },
47
47
  "jest": {
48
48
  "transform": {
@@ -59,5 +59,5 @@
59
59
  ],
60
60
  "collectCoverage": true
61
61
  },
62
- "gitHead": "f1a6a2b90de01421f8aa1b5de524533bcc76c5a0"
62
+ "gitHead": "7b138841bf2c26fa16465ef263af0de7ce5a4122"
63
63
  }