@kumbatio/energy-system 2.0.5 → 2.0.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 +8 -1
- package/api-surface.json +1 -1
- package/conformance.json +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,12 @@ all. Prose returned by `describe()` is not covered; wording is a product decisio
|
|
|
14
14
|
|
|
15
15
|
## [Unreleased]
|
|
16
16
|
|
|
17
|
+
## [2.0.6] - 2026-09-07
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
- **deps:** update dev tooling and pin pnpm 11.26.0 ([a306b1a](https://github.com/kumbatio/energy-system/commit/a306b1a))
|
|
22
|
+
|
|
17
23
|
## [2.0.5] - 2026-08-21
|
|
18
24
|
|
|
19
25
|
### Fixed
|
|
@@ -214,7 +220,8 @@ strategies, the DOM adapter, the React provider and hooks, persistence adapters
|
|
|
214
220
|
with external observation, deterministic clocks, derived metrics, and legacy
|
|
215
221
|
level compatibility mapping.
|
|
216
222
|
|
|
217
|
-
[Unreleased]: https://github.com/kumbatio/energy-system/compare/v2.0.
|
|
223
|
+
[Unreleased]: https://github.com/kumbatio/energy-system/compare/v2.0.6...HEAD
|
|
224
|
+
[2.0.6]: https://github.com/kumbatio/energy-system/compare/v2.0.5...v2.0.6
|
|
218
225
|
[2.0.5]: https://github.com/kumbatio/energy-system/compare/v2.0.4...v2.0.5
|
|
219
226
|
[2.0.4]: https://github.com/kumbatio/energy-system/compare/v2.0.3...v2.0.4
|
|
220
227
|
[2.0.3]: https://github.com/kumbatio/energy-system/compare/v2.0.2...v2.0.3
|
package/api-surface.json
CHANGED
package/conformance.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./spec/conformance.schema.json",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"timezone": "UTC",
|
|
5
5
|
"note": "Generated from the built library by scripts/extract-conformance.ts. See SPEC.md for the normative rules these vectors encode, including the runtime invariants that no vector can express.",
|
|
6
6
|
"levels": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kumbatio/energy-system",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Framework-agnostic TypeScript library for energy-aware application behavior.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -68,18 +68,18 @@
|
|
|
68
68
|
"release": "release-kit"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@entro314labs/release-kit": "^2.9.
|
|
72
|
-
"@happy-dom/global-registrator": "^20.
|
|
73
|
-
"@types/node": "^26.
|
|
71
|
+
"@entro314labs/release-kit": "^2.9.3",
|
|
72
|
+
"@happy-dom/global-registrator": "^20.14.0",
|
|
73
|
+
"@types/node": "^26.4.1",
|
|
74
74
|
"@types/react": "^19.2.18",
|
|
75
|
-
"@types/react-dom": "^19.2.
|
|
75
|
+
"@types/react-dom": "^19.2.7",
|
|
76
76
|
"ajv": "8.20.0",
|
|
77
|
-
"oxfmt": "0.
|
|
78
|
-
"oxlint": "1.
|
|
77
|
+
"oxfmt": "0.66.0",
|
|
78
|
+
"oxlint": "1.81.0",
|
|
79
79
|
"oxlint-tsgolint": "^7.0.2001",
|
|
80
80
|
"react": "^19.2.8",
|
|
81
81
|
"react-dom": "^19.2.8",
|
|
82
|
-
"tsx": "^4.23.
|
|
82
|
+
"tsx": "^4.23.13",
|
|
83
83
|
"typescript": "next"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"engines": {
|
|
98
98
|
"node": ">=24.19.0"
|
|
99
99
|
},
|
|
100
|
-
"packageManager": "pnpm@11.
|
|
100
|
+
"packageManager": "pnpm@11.26.0"
|
|
101
101
|
}
|