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

@opvious/api-operations

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opvious/api-operations - npm Package Compare versions

Comparing version
0.11.1
to
0.11.2
+4
-4
package.json
{
"name": "@opvious/api-operations",
"version": "0.11.1",
"version": "0.11.2",
"repository": "github:opvious/api-gateway",

@@ -37,5 +37,5 @@ "description": "API GraphQL schema and operations resources",

"@graphql-codegen/typescript-operations": "^2.5.6",
"@opvious/account-graph": "^0.9.23",
"@opvious/attempt-graph": "^0.12.26",
"@opvious/formulation-graph": "^0.16.3",
"@opvious/account-graph": "^0.9.26",
"@opvious/attempt-graph": "^0.12.28",
"@opvious/formulation-graph": "^0.16.9",
"graphql-tag": "^2.12.6",

@@ -42,0 +42,0 @@ "ts-loader": "^9.3.1",

@@ -83,3 +83,2 @@ # Targeted model snippets

label
description
}

@@ -86,0 +85,0 @@

@@ -288,3 +288,2 @@ """An opaque access token to emit API requests"""

category: DefinitionCategory!
description: Description!
label: Label

@@ -399,3 +398,3 @@ source: Source!

"""Present for models with integer variables and an objective"""
relativeGap: Float
relativeGap: ExtendedFloat

@@ -818,13 +817,2 @@ """Variable values at the chosen solution, sorted by label"""

type SourceIssue {
"""0-indexed position of the affected source in the input sources array"""
index: Int!
"""Explanation for the issue"""
message: String!
"""Range best covering the issue"""
range: SourceRange!
}
type SourcePosition {

@@ -831,0 +819,0 @@ """1-indexed column number"""

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display