Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
murongg committed Dec 7, 2023
1 parent 3e7b984 commit 25828df
Show file tree
Hide file tree
Showing 11 changed files with 1,262 additions and 1,228 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperoracle/monorepo",
"version": "0.0.2-alpha.6",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.6.0",
"keywords": [],
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"@antfu/ni": "^0.21.8",
"@antfu/utils": "^0.7.6",
"@hyperoracle/zkgraph-lib": "^0.0.9-alpha.6",
"@hyperoracle/zkgraph-lib": "^1.0.0",
"@murongg/eslint-config": "^0.2.1",
"@types/fs-extra": "^11.0.2",
"@types/node": "^18.18.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-zkgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-zkgraph",
"type": "module",
"version": "0.0.2-alpha.6",
"version": "1.0.0",
"packageManager": "pnpm@8.6.0",
"description": "",
"homepage": "https://github.com/hyperoracle/zkgraph-cli#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-zkgraph/templates/template-event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"publish": "zkgraph publish"
},
"dependencies": {
"@hyperoracle/zkgraph-lib": "^0.0.9-alpha.6"
"@hyperoracle/zkgraph-lib": "^1.0.0"
},
"devDependencies": {
"@hyperoracle/zkgraph-cli": "0.0.2-alpha.6",
"@hyperoracle/zkgraph-cli": "1.0.0",
"assemblyscript": "^0.27.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-zkgraph/templates/template-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"publish": "zkgraph publish"
},
"dependencies": {
"@hyperoracle/zkgraph-lib": "^0.0.9-alpha.6"
"@hyperoracle/zkgraph-lib": "^1.0.0"
},
"devDependencies": {
"@hyperoracle/zkgraph-cli": "0.0.2-alpha.6",
"@hyperoracle/zkgraph-cli": "1.0.0",
"assemblyscript": "^0.27.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"publish": "zkgraph publish"
},
"dependencies": {
"@hyperoracle/zkgraph-lib": "^0.0.9-alpha.6"
"@hyperoracle/zkgraph-lib": "^1.0.0"
},
"devDependencies": {
"@hyperoracle/zkgraph-cli": "0.0.2-alpha.6",
"@hyperoracle/zkgraph-cli": "1.0.0",
"assemblyscript": "^0.27.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"publish": "zkgraph publish"
},
"dependencies": {
"@hyperoracle/zkgraph-lib": "^0.0.9-alpha.6"
"@hyperoracle/zkgraph-lib": "^1.0.0"
},
"devDependencies": {
"@hyperoracle/zkgraph-cli": "0.0.2-alpha.6",
"@hyperoracle/zkgraph-cli": "1.0.0",
"assemblyscript": "^0.27.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"publish": "zkgraph publish"
},
"dependencies": {
"@hyperoracle/zkgraph-lib": "^0.0.9-alpha.6"
"@hyperoracle/zkgraph-lib": "^1.0.0"
},
"devDependencies": {
"@hyperoracle/zkgraph-cli": "0.0.2-alpha.6",
"@hyperoracle/zkgraph-cli": "1.0.0",
"assemblyscript": "^0.27.0"
}
}
8 changes: 4 additions & 4 deletions packages/zkgraph-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperoracle/zkgraph-cli",
"version": "0.0.2-alpha.6",
"version": "1.0.0",
"packageManager": "pnpm@8.6.0",
"description": "",
"homepage": "https://github.com/hyperoracle/zkgraph-cli#readme",
Expand Down Expand Up @@ -45,11 +45,11 @@
"start": "esno src/index.ts"
},
"peerDependencies": {
"@hyperoracle/zkgraph-lib": "^0.0.9-alpha.6"
"@hyperoracle/zkgraph-lib": "^1.0.0"
},
"dependencies": {
"@antfu/utils": "^0.7.6",
"@hyperoracle/zkgraph-api": "0.1.9-alpha.10",
"@hyperoracle/zkgraph-api": "^1.0.0",
"api": "^6.1.1",
"assemblyscript": "^0.27.12",
"await-to-js": "^3.0.0",
Expand All @@ -67,7 +67,7 @@
"unconfig": "^0.3.11"
},
"devDependencies": {
"@hyperoracle/zkgraph-lib": "^0.0.9-alpha.6",
"@hyperoracle/zkgraph-lib": "^1.0.0",
"@types/js-yaml": "^4.0.6",
"@types/prompts": "^2.4.6",
"@types/semver": "^7.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/zkgraph-cli/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const DEFAULT_CONFIG: Required<UserConfig> = {
UserPrivateKey: '',

ZkwasmProviderUrl: 'https://rpc.zkwasmhub.com:8090',
CompilerServerEndpoint: 'http://compiler.dev.hyperoracle.io/compile',
CompilerServerEndpoint: 'http://compiler.hyperoracle.io/compile',
PinataEndpoint: 'https://api.pinata.cloud/pinning/pinFileToIPFS',
PinataJWT: '',

Expand Down
Loading

0 comments on commit 25828df

Please sign in to comment.