@apollo/federation-internals 2.8.0-connectors.1 → 2.8.0-connectors.2
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.
|
@@ -77,6 +77,6 @@ class ConnectSpecDefinition extends coreSpec_1.FeatureDefinition {
|
|
|
77
77
|
}
|
|
78
78
|
exports.ConnectSpecDefinition = ConnectSpecDefinition;
|
|
79
79
|
exports.CONNECT_VERSIONS = new coreSpec_1.FeatureDefinitions(exports.connectIdentity)
|
|
80
|
-
.add(new ConnectSpecDefinition(new coreSpec_1.FeatureVersion(0, 1), new coreSpec_1.FeatureVersion(2,
|
|
80
|
+
.add(new ConnectSpecDefinition(new coreSpec_1.FeatureVersion(0, 1), new coreSpec_1.FeatureVersion(2, 7)));
|
|
81
81
|
(0, knownCoreFeatures_1.registerKnownFeature)(exports.CONNECT_VERSIONS);
|
|
82
82
|
//# sourceMappingURL=connectSpec.js.map
|
package/package.json
CHANGED
package/src/specs/connectSpec.ts
CHANGED
|
@@ -176,6 +176,6 @@ export type ConnectDirectiveHTTP = {
|
|
|
176
176
|
};
|
|
177
177
|
|
|
178
178
|
export const CONNECT_VERSIONS = new FeatureDefinitions<ConnectSpecDefinition>(connectIdentity)
|
|
179
|
-
.add(new ConnectSpecDefinition(new FeatureVersion(0, 1), new FeatureVersion(2,
|
|
179
|
+
.add(new ConnectSpecDefinition(new FeatureVersion(0, 1), new FeatureVersion(2, 7)));
|
|
180
180
|
|
|
181
181
|
registerKnownFeature(CONNECT_VERSIONS);
|