🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@opvious/stl-graphql

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opvious/stl-graphql - npm Package Compare versions

Comparing version
0.26.1
to
0.26.2
+1
-1
lib/errors.js

@@ -73,3 +73,3 @@ import { deriveFailure, errorCode, errorCodes, errors, findError, isStandardError, statusError, } from '@opvious/stl-errors';

const exc = code || tags ? { code, tags } : undefined;
const st = fl.status === 'UNKNOWN' ? defs.status ?? 'UNKNOWN' : fl.status;
const st = fl.status === 'UNKNOWN' ? (defs.status ?? 'UNKNOWN') : fl.status;
const status = st === 'UNKNOWN' ? undefined : st;

@@ -76,0 +76,0 @@ if (status || exc) {

@@ -44,3 +44,3 @@ import { absurd, assert, check } from '@opvious/stl-errors';

const name = loc.isPrefix
? node.alias?.value ?? node.name.value
? (node.alias?.value ?? node.name.value)
: node.name.value;

@@ -47,0 +47,0 @@ if (name !== loc.name) {

{
"name": "@opvious/stl-graphql",
"version": "0.26.1",
"version": "0.26.2",
"repository": "github:opvious/stl.ts",

@@ -21,4 +21,4 @@ "description": "Standard GraphQL utilities",

"graphql": "^16.9.0",
"@opvious/stl-errors": "0.26.1",
"@opvious/stl-utils": "0.26.1"
"@opvious/stl-errors": "0.26.2",
"@opvious/stl-utils": "0.26.2"
},

@@ -25,0 +25,0 @@ "devDependencies": {