@xyph3r/faultline 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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Self-hosted error tracking SDK. Zero dependencies, works everywhere.
4
4
 
5
5
  ```ts
6
- import { Faultline } from "faultline"
6
+ import { Faultline } from "@xyph3r/faultline"
7
7
 
8
8
  Faultline.init({
9
9
  dsn: process.env.FAULTLINE_DSN,
@@ -27,7 +27,7 @@ Faultline.on("beforeCapture", (payload) => {
27
27
  ## Install
28
28
 
29
29
  ```bash
30
- npm install faultline
30
+ npm install @xyph3r/faultline
31
31
  ```
32
32
 
33
33
  ## Requirements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyph3r/faultline",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Self-hosted error tracking SDK. Zero dependencies, works everywhere.",
5
5
  "license": "MIT",
6
6
  "repository": {