@graphql-tools/utils
Advanced tools
Comparing version 10.6.0-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95 to 10.6.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.mapMaybePromise = void 0; | ||
const jsutils_js_1 = require("../src/jsutils.js"); | ||
const jsutils_js_1 = require("./jsutils.js"); | ||
function mapMaybePromise(value, mapper, errorMapper) { | ||
@@ -6,0 +6,0 @@ if ((0, jsutils_js_1.isPromise)(value)) { |
@@ -1,2 +0,2 @@ | ||
import { isPromise } from '../src/jsutils.js'; | ||
import { isPromise } from './jsutils.js'; | ||
export function mapMaybePromise(value, mapper, errorMapper) { | ||
@@ -3,0 +3,0 @@ if (isPromise(value)) { |
{ | ||
"name": "@graphql-tools/utils", | ||
"version": "10.6.0-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95", | ||
"version": "10.6.0", | ||
"description": "Common package containing utils and types for GraphQL tools", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
515341