File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
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" ,
33 "@graph" : [
44 {
55 "@id" : " urn:solidlab:policy-engine:AcpManager" ,
66 "@type" : " ManagedAcpRepository" ,
7- "manager" : " urn:solidlab:policy-engine:AuthorizationManager"
7+ "manager" : { "@id" : " urn:solidlab:policy-engine:AuthorizationManager" }
88 },
99
1010 {
Original file line number Diff line number Diff line change 11{
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" ,
33 "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"
77 ],
88 "@graph" : [
99 {
1010 "@id" : " urn:solidlab:policy-engine:WacManager" ,
1111 "@type" : " ManagedWacRepository" ,
12- "manager" : " urn:solidlab:policy-engine:AuthorizationManager"
12+ "manager" : { "@id" : " urn:solidlab:policy-engine:AuthorizationManager" }
1313 },
1414
1515 {
Original file line number Diff line number Diff line change 2121 ],
2222 "scripts" : {
2323 "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 " ,
2525 "build:ts" : " tsc" ,
2626 "lint" : " npm run lint:eslint && npm run lint:markdown" ,
2727 "lint:fix" : " npm run lint:eslint:fix && npm run lint:markdown:fix" ,
You can’t perform that action at this time.
0 commit comments