@squasher-ai/browser-logger 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 +2 -10
package/README.md CHANGED
@@ -8,5 +8,5 @@ Squasher browser console transport
8
8
  npm install @squasher-ai/browser-logger
9
9
  ```
10
10
 
11
- Docs: https://docs.squasher.ai/sdks/browser-logger
11
+ Docs: https://docs.squasher.ai
12
12
  Homepage: https://squasher.ai
package/package.json CHANGED
@@ -1,17 +1,9 @@
1
1
  {
2
2
  "name": "@squasher-ai/browser-logger",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Squasher browser console transport",
5
- "homepage": "https://squasher.ai",
5
+ "homepage": "https://docs.squasher.ai",
6
6
  "license": "MIT",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/squasher-ai/squasher.git",
10
- "directory": "packages/browser-logger"
11
- },
12
- "bugs": {
13
- "url": "https://github.com/squasher-ai/squasher/issues"
14
- },
15
7
  "publishConfig": {
16
8
  "access": "public"
17
9
  },