cojson 0.7.33-hotfixes.5 → 0.7.33

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.
@@ -1,8 +1,8 @@
1
1
 
2
- > cojson@0.7.33-hotfixes.0 build /Users/anselm/jazz/jazz/packages/cojson
2
+ > cojson@0.7.33 build /Users/anselm/jazz/jazz/packages/cojson
3
3
  > npm run lint && rm -rf ./dist && tsc --sourceMap --outDir dist
4
4
 
5
5
 
6
- > cojson@0.7.33-hotfixes.0 lint
6
+ > cojson@0.7.33 lint
7
7
  > eslint . --ext ts,tsx
8
8
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # cojson
2
2
 
3
+ ## 0.7.33
4
+
5
+ ### Patch Changes
6
+
7
+ - b297c93: Improve logging
8
+ - 3bf5127: Allow crashing whole node on peer errors
9
+ - a8b74ff: Throw properly on peer that should crash on close
10
+
3
11
  ## 0.7.33-hotfixes.5
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "types": "src/index.ts",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
- "version": "0.7.33-hotfixes.5",
8
+ "version": "0.7.33",
9
9
  "devDependencies": {
10
10
  "@types/jest": "^29.5.3",
11
11
  "@typescript-eslint/eslint-plugin": "^6.2.1",