Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjams committed Feb 3, 2025
1 parent da33978 commit 160d6c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iexec/subgraph",
"version": "1.0.0-rc.1",
"version": "1.1.0",
"author": "iExec",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -14,7 +14,6 @@
"deploy": "graph deploy ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020} --ipfs ${IPFS_URL:-http://localhost:5001} --version-label ${VERSION_LABEL:-bellecour/poco-v5}",
"deploy:all": "npm run build && npm run create && npm run deploy",
"itest": "DEBUG=testcontainers:* mocha"

},
"lint-staged": {
"*.{js,ts}": [
Expand Down

0 comments on commit 160d6c4

Please sign in to comment.