@pauly4010/evalai-sdk 1.5.6 โ†’ 1.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +14 -3
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ All notable changes to the @pauly4010/evalai-sdk package will be documented in t
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.5.7] - 2026-02-20
9
+
10
+ ### ๐Ÿ“š Documentation
11
+
12
+ - **Version bump** โ€” Updated documentation to reflect v1.5.6 changes including CJS compatibility
13
+ - **README consistency** โ€” Aligned version references across CLI section and changelog
14
+ - **Environment support** โ€” Added CJS/ESM compatibility to supported features list
15
+
16
+ ---
17
+
8
18
  ## [1.5.6] - 2026-02-19
9
19
 
10
20
  ### ๐Ÿ”ง Changed
package/README.md CHANGED
@@ -82,7 +82,7 @@ Step summary
82
82
 
83
83
  Optional dashboard link
84
84
 
85
- PASS / WARN / FAIL (v1.5.5)
85
+ PASS / WARN / FAIL (v1.5.7)
86
86
  EvalAI introduces a WARN band so teams can see meaningful regressions without always blocking merges.
87
87
 
88
88
  Behavior
@@ -139,6 +139,8 @@ Test Suites
139
139
 
140
140
  Error Handling
141
141
 
142
+ CJS/ESM Compatibility
143
+
142
144
  ๐ŸŸก Node.js Only
143
145
  These require Node.js:
144
146
 
@@ -167,7 +169,7 @@ const client2 = new AIEvalClient({
167
169
  organizationId: 123,
168
170
  debug: true,
169
171
  });
170
- ๐Ÿงช evalai CLI (v1.5.5)
172
+ ๐Ÿงช evalai CLI (v1.5.7)
171
173
  The CLI gates deployments on quality, regression, and policy.
172
174
 
173
175
  Quick start
@@ -255,7 +257,14 @@ await openai.chat.completions.create({
255
257
 
256
258
 
257
259
  ๐Ÿงญ Changelog
258
- v1.5.5 (Latest)
260
+ v1.5.7 (Latest)
261
+ Documentation updates for CJS compatibility
262
+
263
+ Version alignment across README and changelog
264
+
265
+ Environment support section updated
266
+
267
+ v1.5.6
259
268
  PASS/WARN/FAIL gate semantics
260
269
 
261
270
  --warnDrop soft regression band
@@ -270,6 +279,8 @@ Nightly determinism + performance audits
270
279
 
271
280
  Audit trail, observability, retention, and migration safety docs
272
281
 
282
+ CJS compatibility for all subpath exports
283
+
273
284
  v1.5.0
274
285
  GitHub annotations formatter
275
286
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pauly4010/evalai-sdk",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "AI Evaluation Platform SDK - Complete API Coverage with Performance Optimizations",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",