@luvio/compiler 0.156.7 → 0.157.1-dev1

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,7 +16,7 @@ function generateFragmentMatcher(_graphqlDsl, graphqlTypeName, def, _importConte
16
16
  export function ${constants_2.IS_FRAGMENT_APPLICABLE_IDENTIFIER}(fragmentNode: ${constants_1.LUVIO_GRAPHQL_FRAGMENT_DEFINITION_NODE_IMPORT} | ${constants_1.LUVIO_GRAPHQL_INLINE_FRAGMENT_NODE_IMPORT}, typename?: string): boolean {
17
17
  return ${typeUtils_isFragmentApplicable}(
18
18
  fragmentNode,
19
- [${implementedInterfaces}],
19
+ [${implementedInterfaces.join()}],
20
20
  "${graphqlTypeName}",
21
21
  typename
22
22
  );
@@ -1 +1 @@
1
- {"version":3,"file":"fragment-matcher.js","sourceRoot":"","sources":["../../../../src/codegen/graphql/type/fragment-matcher.ts"],"names":[],"mappings":";;;;;;AAEA,uEAA+C;AAE/C,sDAGgC;AAEhC,2CAAsF;AAEtF,SAAgB,uBAAuB,CACnC,WAA4B,EAC5B,eAAuB,EACvB,GAA6B,EAC7B,cAA6B,EAC7B,SAAiC;IAEjC,MAAM,qBAAqB,GAAG,GAAG,CAAC,UAAU;QACxC,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,KAAK,GAAG,CAAC;QAChD,CAAC,CAAC,EAAE,CAAC;IACT,MAAM,8BAA8B,GAAG,cAAc,CAAC,qBAAqB,CACvE,OAAO,EACP,gCAAoB,EACpB,6CAAiC,CACpC,CAAC;IACF,OAAO,IAAA,kBAAQ,EAAA;0BACO,6CAAiC,kBAAkB,yDAA6C,MAAM,qDAAyC;qBACpJ,8BAA8B;;mBAEhC,qBAAqB;mBACrB,eAAe;;;;KAI7B,CAAC;AACN,CAAC;AAzBD,0DAyBC"}
1
+ {"version":3,"file":"fragment-matcher.js","sourceRoot":"","sources":["../../../../src/codegen/graphql/type/fragment-matcher.ts"],"names":[],"mappings":";;;;;;AAEA,uEAA+C;AAE/C,sDAGgC;AAEhC,2CAAsF;AAEtF,SAAgB,uBAAuB,CACnC,WAA4B,EAC5B,eAAuB,EACvB,GAA6B,EAC7B,cAA6B,EAC7B,SAAiC;IAEjC,MAAM,qBAAqB,GAAG,GAAG,CAAC,UAAU;QACxC,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,KAAK,GAAG,CAAC;QAChD,CAAC,CAAC,EAAE,CAAC;IACT,MAAM,8BAA8B,GAAG,cAAc,CAAC,qBAAqB,CACvE,OAAO,EACP,gCAAoB,EACpB,6CAAiC,CACpC,CAAC;IACF,OAAO,IAAA,kBAAQ,EAAA;0BACO,6CAAiC,kBAAkB,yDAA6C,MAAM,qDAAyC;qBACpJ,8BAA8B;;mBAEhC,qBAAqB,CAAC,IAAI,EAAE;mBAC5B,eAAe;;;;KAI7B,CAAC;AACN,CAAC;AAzBD,0DAyBC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luvio/compiler",
3
- "version": "0.156.7",
3
+ "version": "0.157.1-dev1",
4
4
  "description": "Luvio Compiler",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,13 +23,13 @@
23
23
  "test:debug": "node --inspect-brk ../../../node_modules/jest/bin/jest.js --config ./jest.config.js --runInBand"
24
24
  },
25
25
  "dependencies": {
26
- "@luvio/graphql-parser": "^0.156.7",
26
+ "@luvio/graphql-parser": "0.157.1-dev1",
27
27
  "amf-client-js": "4.2.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@luvio/adapter-test-library": "^0.156.7",
31
- "@luvio/engine": "^0.156.7",
32
- "@luvio/graphql": "^0.156.7"
30
+ "@luvio/adapter-test-library": "0.157.1-dev1",
31
+ "@luvio/engine": "0.157.1-dev1",
32
+ "@luvio/graphql": "0.157.1-dev1"
33
33
  },
34
34
  "volta": {
35
35
  "extends": "../../../package.json"