@launchdarkly/observability 1.1.0 → 1.1.2

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,58 +1,58 @@
1
1
  {
2
- "name": "@launchdarkly/observability",
3
- "version": "1.1.0",
4
- "description": "Browser observability for your web app. Capture frontend metrics, errors, logs and traces.",
5
- "keywords": [
6
- "launchdarkly",
7
- "error monitoring",
8
- "logging",
9
- "tracing",
10
- "metrics",
11
- "debugging",
12
- "observability",
13
- "browser",
14
- "library"
15
- ],
16
- "homepage": "https://github.com/launchdarkly/observability-sdk#readme",
17
- "bugs": {
18
- "url": "https://github.com/launchdarkly/observability-sdk/issues",
19
- "email": "support@launchdarkly.com"
20
- },
21
- "license": "Apache-2.0",
22
- "repository": {
23
- "type": "git",
24
- "url": "https://github.com/launchdarkly/observability-sdk.git"
25
- },
26
- "scripts": {
27
- "typegen": "tsc",
28
- "build": "vite build"
29
- },
30
- "dependencies": {
31
- "highlight.run": "workspace:*"
32
- },
33
- "devDependencies": {
34
- "rollup-plugin-visualizer": "^5.14.0",
35
- "typescript": "^5.8.3",
36
- "vite": "^6.3.4",
37
- "vitest": "^3.1.2"
38
- },
39
- "type": "module",
40
- "main": "./dist/index.js",
41
- "module": "./dist/index.js",
42
- "unpkg": "./dist/index.umd.js",
43
- "jsdelivr": "./dist/index.umd.js",
44
- "types": "./dist/index.d.ts",
45
- "files": [
46
- "dist"
47
- ],
48
- "size-limit": [
49
- {
50
- "path": [
51
- "dist/*.js",
52
- "!dist/*.umd.js"
53
- ],
54
- "limit": "256 kB",
55
- "brotli": true
56
- }
57
- ]
58
- }
2
+ "name": "@launchdarkly/observability",
3
+ "version": "1.1.2",
4
+ "description": "Browser observability for your web app. Capture frontend metrics, errors, logs, and traces.",
5
+ "keywords": [
6
+ "launchdarkly",
7
+ "error monitoring",
8
+ "logging",
9
+ "tracing",
10
+ "metrics",
11
+ "debugging",
12
+ "observability",
13
+ "browser",
14
+ "library"
15
+ ],
16
+ "homepage": "https://github.com/launchdarkly/observability-sdk#readme",
17
+ "bugs": {
18
+ "url": "https://github.com/launchdarkly/observability-sdk/issues",
19
+ "email": "support@launchdarkly.com"
20
+ },
21
+ "license": "Apache-2.0",
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://github.com/launchdarkly/observability-sdk.git"
25
+ },
26
+ "scripts": {
27
+ "typegen": "tsc",
28
+ "build": "vite build"
29
+ },
30
+ "dependencies": {
31
+ "highlight.run": "10.0.0"
32
+ },
33
+ "devDependencies": {
34
+ "rollup-plugin-visualizer": "^5.14.0",
35
+ "typescript": "^5.8.3",
36
+ "vite": "^6.3.4",
37
+ "vitest": "^3.1.2"
38
+ },
39
+ "type": "module",
40
+ "main": "./dist/index.js",
41
+ "module": "./dist/index.js",
42
+ "unpkg": "./dist/index.umd.js",
43
+ "jsdelivr": "./dist/index.umd.js",
44
+ "types": "./dist/index.d.ts",
45
+ "files": [
46
+ "dist"
47
+ ],
48
+ "size-limit": [
49
+ {
50
+ "path": [
51
+ "dist/*.js",
52
+ "!dist/*.umd.js"
53
+ ],
54
+ "limit": "256 kB",
55
+ "brotli": true
56
+ }
57
+ ]
58
+ }