jazz-tools 0.7.16 → 0.7.17

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # jazz-autosub
2
2
 
3
+ ## 0.7.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - cojson@0.7.17
9
+
3
10
  ## 0.7.16
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -5,12 +5,12 @@
5
5
  "types": "./src/index.ts",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
- "version": "0.7.16",
8
+ "version": "0.7.17",
9
9
  "dependencies": {
10
10
  "@effect/schema": "^0.66.16",
11
11
  "effect": "^3.1.5",
12
12
  "fast-check": "^3.17.2",
13
- "cojson": "0.7.14"
13
+ "cojson": "0.7.17"
14
14
  },
15
15
  "devDependencies": {
16
16
  "typescript": "^5.3.3",