jazz-run 0.7.34-neverthrow.5 → 0.7.34-neverthrow.8

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-run@0.7.34-neverthrow.3 build /Users/anselm/jazz/jazz/packages/jazz-run
2
+ > jazz-run@0.7.34-neverthrow.7 build /Users/anselm/jazz/jazz/packages/jazz-run
3
3
  > npm run lint && rm -rf ./dist && tsc --sourceMap --outDir dist
4
4
 
5
5
 
6
- > jazz-run@0.7.34-neverthrow.3 lint
6
+ > jazz-run@0.7.34-neverthrow.7 lint
7
7
  > eslint . --ext ts,tsx
8
8
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # jazz-autosub
2
2
 
3
+ ## 0.7.34-neverthrow.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Use queueable fork
8
+ - Updated dependencies
9
+ - cojson@0.7.34-neverthrow.8
10
+ - cojson-transport-ws@0.7.34-neverthrow.8
11
+ - jazz-tools@0.7.34-neverthrow.8
12
+
13
+ ## 0.7.34-neverthrow.7
14
+
15
+ ### Patch Changes
16
+
17
+ - Use fork of queueable
18
+ - Updated dependencies
19
+ - cojson@0.7.34-neverthrow.7
20
+ - cojson-transport-ws@0.7.34-neverthrow.7
21
+ - jazz-tools@0.7.34-neverthrow.7
22
+
23
+ ## 0.7.34-neverthrow.6
24
+
25
+ ### Patch Changes
26
+
27
+ - Fix deps even more
28
+
29
+ ## 0.7.34-neverthrow.6
30
+
31
+ ### Patch Changes
32
+
33
+ - Fix peer deps
34
+
3
35
  ## 0.7.34-neverthrow.5
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -3,22 +3,23 @@
3
3
  "bin": "./dist/index.js",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
- "version": "0.7.34-neverthrow.5",
6
+ "version": "0.7.34-neverthrow.8",
7
7
  "dependencies": {
8
- "@effect/cli": "^0.36.21",
9
- "@effect/platform-node": "^0.49.2",
10
- "@effect/schema": "^0.66.16",
11
- "effect": "^3.5.2",
12
- "fast-check": "^3.17.2",
8
+ "effect": "^3.6.5",
9
+ "@effect/cli": "^0.41.2",
10
+ "@effect/schema": "^0.71.1",
11
+ "@effect/platform-node": "^0.57.2",
12
+ "@effect/printer": "^0.34.5",
13
+ "@effect/printer-ansi": "^0.34.5",
14
+ "@effect/typeclass": "^0.25.5",
13
15
  "ws": "^8.14.2",
14
- "cojson": "0.7.34-neverthrow.4",
15
- "cojson-transport-ws": "0.7.34-neverthrow.4",
16
- "jazz-tools": "0.7.34-neverthrow.4"
16
+ "cojson": "0.7.34-neverthrow.8",
17
+ "cojson-transport-ws": "0.7.34-neverthrow.8",
18
+ "jazz-tools": "0.7.34-neverthrow.8"
17
19
  },
18
20
  "devDependencies": {
19
21
  "@types/ws": "^8.5.5",
20
- "typescript": "^5.3.3",
21
- "vitest": "^0.34.6"
22
+ "typescript": "^5.3.3"
22
23
  },
23
24
  "lint-staged": {
24
25
  "*.{ts,tsx}": "eslint --fix",