jazz-run 0.7.29 → 0.7.31
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# jazz-autosub
|
2
2
|
|
3
|
+
## 0.7.31
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies
|
8
|
+
- Updated dependencies
|
9
|
+
- cojson-transport-ws@0.7.31
|
10
|
+
- cojson@0.7.31
|
11
|
+
- jazz-tools@0.7.31
|
12
|
+
|
13
|
+
## 0.7.30
|
14
|
+
|
15
|
+
### Patch Changes
|
16
|
+
|
17
|
+
- Updated dependencies
|
18
|
+
- cojson-transport-ws@0.7.30
|
19
|
+
|
3
20
|
## 0.7.29
|
4
21
|
|
5
22
|
### 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.7.
|
6
|
+
"version": "0.7.31",
|
7
7
|
"dependencies": {
|
8
8
|
"@effect/cli": "^0.36.21",
|
9
9
|
"@effect/platform-node": "^0.49.2",
|
@@ -11,9 +11,9 @@
|
|
11
11
|
"effect": "^3.5.2",
|
12
12
|
"fast-check": "^3.17.2",
|
13
13
|
"ws": "^8.14.2",
|
14
|
-
"cojson": "0.7.
|
15
|
-
"cojson
|
16
|
-
"jazz-tools": "0.7.
|
14
|
+
"cojson-transport-ws": "0.7.31",
|
15
|
+
"cojson": "0.7.31",
|
16
|
+
"jazz-tools": "0.7.31"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
19
|
"@types/ws": "^8.5.5",
|