@peerbit/identity-access-controller 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # "Chain agnostic" Access Controller
2
2
  ## 🚧 Experimental state 🚧
3
3
 
4
- An access controller that supports different layers of controll and fallbacks.
4
+ An access controller that supports different layers of control and fallbacks.
5
5
 
6
6
  - A store containing ACL information, for example what public key can read and write
7
7
  - A distributed relation store that lets you use linked devices to get access
8
8
  - A fallback trusted network access controller that lets you have access if you are trusted by the root trust identity
9
9
 
10
10
 
11
- As of know, go through the test for documentation
11
+ As of now, go through the tests for documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerbit/identity-access-controller",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Access controller that operates on a DB",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -31,12 +31,12 @@
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
33
  "@dao-xyz/borsh": "^5.1.5",
34
- "@peerbit/document": "3.0.3",
35
- "@peerbit/trusted-network": "2.0.3"
34
+ "@peerbit/document": "3.0.4",
35
+ "@peerbit/trusted-network": "2.0.4"
36
36
  },
37
37
  "devDependencies": {
38
- "@peerbit/test-utils": "^1.0.18",
38
+ "@peerbit/test-utils": "^1.0.19",
39
39
  "@peerbit/time": "^1.0.2"
40
40
  },
41
- "gitHead": "2efb4d5dc542ac84cfd79bb576506ba0ca392a72"
41
+ "gitHead": "017864072da27e6adf8955eab5287f93d2e8f610"
42
42
  }