@brightspace-hmc/siren-sdk
Advanced tools
Comparing version 2.99.1 to 2.100.0
{ | ||
"name": "@brightspace-hmc/siren-sdk", | ||
"version": "2.99.1", | ||
"version": "2.100.0", | ||
"type": "module", | ||
@@ -33,7 +33,7 @@ "description": "", | ||
"@open-wc/testing": "^3", | ||
"@web/test-runner": "^0.15", | ||
"@web/test-runner": "^0.17", | ||
"eslint": "^8", | ||
"eslint-config-brightspace": "^0.24", | ||
"fetch-mock": "^9", | ||
"jsdoc": "^3", | ||
"jsdoc": "^4", | ||
"lit": "^2", | ||
@@ -40,0 +40,0 @@ "sinon": "^15" |
@@ -370,7 +370,5 @@ export const Rels = { | ||
contentStyler: { | ||
createTheme: 'create-theme', | ||
deleteTheme: 'delete-theme', | ||
getTheme: 'get-theme', | ||
getAllThemes: 'get-all-themes', | ||
updateTheme: 'update-theme' | ||
contentStyler: 'content-styler', | ||
theme: 'theme', | ||
themes: 'themes' | ||
}, | ||
@@ -626,2 +624,9 @@ webLink: { | ||
}, | ||
contentStyler: { | ||
createTheme: 'create-theme', | ||
deleteTheme: 'delete-theme', | ||
getTheme: 'get-theme', | ||
getAllThemes: 'get-all-themes', | ||
updateTheme: 'update-theme' | ||
}, | ||
organizations: { | ||
@@ -628,0 +633,0 @@ removeHomepageBanner: 'remove-homepage-banner', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
395453
10901