@clxmedia/xperience-rights-client 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/dist/client.js +2 -0
  2. package/package.json +2 -2
package/dist/client.js CHANGED
@@ -97,6 +97,8 @@ class XperienceRightsClient {
97
97
  return 'Dashboard';
98
98
  case 'billing':
99
99
  return 'Billing';
100
+ case 'adrequests':
101
+ return 'Ad Requests';
100
102
  default:
101
103
  return 'Unknown';
102
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/xperience-rights-client",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "CLXperience Rights Client",
5
5
  "author": "Brandon Thompson <brandont@clxmedia.com>",
6
6
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "bugs": "https://github.com/adsupnow/xperience-library/xperience-rights-client",
34
34
  "dependencies": {
35
- "@clxmedia/types": "1.0.110"
35
+ "@clxmedia/types": "1.0.113"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/jest": "29.5.11",