@ghostery/config 0.0.11 → 0.0.12

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.
@@ -5,14 +5,16 @@
5
5
  // license that can be found in the LICENSE file or at
6
6
  // https://opensource.org/licenses/MIT.
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
- exports.ACTIONS = exports.ACTION_PAUSE_ASSISTANT = exports.ACTION_DISABLE_AUTOCONSENT = exports.ACTION_DISABLE_ANTITRACKING_MODIFICATION = void 0;
8
+ exports.ACTIONS = exports.ACTION_PAUSE_ASSISTANT = exports.ACTION_DISABLE_GPC = exports.ACTION_DISABLE_AUTOCONSENT = exports.ACTION_DISABLE_ANTITRACKING_MODIFICATION = void 0;
9
9
  exports.isAction = isAction;
10
10
  exports.ACTION_DISABLE_ANTITRACKING_MODIFICATION = "disable-antitracking-modification";
11
11
  exports.ACTION_DISABLE_AUTOCONSENT = "disable-autoconsent";
12
+ exports.ACTION_DISABLE_GPC = "disable-gpc";
12
13
  exports.ACTION_PAUSE_ASSISTANT = "pause-assistant";
13
14
  exports.ACTIONS = [
14
15
  exports.ACTION_DISABLE_ANTITRACKING_MODIFICATION,
15
16
  exports.ACTION_DISABLE_AUTOCONSENT,
17
+ exports.ACTION_DISABLE_GPC,
16
18
  exports.ACTION_PAUSE_ASSISTANT,
17
19
  ];
18
20
  function isAction(action) {
@@ -5,10 +5,12 @@
5
5
  // https://opensource.org/licenses/MIT.
6
6
  export const ACTION_DISABLE_ANTITRACKING_MODIFICATION = "disable-antitracking-modification";
7
7
  export const ACTION_DISABLE_AUTOCONSENT = "disable-autoconsent";
8
+ export const ACTION_DISABLE_GPC = "disable-gpc";
8
9
  export const ACTION_PAUSE_ASSISTANT = "pause-assistant";
9
10
  export const ACTIONS = [
10
11
  ACTION_DISABLE_ANTITRACKING_MODIFICATION,
11
12
  ACTION_DISABLE_AUTOCONSENT,
13
+ ACTION_DISABLE_GPC,
12
14
  ACTION_PAUSE_ASSISTANT,
13
15
  ];
14
16
  export function isAction(action) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/config",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Shared TypeScript types for Ghostery configuration",
5
5
  "files": [
6
6
  "dist"