bsuir-iis-api 0.2.2 → 0.2.3

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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
  This changelog is maintained manually and updated in release commits.
8
8
 
9
+ ## [0.2.3] - 2026-03-15
10
+
11
+ ### Changed (0.2.3)
12
+
13
+ - Updated CI workflow actions to latest major versions (`actions/checkout@v6`, `actions/setup-node@v6`).
14
+ - Expanded tests for cycle-week behavior in schedule/meta modules.
15
+ - Added dedicated `createBsuirClient` tests for custom fetch and missing global fetch scenarios.
16
+
9
17
  ## [0.2.2] - 2026-03-15
10
18
 
11
19
  ### Added (0.2.2)
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # bsuir-iis-api
2
2
 
3
- Type-safe ESM SDK for [BSUIR IIS API](https://iis.bsuir.by/api/v1) with support for Node.js and browser runtimes.
3
+ Type-safe ESM SDK for [BSUIR IIS API](https://iis.bsuir.by/api/) with support for Node.js and browser runtimes. Example project exist in [this repo](https://github.com/kotru21/BsuirRasp).
4
4
 
5
5
  ## Install
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bsuir-iis-api",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Type-safe ESM SDK for BSUIR IIS API",
5
5
  "type": "module",
6
6
  "author": "kotru21",