@koine/utils 1.0.27 → 1.0.28

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/node/pageview.js CHANGED
@@ -10,7 +10,6 @@ var pageview = function () {
10
10
  for (var _i = 0; _i < arguments.length; _i++) {
11
11
  args[_i] = arguments[_i];
12
12
  }
13
- // FIXME: ambient types
14
13
  if (!(0, isUndefined_1.default)(window) && !(0, isUndefined_1.default)(window.gtag)) {
15
14
  window.gtag("event", "page_view", {
16
15
  page_path: args[0] || location.pathname,
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "peerDependencies": {
8
8
  "tslib": "^2.4.0"
9
9
  },
10
- "version": "1.0.27",
10
+ "version": "1.0.28",
11
11
  "module": "./index.js",
12
12
  "types": "./index.d.ts"
13
13
  }
package/pageview.js CHANGED
@@ -7,7 +7,6 @@ export var pageview = function () {
7
7
  for (var _i = 0; _i < arguments.length; _i++) {
8
8
  args[_i] = arguments[_i];
9
9
  }
10
- // FIXME: ambient types
11
10
  if (!isUndefined(window) && !isUndefined(window.gtag)) {
12
11
  window.gtag("event", "page_view", {
13
12
  page_path: args[0] || location.pathname,