@lowerdeck/sentry 1.0.1 → 1.0.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,9 +1,15 @@
1
1
  {
2
2
  "name": "@lowerdeck/sentry",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
+ "files": [
8
+ "src/**",
9
+ "dist/**",
10
+ "README.md",
11
+ "package.json"
12
+ ],
7
13
  "author": "Tobias Herber",
8
14
  "license": "Apache 2",
9
15
  "type": "module",
@@ -21,10 +27,10 @@
21
27
  "scripts": {
22
28
  "test": "vitest run --passWithNoTests",
23
29
  "lint": "prettier src/**/*.ts --check",
24
- "build": "microbundle"
30
+ "build": "rm -rf ./dist && microbundle"
25
31
  },
26
32
  "devDependencies": {
27
- "@lowerdeck/tsconfig": "^1.0.0",
33
+ "@lowerdeck/tsconfig": "^1.0.1",
28
34
  "typescript": "5.8.2",
29
35
  "microbundle": "^0.15.1",
30
36
  "vitest": "^3.1.2"
@@ -1,12 +0,0 @@
1
-
2
- $ microbundle
3
- No name was provided for external module '@sentry/core' in output.globals – guessing 'SentryBase'
4
- Build "@lowerdeck/sentry" to dist:
5
- 272 B: index.cjs.gz
6
- 219 B: index.cjs.br
7
- 117 B: index.module.js.gz
8
- 95 B: index.module.js.br
9
- 127 B: index.module.js.gz
10
- 96 B: index.module.js.br
11
- 366 B: index.umd.js.gz
12
- 308 B: index.umd.js.br
@@ -1,23 +0,0 @@
1
-
2
- $ vitest run --passWithNoTests
3
- [?25l
4
-  RUN  v3.2.4 /Users/tobias/code/metorial/metorial-enterprise/oss/src/packages/backend/redis
5
-
6
- [?2026h
7
-  ❯ src/utils/parseRedisUrl.test.ts [queued]
8
-
9
-  Test Files 0 passed (1)
10
-  Tests 0 passed (0)
11
-  Start at 12:11:28
12
-  Duration 101ms
13
- [?2026l ✓ src/utils/parseRedisUrl.test.ts (3 tests) 2ms
14
- ✓ parseRedisUrl > should parse a valid Redis URL 1ms
15
- ✓ parseRedisUrl > should parse a Redis URL with password 0ms
16
- ✓ parseRedisUrl > should parse a Redis URL with a different database 0ms
17
-
18
-  Test Files  1 passed (1)
19
-  Tests  3 passed (3)
20
-  Start at  12:11:28
21
-  Duration  222ms (transform 31ms, setup 0ms, collect 28ms, tests 2ms, environment 0ms, prepare 41ms)
22
-
23
- [?25h
package/CHANGELOG.md DELETED
@@ -1,7 +0,0 @@
1
- # @lowerdeck/sentry
2
-
3
- ## 1.0.1
4
-
5
- ### Patch Changes
6
-
7
- - add readmes