Skip to content

Commit

Permalink
Merge pull request #39 from reseau-constellation/invitations-accès
Browse files Browse the repository at this point in the history
Accès avec invitations transitives
  • Loading branch information
julienmalard authored Oct 4, 2023
2 parents 7e95d28 + cca66d7 commit 9f4d593
Show file tree
Hide file tree
Showing 5 changed files with 382 additions and 459 deletions.
30 changes: 13 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@
"postbuild": "./dist/**/*"
},
"devDependencies": {
"@constl/orbit-db-types": "^1.2.5",
"@constl/orbit-db-types": "^1.2.8",
"@constl/utils-tests": "^0.2.1",
"@libp2p/interface-connection-manager": "^3.0.1",
"@libp2p/interface-pubsub": "^4.0.1",
"@types/crypto-js": "^4.1.2",
"@types/deep-equal": "^1.0.2",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node-localstorage": "^1.3.1",
"@types/tmp": "^0.2.4",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"aegir": "^41.0.0",
"bmp-js": "^0.1.0",
"browserify-fs": "^1.0.0",
"buffer": "^6.0.3",
"canvas": "^2.11.2",
"core-js": "^3.32.2",
"core-js": "^3.33.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
Expand All @@ -72,10 +72,10 @@
"mocha": "^10.2.0",
"os-browserify": "^0.3.0",
"playwright": "^1.38.1",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"process": "^0.11.10",
"require-json5": "^1.3.0",
"rimraf": "^5.0.4",
"rimraf": "^5.0.5",
"source-map-support": "^0.5.21",
"tmp": "^0.2.1",
"ts-patch": "^3.0.2",
Expand All @@ -95,7 +95,7 @@
"@constl/mandataire": "^0.1.14",
"@constl/orbit-db-kuiper": "^0.0.2",
"@constl/utils-ipa": "^0.2.0",
"@ipld/dag-cbor": "^9.0.5",
"@ipld/dag-cbor": "^9.0.6",
"@lassi-js/kili": "^0.2.3",
"@libp2p/interface-transport": "^4.0.3",
"@libp2p/mplex": "^8.0.4",
Expand All @@ -105,10 +105,10 @@
"@libp2p/websockets": "^5.0.10",
"@libp2p/webtransport": "^1.0.11",
"@localfirst/auth": "^1.0.1",
"@orbitdb/core": "git://github.com/julienmalard/orbit-db.git#transitive-access",
"@orbitdb/core": "^1.0.0",
"ajv": "^8.12.0",
"approx-string-match": "^2.0.0",
"axios": "^1.5.0",
"axios": "^1.5.1",
"browser-fs-access": "^0.35.0",
"chokidar": "^3.5.3",
"crypto-js": "^4.1.1",
Expand All @@ -121,7 +121,7 @@
"indexed-db-stream": "^1.0.0",
"ipfs-core": "^0.18.1",
"iso-constants": "github:inverted-capital/iso-constants#patch-1",
"it-to-buffer": "^4.0.0",
"it-to-buffer": "^4.0.3",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"merge-options": "^3.0.4",
Expand All @@ -137,8 +137,7 @@
"resolutions": {
"iso-constants": "git+https://github.com/inverted-capital/iso-constants.git#patch-1",
"ipfs-pubsub-1on1": "git+https://github.com/ipfs-shipyard/ipfs-pubsub-1on1.git",
"@ca9io/electron-webrtc-relay": "git+https://github.com/julienmalard/electron-wrtc-relay.git",
"@orbitdb/core": "git+https://github.com/julienmalard/orbit-db.git#transitive-access"
"@ca9io/electron-webrtc-relay": "git+https://github.com/julienmalard/electron-wrtc-relay.git"
},
"overrides": {
"iso-constants": {
Expand All @@ -149,9 +148,6 @@
},
"@ca9io/electron-webrtc-relay": {
".": "git+https://github.com/julienmalard/electron-wrtc-relay.git"
},
"@orbitdb/core": {
".": "git+https://github.com/julienmalard/orbit-db.git#transitive-access"
}
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 9f4d593

Please sign in to comment.