bsuir-iis-api 0.6.5 → 0.6.6
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 +6 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@ This changelog is maintained manually and updated in release commits.
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [0.6.6] - 2026-03-23
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Dev tooling: bumped `@typescript-eslint/*`, `typescript-eslint`, `vitest`, `@vitest/coverage-v8`, `prettier`, `tsup`; regenerated `package-lock.json`. TypeScript remains on 5.9.x until `@typescript-eslint` widens its peer range for TypeScript 6.
|
|
16
|
+
|
|
11
17
|
## [0.6.5] - 2026-03-22
|
|
12
18
|
|
|
13
19
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bsuir-iis-api",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"description": "Type-safe ESM SDK for BSUIR IIS API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "kotru21",
|
|
@@ -56,16 +56,16 @@
|
|
|
56
56
|
"@changesets/cli": "^2.30.0",
|
|
57
57
|
"@eslint/js": "^10.0.1",
|
|
58
58
|
"@types/node": "^25.5.0",
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^8.57.
|
|
60
|
-
"@typescript-eslint/parser": "^8.57.
|
|
61
|
-
"@vitest/coverage-v8": "^4.1.
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^8.57.2",
|
|
60
|
+
"@typescript-eslint/parser": "^8.57.2",
|
|
61
|
+
"@vitest/coverage-v8": "^4.1.1",
|
|
62
62
|
"eslint": "^10.1.0",
|
|
63
63
|
"eslint-config-prettier": "^10.1.8",
|
|
64
64
|
"globals": "^17.4.0",
|
|
65
|
-
"prettier": "^3.
|
|
66
|
-
"tsup": "^8.5.
|
|
65
|
+
"prettier": "^3.8.1",
|
|
66
|
+
"tsup": "^8.5.1",
|
|
67
67
|
"typescript": "^5.9.3",
|
|
68
|
-
"typescript-eslint": "^8.57.
|
|
69
|
-
"vitest": "^4.1.
|
|
68
|
+
"typescript-eslint": "^8.57.2",
|
|
69
|
+
"vitest": "^4.1.1"
|
|
70
70
|
}
|
|
71
71
|
}
|