jazz-run 0.8.13 → 0.8.15

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # jazz-run
2
2
 
3
+ ## 0.8.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [cce679b]
8
+ - jazz-tools@0.8.15
9
+
10
+ ## 0.8.14
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [36273b3]
15
+ - jazz-tools@0.8.14
16
+
3
17
  ## 0.8.13
4
18
 
5
19
  ### 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.13",
6
+ "version": "0.8.15",
7
7
  "dependencies": {
8
8
  "@effect/cli": "^0.41.2",
9
9
  "@effect/platform-node": "^0.57.2",
@@ -15,7 +15,7 @@
15
15
  "cojson-storage-sqlite": "0.8.12",
16
16
  "cojson-transport-ws": "0.8.13",
17
17
  "effect": "^3.6.5",
18
- "jazz-tools": "0.8.13",
18
+ "jazz-tools": "0.8.15",
19
19
  "ws": "^8.14.2"
20
20
  },
21
21
  "devDependencies": {