prep v1.0.0 of predicate action (#46)

Signed-off-by: Brian DeHamer <[email protected]>
This commit is contained in:
Brian DeHamer
2024-04-25 12:41:39 -07:00
committed by GitHub
parent 2f5f68fcc3
commit 534423496e
2 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
{ {
"name": "typescript-action", "name": "actions/attest-sbom",
"version": "0.0.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "typescript-action", "name": "actions/attest-sbom",
"version": "0.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.1" "@actions/core": "^1.10.1"
+8 -8
View File
@@ -1,21 +1,21 @@
{ {
"name": "typescript-action", "name": "actions/attest-sbom",
"description": "GitHub Actions TypeScript template", "description": "Generate signed SBOM attestations",
"version": "0.0.0", "version": "1.0.0",
"author": "", "author": "",
"private": true, "private": true,
"homepage": "https://github.com/actions/typescript-action", "homepage": "https://github.com/actions/attest-sbom",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/actions/typescript-action.git" "url": "git+https://github.com/actions/attest-sbom.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/actions/typescript-action/issues" "url": "https://github.com/actions/attest-sbom/issues"
}, },
"keywords": [ "keywords": [
"actions", "actions",
"node", "attestation",
"setup" "sbom"
], ],
"exports": { "exports": {
".": "./dist/index.js" ".": "./dist/index.js"