@contractspec/example.integration-posthog 1.60.0 → 1.62.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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=6
6
- Bundled 6 modules in 33ms
6
+ Bundled 6 modules in 17ms
7
7
 
8
8
  docs/index.js 1.98 KB (entry point)
9
9
  ./index.js 11.20 KB (entry point)
@@ -13,7 +13,7 @@ Bundled 6 modules in 33ms
13
13
  ./posthog.js 8.25 KB (entry point)
14
14
 
15
15
  [contractspec-bun-build] transpile target=node root=src entries=6
16
- Bundled 6 modules in 26ms
16
+ Bundled 6 modules in 21ms
17
17
 
18
18
  docs/index.js 1.96 KB (entry point)
19
19
  ./index.js 11.18 KB (entry point)
@@ -23,7 +23,7 @@ Bundled 6 modules in 26ms
23
23
  ./posthog.js 8.24 KB (entry point)
24
24
 
25
25
  [contractspec-bun-build] transpile target=browser root=src entries=6
26
- Bundled 6 modules in 37ms
26
+ Bundled 6 modules in 16ms
27
27
 
28
28
  docs/index.js 1.96 KB (entry point)
29
29
  ./index.js 11.18 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @contractspec/example.integration-posthog
2
2
 
3
+ ## 1.62.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 064258d: feat: upgrade all dependencies
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [064258d]
12
+ - Updated dependencies [064258d]
13
+ - @contractspec/integration.providers-impls@1.62.0
14
+ - @contractspec/lib.contracts@1.62.0
15
+
16
+ ## 1.61.0
17
+
18
+ ### Minor Changes
19
+
20
+ - 374fd71: fix: publishing
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [374fd71]
25
+ - @contractspec/integration.providers-impls@1.61.0
26
+ - @contractspec/lib.contracts@1.61.0
27
+
3
28
  ## 1.60.0
4
29
 
5
30
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.integration-posthog",
3
- "version": "1.60.0",
3
+ "version": "1.62.0",
4
4
  "description": "PostHog analytics integration example: capture events, run HogQL, and manage feature flags.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -8,49 +8,49 @@
8
8
  ".": {
9
9
  "types": "./dist/index.d.ts",
10
10
  "bun": "./dist/index.js",
11
- "node": "./dist/node/index.mjs",
11
+ "node": "./dist/node/index.js",
12
12
  "browser": "./dist/browser/index.js",
13
13
  "default": "./dist/index.js"
14
14
  },
15
15
  "./docs": {
16
16
  "types": "./dist/docs/index.d.ts",
17
17
  "bun": "./dist/docs/index.js",
18
- "node": "./dist/node/docs/index.mjs",
18
+ "node": "./dist/node/docs/index.js",
19
19
  "browser": "./dist/browser/docs/index.js",
20
20
  "default": "./dist/docs/index.js"
21
21
  },
22
22
  "./docs/index": {
23
23
  "types": "./dist/docs/index.d.ts",
24
24
  "bun": "./dist/docs/index.js",
25
- "node": "./dist/node/docs/index.mjs",
25
+ "node": "./dist/node/docs/index.js",
26
26
  "browser": "./dist/browser/docs/index.js",
27
27
  "default": "./dist/docs/index.js"
28
28
  },
29
29
  "./docs/integration-posthog.docblock": {
30
30
  "types": "./dist/docs/integration-posthog.docblock.d.ts",
31
31
  "bun": "./dist/docs/integration-posthog.docblock.js",
32
- "node": "./dist/node/docs/integration-posthog.docblock.mjs",
32
+ "node": "./dist/node/docs/integration-posthog.docblock.js",
33
33
  "browser": "./dist/browser/docs/integration-posthog.docblock.js",
34
34
  "default": "./dist/docs/integration-posthog.docblock.js"
35
35
  },
36
36
  "./example": {
37
37
  "types": "./dist/example.d.ts",
38
38
  "bun": "./dist/example.js",
39
- "node": "./dist/node/example.mjs",
39
+ "node": "./dist/node/example.js",
40
40
  "browser": "./dist/browser/example.js",
41
41
  "default": "./dist/example.js"
42
42
  },
