@nexim/google-analytics 1.0.2 → 1.0.3

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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.3](https://github.com/the-nexim/nanolib/compare/@nexim/google-analytics@1.0.2...@nexim/google-analytics@1.0.3) (2025-01-06)
7
+
8
+ ### Code Refactoring
9
+
10
+ * use new @nexim/typescript-config api ([6d656b4](https://github.com/the-nexim/nanolib/commit/6d656b483f27d556e59bdcec1220511c5c819cc8)) by @njfamirm
11
+
6
12
  ## [1.0.2](https://github.com/the-nexim/nanolib/compare/@nexim/google-analytics@1.0.1...@nexim/google-analytics@1.0.2) (2025-01-05)
7
13
 
8
14
  ### Bug Fixes
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @nexim/google-analytics v1.0.2 */
1
+ /* @nexim/google-analytics v1.0.3 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -26,7 +26,7 @@ __export(main_exports, {
26
26
  module.exports = __toCommonJS(main_exports);
27
27
  var import_logger = require("@alwatr/logger");
28
28
  var import_package_tracer = require("@alwatr/package-tracer");
29
- __dev_mode__: import_package_tracer.packageTracer.add("@nexim/google-analytics", "1.0.2");
29
+ __dev_mode__: import_package_tracer.packageTracer.add("@nexim/google-analytics", "1.0.3");
30
30
  var logger = (0, import_logger.createLogger)("@nexim/google-analytics");
31
31
  async function initializeGoogleAnalytics(trackingId) {
32
32
  logger.logMethodArgs?.("initializeGoogleAnalytics", { trackingId });
package/dist/main.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* @nexim/google-analytics v1.0.2 */
1
+ /* @nexim/google-analytics v1.0.3 */
2
2
 
3
3
  // src/main.ts
4
4
  import { createLogger } from "@alwatr/logger";
5
5
  import { packageTracer } from "@alwatr/package-tracer";
6
- __dev_mode__: packageTracer.add("@nexim/google-analytics", "1.0.2");
6
+ __dev_mode__: packageTracer.add("@nexim/google-analytics", "1.0.3");
7
7
  var logger = createLogger("@nexim/google-analytics");
8
8
  async function initializeGoogleAnalytics(trackingId) {
9
9
  logger.logMethodArgs?.("initializeGoogleAnalytics", { trackingId });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexim/google-analytics",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Utilities provides functions to set up Google Analytics for your web application.",
5
5
  "keywords": [
6
6
  "analytic",
@@ -49,7 +49,7 @@
49
49
  "devDependencies": {
50
50
  "@alwatr/nano-build": "^5.0.0",
51
51
  "@alwatr/type-helper": "^5.0.0",
52
- "@nexim/typescript-config": "^1.1.0",
52
+ "@nexim/typescript-config": "^2.0.0",
53
53
  "ava": "^6.2.0",
54
54
  "typescript": "^5.7.2",
55
55
  "wireit": "^0.14.9"
@@ -100,5 +100,5 @@
100
100
  "service": true
101
101
  }
102
102
  },
103
- "gitHead": "52096aedc16222a434b2badfe7e860f671c1c5f8"
103
+ "gitHead": "8d72218409e5b93b27b5026d9cea8f0bf0b1414a"
104
104
  }