jazz-run 0.8.39 → 0.8.41
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# jazz-run
|
2
2
|
|
3
|
+
## 0.8.41
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [3252502]
|
8
|
+
- Updated dependencies [6370348]
|
9
|
+
- Updated dependencies [ac216b9]
|
10
|
+
- cojson@0.8.41
|
11
|
+
- cojson-storage-sqlite@0.8.41
|
12
|
+
- cojson-transport-ws@0.8.41
|
13
|
+
- jazz-tools@0.8.41
|
14
|
+
|
15
|
+
## 0.8.40
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- cojson-storage-sqlite@0.8.40
|
20
|
+
|
3
21
|
## 0.8.39
|
4
22
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"bin": "./dist/index.js",
|
4
4
|
"type": "module",
|
5
5
|
"license": "MIT",
|
6
|
-
"version": "0.8.
|
6
|
+
"version": "0.8.41",
|
7
7
|
"exports": {
|
8
8
|
"./startSyncServer": {
|
9
9
|
"import": "./dist/startSyncServer.js",
|
@@ -21,16 +21,16 @@
|
|
21
21
|
"@effect/printer-ansi": "^0.34.5",
|
22
22
|
"@effect/schema": "^0.71.1",
|
23
23
|
"@effect/typeclass": "^0.25.5",
|
24
|
-
"cojson": "0.8.
|
25
|
-
"cojson-storage-sqlite": "0.8.
|
26
|
-
"cojson-transport-ws": "0.8.
|
24
|
+
"cojson": "0.8.41",
|
25
|
+
"cojson-storage-sqlite": "0.8.41",
|
26
|
+
"cojson-transport-ws": "0.8.41",
|
27
27
|
"effect": "^3.6.5",
|
28
|
-
"jazz-tools": "0.8.
|
28
|
+
"jazz-tools": "0.8.41",
|
29
29
|
"ws": "^8.14.2"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
32
|
"@types/ws": "8.5.10",
|
33
|
-
"typescript": "
|
33
|
+
"typescript": "~5.6.2"
|
34
34
|
},
|
35
35
|
"scripts": {
|
36
36
|
"format-and-lint": "biome check .",
|