Skip to content

Commit

Permalink
Add provenance config (#1915)
Browse files Browse the repository at this point in the history
* add provenance config

* fix gh actions

* fix gh actions release

* change npm token

* revert token

* fix gh actions

* revert gh action
  • Loading branch information
YaroShkvorets authored and incrypto32 committed Jan 30, 2025
1 parent ac0f678 commit e7cce57
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@
"vitest": "^2.1.8"
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "https://github.com/graphprotocol/graph-tooling.git",
"directory": "packages/cli"
},
"oclif": {
"bin": "graph",
Expand Down
9 changes: 9 additions & 0 deletions packages/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"lint": "prettier -c **/*.{js,mjs,ts}",
"test": "node test/test.mjs"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "https://github.com/graphprotocol/graph-tooling.git",
"directory": "packages/ts"
},
"dependencies": {
"assemblyscript": "0.27.31"
}
Expand Down

0 comments on commit e7cce57

Please sign in to comment.