@apollo/server-plugin-response-cache
Advanced tools
Comparing version 4.1.0 to 4.1.1
# @apollo/server-plugin-response-cache | ||
## 4.1.1 | ||
### Patch Changes | ||
- [#7439](https://github.com/apollographql/apollo-server/pull/7439) [`4668f4594`](https://github.com/apollographql/apollo-server/commit/4668f4594d2a3775a3b52fae4e896ac8c607792a) Thanks [@Igloczek](https://github.com/Igloczek)! - Export types from response cache plugin | ||
## 4.1.0 | ||
@@ -4,0 +10,0 @@ |
"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); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
@@ -6,4 +20,6 @@ return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const ApolloServerPluginResponseCache_js_1 = __importDefault(require("./ApolloServerPluginResponseCache.js")); | ||
exports.default = ApolloServerPluginResponseCache_js_1.default; | ||
exports.default = void 0; | ||
var ApolloServerPluginResponseCache_js_1 = require("./ApolloServerPluginResponseCache.js"); | ||
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(ApolloServerPluginResponseCache_js_1).default; } }); | ||
__exportStar(require("./ApolloServerPluginResponseCache.js"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,3 @@ | ||
import plugin from './ApolloServerPluginResponseCache.js'; | ||
export default plugin; | ||
export { default } from './ApolloServerPluginResponseCache.js'; | ||
export * from './ApolloServerPluginResponseCache.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import plugin from './ApolloServerPluginResponseCache.js'; | ||
export default plugin; | ||
export { default } from './ApolloServerPluginResponseCache.js'; | ||
export * from './ApolloServerPluginResponseCache.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@apollo/server-plugin-response-cache", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Apollo Server full query response cache", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,3 +0,2 @@ | ||
import plugin from './ApolloServerPluginResponseCache.js'; | ||
export default plugin; | ||
export { default } from './ApolloServerPluginResponseCache.js'; | ||
export * from './ApolloServerPluginResponseCache.js'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1208
158276