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

@postman/aiei-engine

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postman/aiei-engine - npm Package Compare versions

Comparing version
1.8.2
to
1.8.3
+1
-1
dist/server.js

@@ -14,3 +14,3 @@ #!/usr/bin/env node

import { getCurrentFormula, getFormulaHistory, migrateResult } from './formula-version.js';
const PACKAGE_VERSION = '1.8.2';
const PACKAGE_VERSION = '1.8.3';
import { ALL_CONNECTORS } from './connectors/registry.js';

@@ -17,0 +17,0 @@ const PORT = parseInt(process.env.AIEI_PORT || '3210', 10);

openapi: 3.1.0
info:
title: AIEI - AI Engineering Intelligence & Effectiveness Index
version: 1.8.2
version: 1.8.3
description: |

@@ -6,0 +6,0 @@ Postman's AIEI measures the effectiveness and efficiency of AI-assisted software development

{
"name": "@postman/aiei-engine",
"version": "1.8.2",
"version": "1.8.3",
"description": "AIEI scoring engine - formulas, connectors, signal routing, epistemic model, presentation layer",

@@ -46,3 +46,3 @@ "type": "module",

"registry": "https://registry.npmjs.org/",
"access": "restricted"
"access": "public"
},

@@ -49,0 +49,0 @@ "repository": {