@tomei/sso 0.35.0 → 0.35.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomei/sso",
3
- "version": "0.35.0",
3
+ "version": "0.35.1",
4
4
  "description": "Tomei SSO Package",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -391,7 +391,7 @@ export class System extends ObjectBase {
391
391
  // Part 1: Retrieve System Info
392
392
  // Load sso component config.loadComponentConfig Call Config. by passing:
393
393
  // filepath: '/component-config/sso-config.json'
394
- ComponentConfig.loadComponentConfig('/component-config/sso-config.json');
394
+ ComponentConfig.loadComponentConfig('./component-config/sso-config.json');
395
395
 
396
396
  const config: {
397
397
  name: string;
@@ -304,7 +304,7 @@ export class SystemPrivilege extends ObjectBase {
304
304
  // Load sso component config.loadComponentConfig Call Config. by passing:
305
305
  // filepath: '/component-config/sso-config.json'
306
306
 
307
- ComponentConfig.loadComponentConfig('/component-config/sso-config.json');
307
+ ComponentConfig.loadComponentConfig('./component-config/sso-config.json');
308
308
 
309
309
  // Retrieve privileges array by call Config.getComponentConfigValue by passing:
310
310
  // componentName: '@tomei/sso'