jazz-run 0.8.45 → 0.8.49

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
 
2
- > jazz-run@0.8.45 build /home/runner/work/jazz/jazz/packages/jazz-run
2
+ > jazz-run@0.8.49 build /home/runner/work/jazz/jazz/packages/jazz-run
3
3
  > rm -rf ./dist && tsc --sourceMap --outDir dist && chmod +x ./dist/index.js
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # jazz-run
2
2
 
3
+ ## 0.8.49
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [25dfd90]
8
+ - cojson@0.8.49
9
+ - cojson-storage-sqlite@0.8.49
10
+ - cojson-transport-ws@0.8.49
11
+ - jazz-tools@0.8.49
12
+
13
+ ## 0.8.48
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [635e824]
18
+ - Updated dependencies [10ea733]
19
+ - Updated dependencies [0a85982]
20
+ - jazz-tools@0.8.48
21
+ - cojson@0.8.48
22
+ - cojson-storage-sqlite@0.8.48
23
+ - cojson-transport-ws@0.8.48
24
+
3
25
  ## 0.8.45
4
26
 
5
27
  ### 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.45",
6
+ "version": "0.8.49",
7
7
  "exports": {
8
8
  "./startSyncServer": {
9
9
  "import": "./dist/startSyncServer.js",
@@ -21,11 +21,11 @@
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.45",
25
- "cojson-storage-sqlite": "0.8.45",
26
- "cojson-transport-ws": "0.8.45",
24
+ "cojson": "0.8.49",
25
+ "cojson-storage-sqlite": "0.8.49",
26
+ "cojson-transport-ws": "0.8.49",
27
27
  "effect": "^3.6.5",
28
- "jazz-tools": "0.8.45",
28
+ "jazz-tools": "0.8.49",
29
29
  "ws": "^8.14.2"
30
30
  },
31
31
  "devDependencies": {