jazz-run 0.7.34-neverthrow.8 → 0.7.34
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 +20 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# jazz-autosub
|
|
2
2
|
|
|
3
|
+
## 0.7.34
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1232c02: Hack to make jazz-run account create work
|
|
8
|
+
- 2c3a40c: Use fork of queueable
|
|
9
|
+
- 0d8175b: Fix deps even more
|
|
10
|
+
- 032f69f: Fix peer deps
|
|
11
|
+
- 4e16575: Use queueable fork
|
|
12
|
+
- Updated dependencies [5d91f9f]
|
|
13
|
+
- Updated dependencies [5094e6d]
|
|
14
|
+
- Updated dependencies [b09589b]
|
|
15
|
+
- Updated dependencies [2c3a40c]
|
|
16
|
+
- Updated dependencies [406ab9b]
|
|
17
|
+
- Updated dependencies [4e16575]
|
|
18
|
+
- Updated dependencies [ea882ab]
|
|
19
|
+
- cojson@0.7.34
|
|
20
|
+
- cojson-transport-ws@0.7.34
|
|
21
|
+
- jazz-tools@0.7.34
|
|
22
|
+
|
|
3
23
|
## 0.7.34-neverthrow.8
|
|
4
24
|
|
|
5
25
|
### 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.34
|
|
6
|
+
"version": "0.7.34",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"effect": "^3.6.5",
|
|
9
9
|
"@effect/cli": "^0.41.2",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"@effect/printer-ansi": "^0.34.5",
|
|
14
14
|
"@effect/typeclass": "^0.25.5",
|
|
15
15
|
"ws": "^8.14.2",
|
|
16
|
-
"cojson": "0.7.34
|
|
17
|
-
"cojson-transport-ws": "0.7.34
|
|
18
|
-
"jazz-tools": "0.7.34
|
|
16
|
+
"cojson": "0.7.34",
|
|
17
|
+
"cojson-transport-ws": "0.7.34",
|
|
18
|
+
"jazz-tools": "0.7.34"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/ws": "^8.5.5",
|