@anker-in/analysis 0.2.1 → 0.2.2

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.d.mts CHANGED
@@ -136,13 +136,6 @@ interface ParsedTag {
136
136
  * 埋点平台类型
137
137
  */
138
138
  type PlatformType = "gtag" | "meta";
139
- declare global {
140
- interface Window {
141
- gtag?: (...args: any[]) => void;
142
- fbq?: (...args: any[]) => void;
143
- dataLayer?: any[];
144
- }
145
- }
146
139
  /**
147
140
  * 埋点事件类型
148
141
  */
package/dist/index.d.ts CHANGED
@@ -136,13 +136,6 @@ interface ParsedTag {
136
136
  * 埋点平台类型
137
137
  */
138
138
  type PlatformType = "gtag" | "meta";
139
- declare global {
140
- interface Window {
141
- gtag?: (...args: any[]) => void;
142
- fbq?: (...args: any[]) => void;
143
- dataLayer?: any[];
144
- }
145
- }
146
139
  /**
147
140
  * 埋点事件类型
148
141
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anker-in/analysis",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Unified analytics SDK for multi-platform tracking (Google Analytics, Meta Pixel, TikTok Pixel)",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",