File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "@context" : " https://linkedsoftwaredependencies.org/bundles/npm/@solidlab/policy-engine/^7 .0.0/components/context.jsonld" ,
2
+ "@context" : " https://linkedsoftwaredependencies.org/bundles/npm/@solidlab/policy-engine/^0 .0.0/components/context.jsonld" ,
3
3
"@graph" : [
4
4
{
5
5
"@id" : " urn:solidlab:policy-engine:AcpManager" ,
6
6
"@type" : " ManagedAcpRepository" ,
7
- "manager" : " urn:solidlab:policy-engine:AuthorizationManager"
7
+ "manager" : { "@id" : " urn:solidlab:policy-engine:AuthorizationManager" }
8
8
},
9
9
10
10
{
Original file line number Diff line number Diff line change 1
1
{
2
- "@context" : " https://linkedsoftwaredependencies.org/bundles/npm/@solidlab/policy-engine/^7 .0.0/components/context.jsonld" ,
2
+ "@context" : " https://linkedsoftwaredependencies.org/bundles/npm/@solidlab/policy-engine/^0 .0.0/components/context.jsonld" ,
3
3
"import" : [
4
- " sae :config/access-checkers/agent.json" ,
5
- " sae :config/access-checkers/agent-class.json" ,
6
- " sae :config/access-checkers/agent-group.json"
4
+ " spe :config/access-checkers/agent.json" ,
5
+ " spe :config/access-checkers/agent-class.json" ,
6
+ " spe :config/access-checkers/agent-group.json"
7
7
],
8
8
"@graph" : [
9
9
{
10
10
"@id" : " urn:solidlab:policy-engine:WacManager" ,
11
11
"@type" : " ManagedWacRepository" ,
12
- "manager" : " urn:solidlab:policy-engine:AuthorizationManager"
12
+ "manager" : { "@id" : " urn:solidlab:policy-engine:AuthorizationManager" }
13
13
},
14
14
15
15
{
Original file line number Diff line number Diff line change 21
21
],
22
22
"scripts" : {
23
23
"build" : " npm run build:ts && npm run build:components" ,
24
- "build:components" : " componentsjs-generator -s src -c dist/components -i .componentsignore -r sae " ,
24
+ "build:components" : " componentsjs-generator -s src -c dist/components -i .componentsignore -r spe " ,
25
25
"build:ts" : " tsc" ,
26
26
"lint" : " npm run lint:eslint && npm run lint:markdown" ,
27
27
"lint:fix" : " npm run lint:eslint:fix && npm run lint:markdown:fix" ,
You can’t perform that action at this time.
0 commit comments