Skip to content

Commit 88da069

Browse files
committed
chore: Use spe instead of sae for components.js prefix
1 parent 4023a2a commit 88da069

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

config/acp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
{

config/wac.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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",

0 commit comments

Comments
 (0)