@aranova/tracking-react 0.16.0 → 0.16.1
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2737,7 +2737,7 @@ function GoogleAdsTracking(props) {
|
|
|
2737
2737
|
import { createContext as createContext2, useContext as useContext2, useEffect as useEffect5, useMemo as useMemo4 } from "react";
|
|
2738
2738
|
|
|
2739
2739
|
// package.json
|
|
2740
|
-
var version = "0.16.
|
|
2740
|
+
var version = "0.16.1";
|
|
2741
2741
|
|
|
2742
2742
|
// ../tracking-core/src/phone-react.tsx
|
|
2743
2743
|
import {
|