@apollo/federation-internals 2.12.0-preview.2 → 2.12.0-preview.3

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.
@@ -104,6 +104,6 @@ exports.ConnectSpecDefinition = ConnectSpecDefinition;
104
104
  exports.CONNECT_VERSIONS = new coreSpec_1.FeatureDefinitions(exports.connectIdentity)
105
105
  .add(new ConnectSpecDefinition(new coreSpec_1.FeatureVersion(0, 1), new coreSpec_1.FeatureVersion(2, 10)))
106
106
  .add(new ConnectSpecDefinition(new coreSpec_1.FeatureVersion(0, 2), new coreSpec_1.FeatureVersion(2, 10)))
107
- .add(new ConnectSpecDefinition(new coreSpec_1.FeatureVersion(0, 3), new coreSpec_1.FeatureVersion(2, 11)));
107
+ .add(new ConnectSpecDefinition(new coreSpec_1.FeatureVersion(0, 3), new coreSpec_1.FeatureVersion(2, 12)));
108
108
  (0, knownCoreFeatures_1.registerKnownFeature)(exports.CONNECT_VERSIONS);
109
109
  //# sourceMappingURL=connectSpec.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo/federation-internals",
3
- "version": "2.12.0-preview.2",
3
+ "version": "2.12.0-preview.3",
4
4
  "description": "Apollo Federation internal utilities",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -232,7 +232,7 @@ export const CONNECT_VERSIONS = new FeatureDefinitions<ConnectSpecDefinition>(
232
232
  .add(
233
233
  new ConnectSpecDefinition(
234
234
  new FeatureVersion(0, 3),
235
- new FeatureVersion(2, 11),
235
+ new FeatureVersion(2, 12),
236
236
  ),
237
237
  );
238
238