tapeworm 0.6.0-beta.0 → 0.6.0

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # tapeworm
2
2
 
3
- ## 0.6.0-beta.0
3
+ ## 0.6.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,3 +11,7 @@
11
11
  - Migrate all test suites to vitest
12
12
  - Add CJS backward-compatibility shims to preserve existing require() API
13
13
  - Fix \_partitions initialization bug and indexeddb loadSnapshot error handler
14
+
15
+ ### Patch Changes
16
+
17
+ - Upgrade packages to fix vulnerabilities.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tapeworm",
3
- "version": "0.6.0-beta.0",
3
+ "version": "0.6.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -32,13 +32,13 @@
32
32
  "@biomejs/biome": "2.2.4",
33
33
  "@types/bluebird": "3.5.42",
34
34
  "@types/lodash": "4.17.24",
35
- "@types/node": "25.6.0",
35
+ "@types/node": "26.5.1",
36
36
  "@types/uuid": "8.3.4",
37
- "vitest": "^3.2.4"
37
+ "vitest": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
40
  "bluebird": "^2.5.2",
41
41
  "lodash": "^4.18.0",
42
- "uuid": "^8.3.2"
42
+ "uuid": "^11.1.1"
43
43
  }
44
44
  }
@@ -1,6 +0,0 @@
1
-
2
-
3
- > tapeworm@0.6.0-beta.0 build
4
- > tsc && node scripts/postbuild.js
5
-
6
- ⠙
@@ -1,33 +0,0 @@
1
-
2
-
3
- > tapeworm@0.6.0-beta.0 test
4
- > vitest run
5
-
6
- [?25l
7
-  RUN  v3.2.4 /home/kennyek/dev/surikaterna/tapeworm/packages/tapeworm
8
-
9
- [?2026h
10
-  ❯ test/persistence/inmemory.ts [queued]
11
-
12
-  Test Files 0 passed (4)
13
-  Tests 0 passed (0)
14
-  Start at 13:12:03
15
-  Duration 100ms
16
- [?2026l[?2026h ✓ test/event_partition.ts (10 tests) 7ms
17
- ✓ test/event_store.ts (3 tests) 8ms
18
- ✓ test/event_stream.ts (11 tests) 5ms
19
-
20
-  ❯ test/persistence/inmemory.ts 0/10
21
-
22
-  Test Files 3 passed (4)
23
-  Tests 24 passed (34)
24
-  Start at 13:12:03
25
-  Duration 201ms
26
- [?2026l ✓ test/persistence/inmemory.ts (10 tests) 6ms
27
-
28
-  Test Files  4 passed (4)
29
-  Tests  34 passed (34)
30
-  Start at  13:12:03
31
-  Duration  270ms (transform 112ms, setup 0ms, collect 324ms, tests 26ms, environment 0ms, prepare 161ms)
32
-
33
- [?25h⠙