@clxmedia/xperience-rights-client 1.1.8 → 1.1.9

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 +1 -0
  2. package/package.json +2 -2
package/dist/client.js CHANGED
@@ -97,6 +97,7 @@ exports.FRIENDLY_SCOPE_NAMES = {
97
97
  tcc: 'The Conversion Cloud',
98
98
  search: 'Search Builder',
99
99
  searchreview: 'Search Review',
100
+ pmaxreview: 'PMax Review',
100
101
  };
101
102
  class XperienceRightsClient {
102
103
  static findAbility(data, scope, qualifier) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/xperience-rights-client",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
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.179"
35
+ "@clxmedia/types": "1.0.187"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/jest": "29.5.11",