@ivfuture/ecomm-cache-inmemory
Advanced tools
Comparing version 1.3.0 to 1.3.1-cibo.0
@@ -17,3 +17,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
while (_) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -48,7 +48,3 @@ if (y = 0, t) op = [op[0] & 2, t.value]; | ||
serviceKey = ecomm_modules_sdk_1.Modules.CACHE; | ||
return [4 /*yield*/, ecomm_modules_sdk_1.MedusaModule.bootstrap({ | ||
moduleKey: serviceKey, | ||
defaultPath: "@ivfuture/ecomm-cache-inmemory", | ||
declaration: options, | ||
})]; | ||
return [4 /*yield*/, ecomm_modules_sdk_1.MedusaModule.bootstrap(serviceKey, "@ivfuture/ecomm-cache-inmemory", options, undefined)]; | ||
case 1: | ||
@@ -55,0 +51,0 @@ loaded = _a.sent(); |
/// <reference types="node" /> | ||
import { ICacheService } from "@ivfuture/ecomm-types"; | ||
import { CacheRecord, InMemoryCacheModuleOptions } from "../types"; | ||
type InjectedDependencies = {}; | ||
declare type InjectedDependencies = {}; | ||
/** | ||
@@ -6,0 +6,0 @@ * Class represents basic, in-memory, cache store. |
@@ -17,3 +17,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
while (_) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -20,0 +20,0 @@ if (y = 0, t) op = [op[0] & 2, t.value]; |
/** | ||
* Shape of a record saved in `in-memory` cache | ||
*/ | ||
export type CacheRecord<T> = { | ||
export declare type CacheRecord<T> = { | ||
data: T; | ||
@@ -11,3 +11,3 @@ /** | ||
}; | ||
export type InMemoryCacheModuleOptions = { | ||
export declare type InMemoryCacheModuleOptions = { | ||
/** | ||
@@ -14,0 +14,0 @@ * Time to keep data in cache (in seconds) |
{ | ||
"name": "@ivfuture/ecomm-cache-inmemory", | ||
"version": "1.3.0", | ||
"version": "1.3.1-cibo.0", | ||
"description": "In-memory Cache Module for Medusa", | ||
@@ -20,13 +20,12 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@ivfuture/ecomm-types": "^1.4.0", | ||
"@ivfuture/ecomm-types": "1.3.1-cibo.0", | ||
"cross-env": "^5.2.1", | ||
"jest": "^29.6.3", | ||
"rimraf": "^5.0.1", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.1.6" | ||
"jest": "^25.5.4", | ||
"ts-jest": "^25.5.1", | ||
"typescript": "^4.4.4" | ||
}, | ||
"scripts": { | ||
"watch": "tsc --build --watch", | ||
"prepublishOnly": "cross-env NODE_ENV=production tsc --build", | ||
"build": "rimraf dist && tsc --build", | ||
"build:prod": "cross-env NODE_ENV=production yarn run build", | ||
"build": "tsc --build", | ||
"test": "jest --passWithNoTests", | ||
@@ -36,5 +35,5 @@ "clean": "rm -rf dist" | ||
"dependencies": { | ||
"@ivfuture/ecomm-modules-sdk": "^1.3.0" | ||
"@ivfuture/ecomm-modules-sdk": "1.3.1-cibo.0" | ||
}, | ||
"gitHead": "6279a6f9acf9cbc23c225dd93499044dc99d39e9" | ||
"gitHead": "2b8e14f3672bf267ec38939573cd7498d8f8dbd4" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
5
19558
295
2