@didomi/react
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -261,2 +261,3 @@ var _class, _temp; | ||
iabVersion: 1, | ||
noticeId: null, | ||
config: {}, | ||
@@ -283,2 +284,3 @@ gdprAppliesGlobally: true, | ||
iabVersion: PropTypes.number, | ||
noticeId: PropTypes.string, | ||
config: PropTypes.object, | ||
@@ -285,0 +287,0 @@ gdprAppliesGlobally: PropTypes.bool, |
@@ -110,2 +110,4 @@ // Type definitions for @didomi/react 1.2.2 | ||
apiKey?: string; | ||
iabVersion?: number; | ||
noticeId?: string; | ||
config?: IDidomiConfig; | ||
@@ -112,0 +114,0 @@ gdprAppliesGlobally?: boolean; |
@@ -271,2 +271,3 @@ 'use strict'; | ||
iabVersion: 1, | ||
noticeId: null, | ||
config: {}, | ||
@@ -293,2 +294,3 @@ gdprAppliesGlobally: true, | ||
iabVersion: _propTypes2.default.number, | ||
noticeId: _propTypes2.default.string, | ||
config: _propTypes2.default.object, | ||
@@ -295,0 +297,0 @@ gdprAppliesGlobally: _propTypes2.default.bool, |
{ | ||
"name": "@didomi/react", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "didomi-react-test React component", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
46678
669