@telefonica/mistica 10.24.2 → 10.25.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [10.25.0](https://github.com/Telefonica/mistica-web/compare/v10.24.2...v10.25.0) (2022-02-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * **webview-bridge:** upgrade webview-bridge dependency ([#420](https://github.com/Telefonica/mistica-web/issues/420)) ([0b01b6e](https://github.com/Telefonica/mistica-web/commit/0b01b6ed67bb0bcb10927ffb44812095abacc233))
7
+
1
8
  ## [10.24.2](https://github.com/Telefonica/mistica-web/compare/v10.24.1...v10.24.2) (2022-02-22)
2
9
 
3
10
 
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
5
  exports.PACKAGE_VERSION = void 0;
6
- var PACKAGE_VERSION = '10.24.2';
6
+ var PACKAGE_VERSION = '10.25.0';
7
7
  exports.PACKAGE_VERSION = PACKAGE_VERSION;
@@ -1,12 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export type { RendersElement, RendersNullableElement } from './renders-element';
3
- export declare type TrackingEvent = {
4
- readonly [key: string]: unknown;
5
- readonly category: string;
6
- readonly action: string;
7
- readonly label?: string;
8
- readonly value?: number;
9
- };
3
+ export type { TrackingEvent } from '@tef-novum/webview-bridge';
10
4
  export declare type DataAttributes = {
11
5
  [name: string]: string | number | boolean | undefined;
12
6
  };
@@ -1,13 +1,7 @@
1
1
  // @flow
2
2
 
3
3
  export type { RendersElement, RendersNullableElement } from "./renders-element";
4
- export type TrackingEvent = {
5
- [key: string]: mixed,
6
- +category: string,
7
- +action: string,
8
- +label?: string,
9
- +value?: number,
10
- };
4
+ export type { TrackingEvent } from "@tef-novum/webview-bridge";
11
5
  export type DataAttributes = {
12
6
  [name: string]: string | number | boolean | void,
13
7
  };
@@ -1,2 +1,2 @@
1
1
  // DO NOT EDIT THIS FILE. It's autogenerated by set-version.js
2
- export var PACKAGE_VERSION = '10.24.2';
2
+ export var PACKAGE_VERSION = '10.25.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telefonica/mistica",
3
- "version": "10.24.2",
3
+ "version": "10.25.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -122,7 +122,7 @@
122
122
  },
123
123
  "dependencies": {
124
124
  "@juggle/resize-observer": "^3.3.1",
125
- "@tef-novum/webview-bridge": "^3.0.0",
125
+ "@tef-novum/webview-bridge": "^3.2.1",
126
126
  "@telefonica/libphonenumber": "^2.8.0",
127
127
  "classnames": "^2.3.1",
128
128
  "jss": "^10.6.0",