@apollo/federation
Advanced tools
Comparing version 0.36.0 to 0.36.1
@@ -7,2 +7,3 @@ export { externalUsedOnBase } from './externalUsedOnBase'; | ||
export { duplicateEnumValue } from './duplicateEnumValue'; | ||
export { noFed2Subgraphs } from './noFed2Subgraphs'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.duplicateEnumValue = exports.duplicateEnumOrScalar = exports.reservedFieldUsed = exports.keyFieldsMissingExternal = exports.requiresUsedOnBase = exports.externalUsedOnBase = void 0; | ||
exports.noFed2Subgraphs = exports.duplicateEnumValue = exports.duplicateEnumOrScalar = exports.reservedFieldUsed = exports.keyFieldsMissingExternal = exports.requiresUsedOnBase = exports.externalUsedOnBase = void 0; | ||
var externalUsedOnBase_1 = require("./externalUsedOnBase"); | ||
@@ -16,2 +16,4 @@ Object.defineProperty(exports, "externalUsedOnBase", { enumerable: true, get: function () { return externalUsedOnBase_1.externalUsedOnBase; } }); | ||
Object.defineProperty(exports, "duplicateEnumValue", { enumerable: true, get: function () { return duplicateEnumValue_1.duplicateEnumValue; } }); | ||
var noFed2Subgraphs_1 = require("./noFed2Subgraphs"); | ||
Object.defineProperty(exports, "noFed2Subgraphs", { enumerable: true, get: function () { return noFed2Subgraphs_1.noFed2Subgraphs; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@apollo/federation", | ||
"version": "0.36.0", | ||
"version": "0.36.1", | ||
"description": "Apollo Federation Utilities", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@apollo/subgraph": "^0.4.0", | ||
"@apollo/subgraph": "^0.4.1", | ||
"apollo-server-types": "^3.0.2", | ||
@@ -34,3 +34,3 @@ "lodash.xorby": "^4.7.0" | ||
}, | ||
"gitHead": "60defe7f8eb227325462d1a90d0ab1a9f21f13ea" | ||
"gitHead": "34ce971a02eecee62fcdc91deaa63d2ce6564d95" | ||
} |
@@ -7,1 +7,2 @@ export { externalUsedOnBase } from './externalUsedOnBase'; | ||
export { duplicateEnumValue } from './duplicateEnumValue'; | ||
export { noFed2Subgraphs } from './noFed2Subgraphs'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
777864
295
17358
Updated@apollo/subgraph@^0.4.1