@jentic/api-scorecard-cli 1.0.0-alpha.17 → 1.0.0-alpha.18
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/README.md +4 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -98,7 +98,7 @@ arrives in a future release.
|
|
|
98
98
|
## Enterprise-ready by default
|
|
99
99
|
|
|
100
100
|
For teams that need to know exactly what's running, verify exactly what was
|
|
101
|
-
shipped, and
|
|
101
|
+
shipped, and run without a runtime dependency on Jentic.
|
|
102
102
|
|
|
103
103
|
### Auditable end to end
|
|
104
104
|
|
|
@@ -127,8 +127,9 @@ verifies an artifact end-to-end before you install it:
|
|
|
127
127
|
The image is a closed system at scoring time: every Python wheel, Node.js
|
|
128
128
|
binary, and validator tarball it needs is baked in at build time. Scoring does
|
|
129
129
|
not call PyPI, npmjs, a Jentic backend, or any external service. Local-file
|
|
130
|
-
inputs and bundled-URL inputs run fully offline; URL inputs
|
|
131
|
-
|
|
130
|
+
inputs and bundled-URL inputs run fully offline; URL inputs reach the network
|
|
131
|
+
only to fetch the OpenAPI document and resolve any external `$ref`s it points
|
|
132
|
+
at. Multi-arch images
|
|
132
133
|
(linux/amd64 + linux/arm64) ship from the same release, so the same guarantees
|
|
133
134
|
hold on Apple Silicon dev machines, ARM CI runners, and x86 servers alike.
|
|
134
135
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jentic/api-scorecard-cli",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.18",
|
|
4
4
|
"description": "Score an OpenAPI document against the Jentic API AI Readiness Framework (JAIRF).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"api",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=20.10.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "ddbeaa74aaf47840f12b1ca35467e8d4abcc0b08"
|
|
66
66
|
}
|