Skip to content

Commit 38eaa77

Browse files
github-actions[bot]tpluscode
authored andcommitted
Version Packages
1 parent 6dd2dce commit 38eaa77

File tree

6 files changed

+5653
-9
lines changed

6 files changed

+5653
-9
lines changed

.changeset/lovely-ways-tell.md

Lines changed: 0 additions & 6 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+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 6dd2dce: Update to ESM
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [6dd2dce]
12+
13+
314
## 1.2.1
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.2.1",
3+
"version": "2.0.0",
44
"description": "Using W3C Web Access Control vocabulary to protect Hydra APIs",
55
"main": "index.js",
66
"type": "module",
@@ -19,7 +19,7 @@
1919
"@types/hydra-box": "*",
2020
"http-errors": "^2.0.0",
2121
"middleware-async": "^1.3.1",
22-
"rdf-web-access-control": "^1.3.2"
22+
"rdf-web-access-control": "^2.0.0"
2323
},
2424
"devDependencies": {
2525
"@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+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 6dd2dce: Update to ESM
8+
39
## 1.4.0
410

511
### Minor 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.4.0",
3+
"version": "2.0.0",
44
"description": "Run SPARQL queries to check resource access using Web Access Control vocabulary",
55
"main": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)