Skip to content

Commit 6ad2c04

Browse files
github-actions[bot]tpluscode
authored andcommitted
Version Packages
1 parent 89e99c7 commit 6ad2c04

File tree

6 files changed

+20
-13
lines changed

6 files changed

+20
-13
lines changed

.changeset/clean-rocks-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fluffy-vans-film.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/hydra-box-web-access-control/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# hydra-box-web-access-control
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 5d51eed: False-negative authorization result in cases when the hydra-box `ResourceLoader` choose a resource with different identifier than the request URL
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [5d51eed]
12+
13+
314
## 1.1.5
415

516
### Patch Changes

packages/hydra-box-web-access-control/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hydra-box-web-access-control",
3-
"version": "1.1.5",
3+
"version": "1.2.0",
44
"description": "Using W3C Web Access Control vocabulary to protect Hydra APIs",
55
"main": "index.js",
66
"module": "index.js",
@@ -18,7 +18,7 @@
1818
"@types/hydra-box": "*",
1919
"http-errors": "^1.8.0",
2020
"middleware-async": "^1.3.1",
21-
"rdf-web-access-control": "^1.2.3"
21+
"rdf-web-access-control": "^1.3.0"
2222
},
2323
"devDependencies": {
2424
"@types/supertest": "^2.0.11",

packages/rdf-web-access-control/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rdf-web-access-control
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 5d51eed: Support for multiple terms being checked at the same time to see if either matches
8+
39
## 1.2.3
410

511
### Patch Changes

packages/rdf-web-access-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdf-web-access-control",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"description": "Run SPARQL queries to check resource access using Web Access Control vocabulary",
55
"main": "index.js",
66
"module": "index.js",

0 commit comments

Comments
 (0)