@medusajs/utils
Advanced tools
Comparing version 1.9.1-snapshot-20230613094657 to 1.9.1-snapshot-20230613095736
@@ -1,8 +0,8 @@ | ||
type Order = { | ||
declare type Order = { | ||
[key: string]: "ASC" | "DESC" | Order; | ||
}; | ||
type Selects = { | ||
declare type Selects = { | ||
[key: string]: boolean | Selects; | ||
}; | ||
type Relations = { | ||
declare type Relations = { | ||
[key: string]: boolean | Relations; | ||
@@ -9,0 +9,0 @@ }; |
import { Request, RequestHandler, Response } from "express"; | ||
type handler = (req: Request, res: Response) => Promise<void>; | ||
declare type handler = (req: Request, res: Response) => Promise<void>; | ||
export declare const wrapHandler: (fn: handler) => RequestHandler; | ||
@@ -4,0 +4,0 @@ export {}; |
@@ -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]; |
{ | ||
"name": "@medusajs/utils", | ||
"version": "1.9.1-snapshot-20230613094657", | ||
"version": "1.9.1-snapshot-20230613095736", | ||
"description": "Medusa utilities functions shared by Medusa core and Modules", | ||
@@ -20,3 +20,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@medusajs/types": "1.8.8-snapshot-20230613094657", | ||
"@medusajs/types": "1.8.8-snapshot-20230613095736", | ||
"@types/express": "^4.17.17", | ||
@@ -23,0 +23,0 @@ "cross-env": "^5.2.1", |
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