@hellyeah/x-ray 0.1.0-beta.5 → 0.1.0-beta.6
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 +3 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-

|
|
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
|
-
<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
|
-
<
|
|
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>
|
|
7
|
+
<a href="https://www.npmjs.com/package/@hellyeah/x-ray"><img src="https://img.shields.io/npm/v/@hellyeah/x-ray/beta.svg?label=npm%20%40beta" alt="npm beta version" /></a>
|
|
8
|
+
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license: MIT" />
|
|
10
9
|
</div>
|
|
11
10
|
|
|
12
11
|
## Overview
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hellyeah/x-ray",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.6",
|
|
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": "^
|
|
206
|
+
"next": "^16",
|
|
207
207
|
"react": "^19",
|
|
208
208
|
"react-dom": "^19.2.4",
|
|
209
209
|
"vue": "^3"
|