@uniformdev/context-gtag 20.70.0 → 20.71.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  enableGoogleGtagAnalytics: () => enableGoogleGtagAnalytics
24
24
  });
25
- module.exports = __toCommonJS(src_exports);
25
+ module.exports = __toCommonJS(index_exports);
26
26
  var enableGoogleGtagAnalytics = (options) => {
27
27
  const {
28
28
  disableEventSignals,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-gtag",
3
- "version": "20.70.0",
3
+ "version": "20.71.0",
4
4
  "description": "Uniform Context Google global site tag analytics package",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -26,10 +26,10 @@
26
26
  "apidocs-extract": "api-extractor run --local"
27
27
  },
28
28
  "devDependencies": {
29
- "@types/gtag.js": "0.0.18"
29
+ "@types/gtag.js": "0.0.20"
30
30
  },
31
31
  "dependencies": {
32
- "@uniformdev/context": "20.70.0"
32
+ "@uniformdev/context": "20.71.0"
33
33
  },
34
34
  "files": [
35
35
  "/dist"
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "3f8f572b37fc7ea5d2f37b1425451973556f3392"
40
+ "gitHead": "9b3f5e3fa27b275c00cc252da7ed72913464cce6"
41
41
  }