@posthog/convex 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -235,7 +235,7 @@ All feature flag methods accept optional `groups`, `personProperties`, `groupPro
235
235
 
236
236
  ## 📦 Example
237
237
 
238
- See the [example app](./example) for a working demo.
238
+ See the [example app](../../examples/example-convex/) for a working demo.
239
239
 
240
240
  ## 🛠️ Development
241
241
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "url": "https://github.com/PostHog/posthog-js/issues"
12
12
  },
13
13
  "author": "PostHog Inc.",
14
- "version": "0.1.0",
14
+ "version": "0.1.1",
15
15
  "license": "MIT",
16
16
  "keywords": [
17
17
  "convex",
@@ -48,8 +48,8 @@
48
48
  "types": "./dist/client/index.d.ts",
49
49
  "module": "./dist/client/index.js",
50
50
  "dependencies": {
51
- "posthog-node": "5.24.16",
52
- "@posthog/core": "1.23.0"
51
+ "@posthog/core": "1.23.1",
52
+ "posthog-node": "5.24.17"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@convex-dev/eslint-plugin": "^1.1.1",