jazz-tools 0.7.33-hotfixes.4 → 0.7.33

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
 
2
- > jazz-tools@0.7.33-hotfixes.0 build /Users/anselm/jazz/jazz/packages/jazz-tools
2
+ > jazz-tools@0.7.33 build /Users/anselm/jazz/jazz/packages/jazz-tools
3
3
  > npm run lint && rm -rf ./dist && tsc --sourceMap --outDir dist
4
4
 
5
5
 
6
- > jazz-tools@0.7.33-hotfixes.0 lint
6
+ > jazz-tools@0.7.33 lint
7
7
  > eslint . --ext ts,tsx
8
8
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # jazz-autosub
2
2
 
3
+ ## 0.7.33
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b297c93]
8
+ - Updated dependencies [3bf5127]
9
+ - Updated dependencies [a8b74ff]
10
+ - Updated dependencies [db53161]
11
+ - cojson@0.7.33
12
+
13
+ ## 0.7.33-hotfixes.5
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - cojson@0.7.33-hotfixes.5
19
+
3
20
  ## 0.7.33-hotfixes.4
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -5,10 +5,10 @@
5
5
  "types": "./src/index.ts",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
- "version": "0.7.33-hotfixes.4",
8
+ "version": "0.7.33",
9
9
  "dependencies": {
10
10
  "fast-check": "^3.17.2",
11
- "cojson": "0.7.33-hotfixes.4"
11
+ "cojson": "0.7.33"
12
12
  },
13
13
  "devDependencies": {
14
14
  "typescript": "^5.3.3",