Skip to content

Commit

Permalink
First release of npm packages v0.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: emmdim <[email protected]>
  • Loading branch information
emmdim committed Nov 10, 2023
1 parent 00c9f98 commit 3daf460
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
18 changes: 13 additions & 5 deletions packages/contracts-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"name": "@vocdoni/gasless-voting-ethers",
"author": "Vocdoni Association",
"version": "0.0.1-rc4",
"description": "Plugin contract definitions for ethers.js",
"version": "0.0.1-rc1",
"description": "Aragon DAO Gasless Voting Plugin contract definitions for ethers.js",
"main": "dist/bundle-cjs.js",
"module": "dist/bundle-esm.js",
"types": "dist/bundle.d.ts",
"publishConfig": {
"access": "public"
},
"keywords": [
"voting",
"blockchain",
"vocdoni",
"aragon",
"gasless",
"dao"
],
"scripts": {
"build:contracts": "cd ../contracts && yarn build",
"build": "find ../contracts/artifacts/src/ -name '*.json' -type f | grep -v '.dbg.json' | xargs typechain --target=ethers-v5 --out-dir ./types",
Expand All @@ -18,13 +26,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/aragon/osx.git"
"url": "git+https://github.com/vocdoni/aragon-offchain-voting-sdk/osx.git"
},
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/aragon/osx/issues"
"url": "https://github.com/vocdoni/aragon-offchain-voting-sdk/issues"
},
"homepage": "https://github.com/aragon/osx#readme",
"homepage": "https://vocdoni.io",
"devDependencies": {
"@typechain/ethers-v5": "^10.0.0"
},
Expand Down
23 changes: 20 additions & 3 deletions packages/js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@vocdoni/gasless-voting",
"author": "Vocdoni Association",
"version": "0.0.1-rc22",
"version": "0.0.1-r1",
"description": "Aragon DAO Gasless Voting Plugin SDK",
"license": "AGPL-3.0-or-later",
"main": "dist/index.js",
"module": "dist/gasless-voting.esm.js",
Expand All @@ -13,8 +14,24 @@
"access": "public"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vocdoni/aragon-offchain-voting-sdk/osx.git"
},
"bugs": {
"url": "https://github.com/vocdoni/aragon-offchain-voting-sdk/issues"
},
"homepage": "https://vocdoni.io",
"keywords": [
"voting",
"blockchain",
"vocdoni",
"aragon",
"gasless",
"dao"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
Expand Down Expand Up @@ -62,7 +79,7 @@
},
"dependencies": {
"@aragon/osx-ethers": "1.3.0-rc0.3",
"@aragon/sdk-client-common": "^1.9.0",
"@aragon/sdk-client-common": "1.10.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
Expand Down

0 comments on commit 3daf460

Please sign in to comment.