@newrelic/apollo-server-plugin
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -10,2 +10,2 @@ import type { ApolloServerPlugin } from "apollo-server-plugin-base"; | ||
export default function createPlugin(config: NRPluginConfig): ApolloServerPlugin; | ||
export default function createPlugin(config?: NRPluginConfig): ApolloServerPlugin; |
{ | ||
"name": "@newrelic/apollo-server-plugin", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Apollo Server plugin that adds New Relic Node.js agent instrumentation.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
47430