Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

js-git-ipld <-> pando library #53

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ node_modules/
package-lock.json

# testing
/coverage
**/coverage
coverage/

# production
build/
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.3.0-alpha.5"
"version": "0.3.0"
}
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@
"uninstall:global": "npm uninstall -g @pando/git-pando @pando/git-remote-pando",
"install:global": "npm run unlink:all && npm install -g @pando/git-pando @pando/git-remote-pando"
},
"devDependencies": {
"lerna": "^3.4.3"
}
"devDependencies": {}
}
10 changes: 5 additions & 5 deletions packages/git-pando/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pando/git-pando",
"version": "0.3.0-alpha.5",
"version": "0.3.0",
"description": "Git extension for pando",
"author": "Pando Network <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -30,9 +30,9 @@
"@aragon/apm": "^3.1.0-beta.1",
"@aragon/os": "^4.0.1",
"@aragon/wrapper": "^3.0.0-beta.4",
"@pando/colony": "^0.3.0-alpha.5",
"@pando/kit": "^0.3.0-alpha.5",
"@pando/repository": "^0.3.0-alpha.5",
"@pando/colony": "^0.3.0",
"@pando/kit": "^0.3.0",
"@pando/repository": "^0.3.0",
"eth-ens-namehash": "^2.0.8",
"eth-provider": "0.2.1",
"find-up": "^3.0.0",
Expand All @@ -52,5 +52,5 @@
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.1"
},
"gitHead": "cb2b7c6fe7805fdbbcd29733c3ebb24eeb5d3d42"
"gitHead": "a449d46d5eb6a86efae8f0fdcf1e1749e432d928"
}
6 changes: 3 additions & 3 deletions packages/git-remote-pando/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pando/git-remote-pando",
"version": "0.3.0-alpha.5",
"version": "0.3.0",
"description": "git-remote-helper for pando",
"author": "Pando Network <[email protected]>",
"contributors": [
Expand All @@ -27,7 +27,7 @@
"build": "tsc"
},
"dependencies": {
"@pando/repository": "^0.3.0-alpha.5",
"@pando/repository": "^0.3.0",
"cids": "^0.5.7",
"debug": "^4.1.1",
"eth-provider": "0.2.1",
Expand All @@ -52,5 +52,5 @@
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.1"
},
"gitHead": "cb2b7c6fe7805fdbbcd29733c3ebb24eeb5d3d42"
"gitHead": "a449d46d5eb6a86efae8f0fdcf1e1749e432d928"
}
8 changes: 4 additions & 4 deletions packages/pando-colony/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pando/colony",
"version": "0.3.0-alpha.5",
"version": "0.3.0",
"author": "Pando Network <[email protected]>",
"contributors": [
"Olivier Sarrouy <[email protected]>",
Expand All @@ -24,8 +24,8 @@
"publish:major:rinkeby": "aragon apm publish major --use-frame --files ./app/build --environment rinkeby"
},
"dependencies": {
"@aragon/os": "^4.0.1",
"@pando/repository": "^0.3.0-alpha.5"
"@aragon/os": "4.2.0",
"@pando/repository": "^0.3.0"
},
"devDependencies": {
"@aragon/cli": "^5.5.0",
Expand All @@ -42,5 +42,5 @@
"prettier": "^1.8.2",
"truffle": "^5.0.0"
},
"gitHead": "cb2b7c6fe7805fdbbcd29733c3ebb24eeb5d3d42"
"gitHead": "a449d46d5eb6a86efae8f0fdcf1e1749e432d928"
}
15 changes: 8 additions & 7 deletions packages/pando-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pando/kit",
"version": "0.3.0-alpha.5",
"version": "0.3.0",
"author": "Pando Network <[email protected]>",
"contributors": [
"Olivier Sarrouy <[email protected]>"
Expand All @@ -24,14 +24,14 @@
"@aragon/apps-finance": "^2.1.0",
"@aragon/apps-shared-minime": "^1.0.0",
"@aragon/apps-token-manager": "^2.0.0",
"@aragon/apps-vault": "^4.0.0",
"@aragon/apps-vault": "4.1.0",
"@aragon/apps-voting": "^2.0.0",
"@aragon/os": "4.0.1",
"@pando/colony": "^0.3.0-alpha.5"
"@aragon/os": "4.2.0",
"@pando/colony": "^0.3.0"
},
"devDependencies": {
"@aragon/cli": "^5.5.0",
"@pando/repository": "^0.3.0-alpha.5",
"@pando/repository": "^0.3.0",
"eslint": "5.5.0",
"eslint-config-prettier": "^3.0.1",
"eslint-config-standard": "^12.0.0",
Expand All @@ -44,7 +44,8 @@
"eth-provider": "^0.2.1",
"ethlint": "^1.2.1",
"prettier": "^1.8.2",
"truffle": "^5.0.0"
"truffle": "^5.0.0",
"truffle-contract": "^4.0.14"
},
"gitHead": "cb2b7c6fe7805fdbbcd29733c3ebb24eeb5d3d42"
"gitHead": "a449d46d5eb6a86efae8f0fdcf1e1749e432d928"
}
62 changes: 62 additions & 0 deletions packages/pando-lib/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"name": "pando-lib",
"version": "0.3.0",
"description": "utility scripts for handling state-management for git-pando",
"main": "prettier.config.js",
"scripts": {
"watch": "tsc -w",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"build": "tsc",
"test": "mocha --timeout 500000 -r ts-node/register src/**/*.spec.ts"
},
"dependencies": {
"@types/node": "^10.12.21",
"cids": "^0.5.7",
"ipfs-http-client": "^29.1.1",
"ipld": "^0.23.0",
"ipld-git": "~0.4.0",
"lodash.orderby": "^4.6.0",
"lodash.uniqwith": "^4.5.0",
"rimraf": "^2.6.3",
"multicodec": "~0.5.0",
"multihashes": "~0.4.14",
"multihashing-async": "~0.7.0",
"smart-buffer": "^4.0.2",
"strftime": "~0.10.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"mocha": "^6.1.4",
"ts-node": "^8.1.0",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pandonetwork/pando.git"
},
"keywords": [
"aragon",
"dao",
"pando",
"ipfs",
"ethereum",
"git"
],
"author": "Pando Network <[email protected]>",
"contributors": [
"Olivier Sarrouy <[email protected]>",
"Cory Dickson <[email protected]>"
],
"license": "(GPL-3.0-or-later OR MIT)",
"bugs": {
"url": "https://github.com/pandonetwork/pando/issues"
},
"homepage": "https://github.com/pandonetwork/pando#readme",
"gitHead": "a449d46d5eb6a86efae8f0fdcf1e1749e432d928"
}
7 changes: 7 additions & 0 deletions packages/pando-lib/prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
bracketSpacing: true,
semi: false,
singleQuote: true,
printWidth: 160,
trailingComma: 'es5',
}
Loading