marginfuse 0.2.0 → 0.2.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.
- package/CHANGELOG.md +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@ All notable changes to this project are documented here. The format follows
|
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project
|
|
5
5
|
follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [0.2.1]
|
|
8
|
+
|
|
9
|
+
No code changes. This is the first release published by the release workflow
|
|
10
|
+
rather than from a laptop, so it is the first to carry a
|
|
11
|
+
[provenance attestation](https://docs.npmjs.com/generating-provenance-statements):
|
|
12
|
+
the build that produced this tarball is publicly verifiable, and it was
|
|
13
|
+
published through OIDC with no npm token existing anywhere in this repository.
|
|
14
|
+
|
|
15
|
+
0.2.0 had to be published locally, because trusted publishing is configured on
|
|
16
|
+
a package settings page that does not exist until the package does.
|
|
17
|
+
|
|
7
18
|
## [0.2.0]
|
|
8
19
|
|
|
9
20
|
First release from this repository. Earlier versions were published from a
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "marginfuse",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "MarginFuse server-side SDK. AI profitability guardrails: connect revenue to per-request AI cost and stop loss-making requests before they run. Sends usage metadata only, never prompts or responses.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Pemira Labs",
|