@bugban/js 1.0.0 → 1.0.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.
package/package.json CHANGED
@@ -1,11 +1,21 @@
1
1
  {
2
2
  "name": "@bugban/js",
3
- "version": "1.0.0",
4
- "description": "Bugban error & performance monitoring SDK framework-agnostic JavaScript/TypeScript core for browsers and Node.js.",
5
- "keywords": ["bugban", "error-tracking", "monitoring", "web-vitals", "exceptions", "observability"],
3
+ "version": "1.0.1",
4
+ "description": "Bugban error & performance monitoring SDK \u2014 framework-agnostic JavaScript/TypeScript core for browsers and Node.js.",
5
+ "keywords": [
6
+ "bugban",
7
+ "error-tracking",
8
+ "monitoring",
9
+ "web-vitals",
10
+ "exceptions",
11
+ "observability"
12
+ ],
6
13
  "license": "MIT",
7
14
  "homepage": "https://bugban.online",
8
- "repository": { "type": "git", "url": "git+https://github.com/Umid-ismayilov/bugban-js.git" },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/Umid-ismayilov/bugban-js.git"
18
+ },
9
19
  "type": "module",
10
20
  "main": "./dist/index.cjs",
11
21
  "module": "./dist/index.js",
@@ -17,12 +27,17 @@
17
27
  "require": "./dist/index.cjs"
18
28
  }
19
29
  },
20
- "files": ["dist", "README.md"],
30
+ "files": [
31
+ "dist",
32
+ "README.md"
33
+ ],
21
34
  "sideEffects": false,
22
35
  "engines": {
23
36
  "node": ">=12"
24
37
  },
25
- "publishConfig": { "access": "public" },
38
+ "publishConfig": {
39
+ "access": "public"
40
+ },
26
41
  "scripts": {
27
42
  "build": "tsup",
28
43
  "prepublishOnly": "npm run build"