jazz-run 0.8.12 → 0.8.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # jazz-run
2
2
 
3
+ ## 0.8.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [36273b3]
8
+ - jazz-tools@0.8.14
9
+
10
+ ## 0.8.13
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [fd011d7]
15
+ - Updated dependencies [e0dd006]
16
+ - jazz-tools@0.8.13
17
+ - cojson-transport-ws@0.8.13
18
+
3
19
  ## 0.8.12
4
20
 
5
21
  ### 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.12",
6
+ "version": "0.8.14",
7
7
  "dependencies": {
8
8
  "@effect/cli": "^0.41.2",
9
9
  "@effect/platform-node": "^0.57.2",
@@ -13,9 +13,9 @@
13
13
  "@effect/typeclass": "^0.25.5",
14
14
  "cojson": "0.8.12",
15
15
  "cojson-storage-sqlite": "0.8.12",
16
- "cojson-transport-ws": "0.8.12",
16
+ "cojson-transport-ws": "0.8.13",
17
17
  "effect": "^3.6.5",
18
- "jazz-tools": "0.8.12",
18
+ "jazz-tools": "0.8.14",
19
19
  "ws": "^8.14.2"
20
20
  },
21
21
  "devDependencies": {