jazz-run 0.8.32 → 0.8.35
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +23 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,28 @@
|
|
1
1
|
# jazz-run
|
2
2
|
|
3
|
+
## 0.8.35
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [3f15a23]
|
8
|
+
- Updated dependencies [46f2ab8]
|
9
|
+
- Updated dependencies [8b87117]
|
10
|
+
- Updated dependencies [a6b6ccf]
|
11
|
+
- cojson@0.8.35
|
12
|
+
- cojson-storage-sqlite@0.8.35
|
13
|
+
- jazz-tools@0.8.35
|
14
|
+
- cojson-transport-ws@0.8.35
|
15
|
+
|
16
|
+
## 0.8.34
|
17
|
+
|
18
|
+
### Patch Changes
|
19
|
+
|
20
|
+
- Updated dependencies [e4f110f]
|
21
|
+
- cojson@0.8.34
|
22
|
+
- cojson-storage-sqlite@0.8.34
|
23
|
+
- cojson-transport-ws@0.8.34
|
24
|
+
- jazz-tools@0.8.34
|
25
|
+
|
3
26
|
## 0.8.32
|
4
27
|
|
5
28
|
### 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.35",
|
7
7
|
"dependencies": {
|
8
8
|
"@effect/cli": "^0.41.2",
|
9
9
|
"@effect/platform-node": "^0.57.2",
|
@@ -11,15 +11,15 @@
|
|
11
11
|
"@effect/printer-ansi": "^0.34.5",
|
12
12
|
"@effect/schema": "^0.71.1",
|
13
13
|
"@effect/typeclass": "^0.25.5",
|
14
|
-
"cojson": "0.8.
|
15
|
-
"cojson-storage-sqlite": "0.8.
|
16
|
-
"cojson-transport-ws": "0.8.
|
14
|
+
"cojson": "0.8.35",
|
15
|
+
"cojson-storage-sqlite": "0.8.35",
|
16
|
+
"cojson-transport-ws": "0.8.35",
|
17
17
|
"effect": "^3.6.5",
|
18
|
-
"jazz-tools": "0.8.
|
18
|
+
"jazz-tools": "0.8.35",
|
19
19
|
"ws": "^8.14.2"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@types/ws": "
|
22
|
+
"@types/ws": "8.5.10",
|
23
23
|
"typescript": "^5.3.3"
|
24
24
|
},
|
25
25
|
"scripts": {
|