@hellyeah/x-ray 0.1.0-beta.5 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,12 +1,11 @@
1
- ![X-Ray Analytics](https://github.com/finalroundai/xray-sdk/blob/main/.github/banner.png)
1
+ ![X-Ray Analytics](https://github.com/user-attachments/assets/943257f8-ba81-4165-97ca-d5af1203e145)
2
2
 
3
3
  <div align="center">
4
4
  <strong>X-Ray Analytics SDK</strong>
5
5
  <br />
6
6
  <p>Privacy-friendly analytics for web and server applications</p>
7
7
  <a href="https://www.npmjs.com/package/@hellyeah/x-ray"><img src="https://img.shields.io/npm/v/@hellyeah/x-ray.svg" alt="npm version" /></a>
8
- <a href="https://www.npmjs.com/package/@hellyeah/x-ray"><img src="https://img.shields.io/npm/dm/@hellyeah/x-ray.svg" alt="npm downloads" /></a>
9
- <a href="https://github.com/finalroundai/xray-sdk/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@hellyeah/x-ray.svg" alt="license" /></a>
8
+ <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license: MIT" />
10
9
  </div>
11
10
 
12
11
  ## Overview
@@ -20,7 +19,7 @@ All page views are automatically tracked by default. Custom events and user iden
20
19
  1. Install the package
21
20
 
22
21
  ```bash
23
- npm install @hellyeah/x-ray@beta
22
+ npm install @hellyeah/x-ray
24
23
  ```
25
24
 
26
25
  2. Add analytics to your app
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellyeah/x-ray",
3
- "version": "0.1.0-beta.5",
3
+ "version": "0.1.0",
4
4
  "description": "Multi-platform analytics SDK for browser, React, Next.js, Remix, Vue, Svelte, Nuxt, Astro, and server environments",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -203,7 +203,7 @@
203
203
  "@types/react-dom": "^19.2.3",
204
204
  "bunup": "^0.16.31",
205
205
  "happy-dom": "^20.8.4",
206
- "next": "^15",
206
+ "next": "^16",
207
207
  "react": "^19",
208
208
  "react-dom": "^19.2.4",
209
209
  "vue": "^3"