@hellyeah/x-ray 0.1.0-beta.6 → 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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
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/beta.svg?label=npm%20%40beta" alt="npm beta version" /></a>
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
8
  <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license: MIT" />
9
9
  </div>
10
10
 
@@ -19,7 +19,7 @@ All page views are automatically tracked by default. Custom events and user iden
19
19
  1. Install the package
20
20
 
21
21
  ```bash
22
- npm install @hellyeah/x-ray@beta
22
+ npm install @hellyeah/x-ray
23
23
  ```
24
24
 
25
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.6",
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": {