🚀 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.10.12
to
0.10.13
+4
-4
package.json
{
"name": "@opvious/api-operations",
"version": "0.10.12",
"version": "0.10.13",
"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.21",
"@opvious/attempt-graph": "^0.12.24",
"@opvious/formulation-graph": "^0.15.11",
"@opvious/account-graph": "^0.9.22",
"@opvious/attempt-graph": "^0.12.26",
"@opvious/formulation-graph": "^0.15.13",
"graphql-tag": "^2.12.6",

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

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

fragment FullAttemptOptions on AttemptOptions {
optimizerName
relativeGapThreshold

@@ -270,0 +271,0 @@ absoluteGapThreshold

@@ -111,2 +111,5 @@ """An opaque access token to emit API requests"""

formulationName: FormulationName!
"""Name of the underlying optimizer"""
optimizerName: OptimizerName
parameters: [ParameterInput!]

@@ -175,2 +178,3 @@

absoluteGapThreshold: Float
optimizerName: OptimizerName
pinnedVariableLabels: [Label!]!

@@ -563,2 +567,4 @@ primalValueEpsilon: Float

scalar OptimizerName
union Outcome = FailedOutcome | FeasibleOutcome

@@ -565,0 +571,0 @@

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

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