posthog-react-native 4.47.0 → 4.47.1
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 +7 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
# PostHog React Native
|
|
1
|
+
# PostHog React Native package
|
|
2
2
|
|
|
3
|
-
Please see the main [PostHog docs](https://
|
|
3
|
+
Please see the main [PostHog docs](https://posthog.com/docs).
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
SDK usage examples and code snippets live in the official documentation so they stay up to date.
|
|
6
|
+
|
|
7
|
+
## Documentation
|
|
8
|
+
|
|
9
|
+
- [React Native library docs](https://posthog.com/docs/libraries/react-native)
|
|
6
10
|
|
|
7
11
|
## Questions??
|
|
8
12
|
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "4.47.
|
|
1
|
+
export declare const version = "4.47.1";
|
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.47.
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.version=void 0;var version=exports.version="4.47.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "posthog-react-native",
|
|
3
|
-
"version": "4.47.
|
|
3
|
+
"version": "4.47.1",
|
|
4
|
+
"bugs": {
|
|
5
|
+
"url": "https://github.com/PostHog/posthog-js/issues"
|
|
6
|
+
},
|
|
4
7
|
"license": "MIT",
|
|
5
8
|
"main": "dist/index.js",
|
|
6
9
|
"types": "dist/index.d.ts",
|
|
@@ -28,8 +31,8 @@
|
|
|
28
31
|
"directory": "packages/react-native"
|
|
29
32
|
},
|
|
30
33
|
"dependencies": {
|
|
31
|
-
"@posthog/
|
|
32
|
-
"@posthog/
|
|
34
|
+
"@posthog/types": "^1.386.4",
|
|
35
|
+
"@posthog/core": "^1.32.4"
|
|
33
36
|
},
|
|
34
37
|
"devDependencies": {
|
|
35
38
|
"@babel/cli": "^7.19.3",
|