@uidu/analytics
Advanced tools
Comparing version 0.6.12 to 0.6.13
# @uidu/analytics | ||
## 0.6.13 | ||
### Patch Changes | ||
- 9885c54c9: Bump dependencies | ||
## 0.6.12 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@uidu/analytics", | ||
"version": "0.6.12" | ||
"version": "0.6.13" | ||
} |
@@ -194,2 +194,3 @@ 'use strict'; | ||
_defineProperty(_assertThisInitialized(_this), "patchedEventProps", {}); | ||
// Update patched event props only if the original props have changed | ||
_defineProperty(_assertThisInitialized(_this), "updatePatchedEventProps", function (props) { | ||
@@ -242,4 +243,2 @@ var changedPropCallbacks = Object.keys(_this.props.createEventMap).filter(function (p) { | ||
} | ||
// Update patched event props only if the original props have changed | ||
_createClass(AnalyticsContextConsumer, [{ | ||
@@ -246,0 +245,0 @@ key: "render", |
@@ -194,2 +194,3 @@ 'use strict'; | ||
_defineProperty(_assertThisInitialized(_this), "patchedEventProps", {}); | ||
// Update patched event props only if the original props have changed | ||
_defineProperty(_assertThisInitialized(_this), "updatePatchedEventProps", function (props) { | ||
@@ -242,4 +243,2 @@ var changedPropCallbacks = Object.keys(_this.props.createEventMap).filter(function (p) { | ||
} | ||
// Update patched event props only if the original props have changed | ||
_createClass(AnalyticsContextConsumer, [{ | ||
@@ -246,0 +245,0 @@ key: "render", |
@@ -185,2 +185,3 @@ import _toConsumableArray from '@babel/runtime/helpers/esm/toConsumableArray'; | ||
_defineProperty(_assertThisInitialized(_this), "patchedEventProps", {}); | ||
// Update patched event props only if the original props have changed | ||
_defineProperty(_assertThisInitialized(_this), "updatePatchedEventProps", function (props) { | ||
@@ -233,4 +234,2 @@ var changedPropCallbacks = Object.keys(_this.props.createEventMap).filter(function (p) { | ||
} | ||
// Update patched event props only if the original props have changed | ||
_createClass(AnalyticsContextConsumer, [{ | ||
@@ -237,0 +236,0 @@ key: "render", |
{ | ||
"name": "@uidu/analytics", | ||
"version": "0.6.12", | ||
"version": "0.6.13", | ||
"description": "The uidu component analytics framework", | ||
@@ -12,3 +12,3 @@ "repository": "https://github.com/uidu-org/guidu/tree/main/packages/core/analytics", | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@babel/runtime": "^7.21.0", | ||
"prop-types": "^15.8.1", | ||
@@ -18,6 +18,6 @@ "tslib": "^2.5.0" | ||
"devDependencies": { | ||
"@uidu/button": "^1.3.36", | ||
"@uidu/docs": "^0.5.25", | ||
"@uidu/field-text": "^2.0.8", | ||
"@uidu/form": "^2.2.5", | ||
"@uidu/button": "^1.3.37", | ||
"@uidu/docs": "^0.5.26", | ||
"@uidu/field-text": "^2.0.9", | ||
"@uidu/form": "^2.2.9", | ||
"lodash.isequal": "^4.5.0", | ||
@@ -24,0 +24,0 @@ "react": "^18.2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95613
Updated@babel/runtime@^7.21.0