43
43
  "./posthog": {
44
44
  "types": "./dist/posthog.d.ts",
45
45
  "bun": "./dist/posthog.js",
46
- "node": "./dist/node/posthog.mjs",
46
+ "node": "./dist/node/posthog.js",
47
47
  "browser": "./dist/browser/posthog.js",
48
48
  "default": "./dist/posthog.js"
49
49
  },
50
50
  "./run": {
51
51
  "types": "./dist/run.d.ts",
52
52
  "bun": "./dist/run.js",
53
- "node": "./dist/node/run.mjs",
53
+ "node": "./dist/node/run.js",
54
54
  "browser": "./dist/browser/run.js",
55
55
  "default": "./dist/run.js"
56
56
  }
@@ -71,13 +71,13 @@
71
71
  "typecheck": "tsc --noEmit"
72
72
  },
73
73
  "dependencies": {
74
- "@contractspec/integration.providers-impls": "1.60.0",
75
- "@contractspec/lib.contracts": "1.60.0"
74
+ "@contractspec/integration.providers-impls": "1.62.0",
75
+ "@contractspec/lib.contracts": "1.62.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@contractspec/tool.typescript": "1.60.0",
78
+ "@contractspec/tool.typescript": "1.62.0",
79
79
  "typescript": "^5.9.3",
80
- "@contractspec/tool.bun": "1.59.0"
80
+ "@contractspec/tool.bun": "1.61.0"
81
81
  },
82
82
  "publishConfig": {
83
83
  "access": "public",
@@ -85,49 +85,49 @@
85
85
  ".": {
86
86
  "types": "./dist/index.d.ts",
87
87
  "bun": "./dist/index.js",
88
- "node": "./dist/node/index.mjs",
88
+ "node": "./dist/node/index.js",
89
89
  "browser": "./dist/browser/index.js",
90
90
  "default": "./dist/index.js"
91
91
  },
92
92
  "./docs": {
93
93
  "types": "./dist/docs/index.d.ts",
94
94
  "bun": "./dist/docs/index.js",
95
- "node": "./dist/node/docs/index.mjs",
95
+ "node": "./dist/node/docs/index.js",
96
96
  "browser": "./dist/browser/docs/index.js",
97
97
  "default": "./dist/docs/index.js"
98
98
  },
99
99
  "./docs/index": {
100
100
  "types": "./dist/docs/index.d.ts",
101
101
  "bun": "./dist/docs/index.js",
102
- "node": "./dist/node/docs/index.mjs",
102
+ "node": "./dist/node/docs/index.js",
103
103
  "browser": "./dist/browser/docs/index.js",
104
104
  "default": "./dist/docs/index.js"
105
105
  },
106
106
  "./docs/integration-posthog.docblock": {
107
107
  "types": "./dist/docs/integration-posthog.docblock.d.ts",
108
108
  "bun": "./dist/docs/integration-posthog.docblock.js",
109
- "node": "./dist/node/docs/integration-posthog.docblock.mjs",
109
+ "node": "./dist/node/docs/integration-posthog.docblock.js",
110
110
  "browser": "./dist/browser/docs/integration-posthog.docblock.js",
111
111
  "default": "./dist/docs/integration-posthog.docblock.js"
112
112
  },
113
113
  "./example": {
114
114
  "types": "./dist/example.d.ts",
115
115
  "bun": "./dist/example.js",
116
- "node": "./dist/node/example.mjs",
116
+ "node": "./dist/node/example.js",
117
117
  "browser": "./dist/browser/example.js",
118
118
  "default": "./dist/example.js"
119
119
  },
120
120
  "./posthog": {
121
121
  "types": "./dist/posthog.d.ts",
122
122
  "bun": "./dist/posthog.js",
123
- "node": "./dist/node/posthog.mjs",
123
+ "node": "./dist/node/posthog.js",
124
124
  "browser": "./dist/browser/posthog.js",
125
125
  "default": "./dist/posthog.js"
126
126
  },
127
127
  "./run": {
128
128
  "types": "./dist/run.d.ts",
129
129
  "bun": "./dist/run.js",
130
- "node": "./dist/node/run.mjs",
130
+ "node": "./dist/node/run.js",
131
131
  "browser": "./dist/browser/run.js",
132
132
  "default": "./dist/run.js"
133
133
  }