posthog-react-native 4.12.4 → 4.13.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.
package/README.md CHANGED
@@ -4,6 +4,6 @@ Please see the main [PostHog docs](https://www.posthog.com/docs).
4
4
 
5
5
  Specifically, the [React Native docs](https://posthog.com/docs/libraries/react-native) details.
6
6
 
7
- ## Questions?
7
+ ## Questions??
8
8
 
9
9
  ### [Check out our community page.](https://posthog.com/posts)
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "4.12.4";
1
+ export declare const version = "4.13.0";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.version=void 0;var version=exports.version="4.12.4";
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.version=void 0;var version=exports.version="4.13.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "posthog-react-native",
3
- "version": "4.12.4",
3
+ "version": "4.13.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "directory": "packages/react-native"
25
25
  },
26
26
  "dependencies": {
27
- "@posthog/core": "1.5.5"
27
+ "@posthog/core": "1.6.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@babel/cli": "^7.19.3",
@@ -55,8 +55,8 @@
55
55
  "react-native-svg": "^15.0.0",
56
56
  "ts-jest": "29.4.0",
57
57
  "typescript": "5.8.2",
58
- "@posthog-tooling/tsconfig-base": "1.0.0",
59
- "@posthog-tooling/rollup-utils": "1.0.0"
58
+ "@posthog-tooling/rollup-utils": "1.1.0",
59
+ "@posthog-tooling/tsconfig-base": "1.1.0"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@react-native-async-storage/async-storage": ">=1.0.0",