@hyav/pi-provider 0.1.0-oidc-bootstrap.0 → 0.1.1

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 (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  This file is the authoritative user-facing release history for `@hyav/pi-provider`.
4
4
 
5
+ ## 0.1.1 - 2026-08-16
6
+
7
+ - Hardened zero-coupling contract tests and isolated temporary directories for manifest drop-in validation.
8
+ - Stabilized asynchronous pricing and metadata background refresh timing under high-load runners.
9
+
5
10
  ## 0.1.0 - 2026-08-16
6
11
 
7
12
  - Initial public release of `@hyav/pi-provider`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyav/pi-provider",
3
- "version": "0.1.0-oidc-bootstrap.0",
3
+ "version": "0.1.1",
4
4
  "description": "Provider extension toolkit for Pi to integrate and manage custom LLM providers with dynamic models, request tuners, and account status.",
5
5
  "author": "hyav",
6
6
  "license": "MIT",