@byollm/control-plane 0.1.0-alpha.78 → 0.1.0-alpha.80

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @byollm/control-plane
2
2
 
3
- > **Alpha (`0.1.0-alpha.78`) — under active development. Don't use this yet.**
3
+ > **Alpha (`0.1.0-alpha.80`) — under active development. Don't use this yet.**
4
4
 
5
5
  The reference control plane: it resolves a person's mapping and authors one
6
6
  signed grant per job, against a policy store it does not own and with a key it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byollm/control-plane",
3
- "version": "0.1.0-alpha.78",
3
+ "version": "0.1.0-alpha.80",
4
4
  "type": "module",
5
5
  "description": "The reference control plane: resolves a user's mapping and authors one signed grant per job, against a policy store it does not own.",
6
6
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "README.md"
31
31
  ],
32
32
  "dependencies": {
33
- "@byollm/protocol": "0.1.0-alpha.78"
33
+ "@byollm/protocol": "0.1.0-alpha.80"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"