avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ A JavaScript library for working with the Sigstore bundle format.
## Prerequisites
- Node.js version >= 18.17.0
- Node.js version ^20.17.0 || >=22.9.0
## Installation
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@sigstore/bundle",
"version": "3.1.0",
"version": "4.0.0",
"description": "Sigstore bundle type",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -27,9 +27,9 @@
"provenance": true
},
"dependencies": {
"@sigstore/protobuf-specs": "^0.4.0"
"@sigstore/protobuf-specs": "^0.5.0"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
}