@shware/analytics 3.2.1 → 3.2.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/dist/native/posthog.cjs +2 -0
- package/dist/native/posthog.cjs.map +1 -0
- package/dist/native/posthog.d.cts +2 -0
- package/dist/native/posthog.d.ts +2 -0
- package/dist/native/posthog.mjs +1 -0
- package/dist/native/posthog.mjs.map +1 -0
- package/dist/third-parties/index.cjs +0 -5
- package/dist/third-parties/index.cjs.map +1 -1
- package/dist/third-parties/index.d.cts +0 -1
- package/dist/third-parties/index.d.ts +0 -1
- package/dist/third-parties/index.mjs +0 -3
- package/dist/third-parties/index.mjs.map +1 -1
- package/package.json +16 -11
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=posthog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -23,31 +23,26 @@ __export(third_parties_exports, {
|
|
|
23
23
|
sendFBEvent: () => import_meta_pixel.sendFBEvent,
|
|
24
24
|
sendGAEvent: () => import_google_analytics.sendGAEvent,
|
|
25
25
|
sendLinkedinEvent: () => import_linkedin_insight_tag.sendLinkedinEvent,
|
|
26
|
-
sendPosthogEvent: () => import_posthog.sendPosthogEvent,
|
|
27
26
|
sendRedditEvent: () => import_reddit_pixel.sendRedditEvent,
|
|
28
27
|
setFBUser: () => import_meta_pixel.setFBUser,
|
|
29
28
|
setGAUser: () => import_google_analytics.setGAUser,
|
|
30
29
|
setLinkedinUser: () => import_linkedin_insight_tag.setLinkedinUser,
|
|
31
|
-
setPosthogUser: () => import_posthog.setPosthogUser,
|
|
32
30
|
setRedditUser: () => import_reddit_pixel.setRedditUser
|
|
33
31
|
});
|
|
34
32
|
module.exports = __toCommonJS(third_parties_exports);
|
|
35
33
|
var import_google_analytics = require("./google-analytics.cjs");
|
|
36
34
|
var import_meta_pixel = require("./meta-pixel.cjs");
|
|
37
35
|
var import_linkedin_insight_tag = require("./linkedin-insight-tag.cjs");
|
|
38
|
-
var import_posthog = require("./posthog.cjs");
|
|
39
36
|
var import_reddit_pixel = require("./reddit-pixel.cjs");
|
|
40
37
|
// Annotate the CommonJS export names for ESM import in node:
|
|
41
38
|
0 && (module.exports = {
|
|
42
39
|
sendFBEvent,
|
|
43
40
|
sendGAEvent,
|
|
44
41
|
sendLinkedinEvent,
|
|
45
|
-
sendPosthogEvent,
|
|
46
42
|
sendRedditEvent,
|
|
47
43
|
setFBUser,
|
|
48
44
|
setGAUser,
|
|
49
45
|
setLinkedinUser,
|
|
50
|
-
setPosthogUser,
|
|
51
46
|
setRedditUser
|
|
52
47
|
});
|
|
53
48
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/third-parties/index.ts"],"sourcesContent":["export { sendGAEvent, setGAUser } from './google-analytics';\nexport { sendFBEvent, setFBUser } from './meta-pixel';\nexport { sendLinkedinEvent, setLinkedinUser } from './linkedin-insight-tag';\nexport {
|
|
1
|
+
{"version":3,"sources":["../../src/third-parties/index.ts"],"sourcesContent":["export { sendGAEvent, setGAUser } from './google-analytics';\nexport { sendFBEvent, setFBUser } from './meta-pixel';\nexport { sendLinkedinEvent, setLinkedinUser } from './linkedin-insight-tag';\nexport { sendRedditEvent, setRedditUser } from './reddit-pixel';\n\nexport type { LinkedinConversionConfig } from './linkedin-insight-tag';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,8BAAuC;AACvC,wBAAuC;AACvC,kCAAmD;AACnD,0BAA+C;","names":[]}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export { sendGAEvent, setGAUser } from './google-analytics.cjs';
|
|
2
2
|
export { sendFBEvent, setFBUser } from './meta-pixel.cjs';
|
|
3
3
|
export { LinkedinConversionConfig, sendLinkedinEvent, setLinkedinUser } from './linkedin-insight-tag.cjs';
|
|
4
|
-
export { sendPosthogEvent, setPosthogUser } from './posthog.cjs';
|
|
5
4
|
export { sendRedditEvent, setRedditUser } from './reddit-pixel.cjs';
|
|
6
5
|
import '../track/gtag.cjs';
|
|
7
6
|
import '../track/types.cjs';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export { sendGAEvent, setGAUser } from './google-analytics.js';
|
|
2
2
|
export { sendFBEvent, setFBUser } from './meta-pixel.js';
|
|
3
3
|
export { LinkedinConversionConfig, sendLinkedinEvent, setLinkedinUser } from './linkedin-insight-tag.js';
|
|
4
|
-
export { sendPosthogEvent, setPosthogUser } from './posthog.js';
|
|
5
4
|
export { sendRedditEvent, setRedditUser } from './reddit-pixel.js';
|
|
6
5
|
import '../track/gtag.js';
|
|
7
6
|
import '../track/types.js';
|
|
@@ -2,18 +2,15 @@
|
|
|
2
2
|
import { sendGAEvent, setGAUser } from "./google-analytics.mjs";
|
|
3
3
|
import { sendFBEvent, setFBUser } from "./meta-pixel.mjs";
|
|
4
4
|
import { sendLinkedinEvent, setLinkedinUser } from "./linkedin-insight-tag.mjs";
|
|
5
|
-
import { sendPosthogEvent, setPosthogUser } from "./posthog.mjs";
|
|
6
5
|
import { sendRedditEvent, setRedditUser } from "./reddit-pixel.mjs";
|
|
7
6
|
export {
|
|
8
7
|
sendFBEvent,
|
|
9
8
|
sendGAEvent,
|
|
10
9
|
sendLinkedinEvent,
|
|
11
|
-
sendPosthogEvent,
|
|
12
10
|
sendRedditEvent,
|
|
13
11
|
setFBUser,
|
|
14
12
|
setGAUser,
|
|
15
13
|
setLinkedinUser,
|
|
16
|
-
setPosthogUser,
|
|
17
14
|
setRedditUser
|
|
18
15
|
};
|
|
19
16
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/third-parties/index.ts"],"sourcesContent":["export { sendGAEvent, setGAUser } from './google-analytics';\nexport { sendFBEvent, setFBUser } from './meta-pixel';\nexport { sendLinkedinEvent, setLinkedinUser } from './linkedin-insight-tag';\nexport {
|
|
1
|
+
{"version":3,"sources":["../../src/third-parties/index.ts"],"sourcesContent":["export { sendGAEvent, setGAUser } from './google-analytics';\nexport { sendFBEvent, setFBUser } from './meta-pixel';\nexport { sendLinkedinEvent, setLinkedinUser } from './linkedin-insight-tag';\nexport { sendRedditEvent, setRedditUser } from './reddit-pixel';\n\nexport type { LinkedinConversionConfig } from './linkedin-insight-tag';\n"],"mappings":";AAAA,SAAS,aAAa,iBAAiB;AACvC,SAAS,aAAa,iBAAiB;AACvC,SAAS,mBAAmB,uBAAuB;AACnD,SAAS,iBAAiB,qBAAqB;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shware/analytics",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -56,6 +56,11 @@
|
|
|
56
56
|
"import": "./dist/third-parties/index.mjs",
|
|
57
57
|
"require": "./dist/third-parties/index.cjs"
|
|
58
58
|
},
|
|
59
|
+
"./third-parties/posthog": {
|
|
60
|
+
"types": "./dist/third-parties/posthog.d.ts",
|
|
61
|
+
"import": "./dist/third-parties/posthog.mjs",
|
|
62
|
+
"require": "./dist/third-parties/posthog.cjs"
|
|
63
|
+
},
|
|
59
64
|
"./server": {
|
|
60
65
|
"types": "./dist/server/index.d.ts",
|
|
61
66
|
"import": "./dist/server/index.mjs",
|
|
@@ -80,19 +85,19 @@
|
|
|
80
85
|
},
|
|
81
86
|
"peerDependencies": {
|
|
82
87
|
"@react-native-firebase/analytics": "^23.8.6",
|
|
83
|
-
"@tanstack/react-router": "^1.
|
|
84
|
-
"expo-application": "^
|
|
85
|
-
"expo-clipboard": "^
|
|
86
|
-
"expo-crypto": "^
|
|
87
|
-
"expo-device": "^
|
|
88
|
-
"expo-localization": "^
|
|
89
|
-
"expo-sqlite": "^
|
|
90
|
-
"expo-tracking-transparency": "^
|
|
88
|
+
"@tanstack/react-router": "^1.166.2",
|
|
89
|
+
"expo-application": "^55.0.8",
|
|
90
|
+
"expo-clipboard": "^55.0.8",
|
|
91
|
+
"expo-crypto": "^55.0.9",
|
|
92
|
+
"expo-device": "^55.0.9",
|
|
93
|
+
"expo-localization": "^55.0.8",
|
|
94
|
+
"expo-sqlite": "^55.0.10",
|
|
95
|
+
"expo-tracking-transparency": "^55.0.8",
|
|
91
96
|
"facebook-nodejs-business-sdk": "^24",
|
|
92
97
|
"next": "^16",
|
|
93
|
-
"posthog-js": "^1.
|
|
98
|
+
"posthog-js": "^1.359.1",
|
|
94
99
|
"react": "^19",
|
|
95
|
-
"react-native": "^0.
|
|
100
|
+
"react-native": "^0.83.0",
|
|
96
101
|
"react-native-fbsdk-next": "^13.4.3",
|
|
97
102
|
"react-native-url-polyfill": "^3",
|
|
98
103
|
"react-router": "^7"
|