@apollo/federation-internals
Advanced tools
Comparing version 2.0.0-preview.0 to 2.0.0-preview.1
@@ -9,2 +9,10 @@ # CHANGELOG for `@apollo/federation-internals` | ||
## v2.0.0-preview.1 | ||
- No-op publish to account for publishing difficulties. | ||
## v2.0.0-preview.0 | ||
- Initial "preview" release. | ||
## v2.0.0-alpha.6 | ||
@@ -11,0 +19,0 @@ |
@@ -10,3 +10,3 @@ import { ASTNode, StringValueNode } from "graphql"; | ||
}; | ||
export declare const corePurposes: ("SECURITY" | "EXECUTION")[]; | ||
export declare const corePurposes: ("EXECUTION" | "SECURITY")[]; | ||
export declare type CorePurpose = typeof corePurposes[number]; | ||
@@ -13,0 +13,0 @@ export declare abstract class FeatureDefinition { |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
@@ -10,0 +6,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@apollo/federation-internals", | ||
"version": "2.0.0-preview.0", | ||
"version": "2.0.0-preview.1", | ||
"description": "Apollo Federation internal utilities", | ||
@@ -36,3 +36,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "e76fd3e16bf140ba9b30fe26d48657bccca180dc" | ||
"gitHead": "0ab9894af98cc2687fe261ce415f19df0380a399" | ||
} |
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
1379645
156
22969