jazz-run 0.7.16 → 0.7.18
Sign up to get free protection for your applications and to get access to all the features.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +18 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
|
2
|
-
> jazz-run@0.7.
|
2
|
+
> jazz-run@0.7.17 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.
|
6
|
+
> jazz-run@0.7.17 lint
|
7
7
|
> eslint . --ext ts,tsx
|
8
8
|
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# jazz-autosub
|
2
2
|
|
3
|
+
## 0.7.18
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies
|
8
|
+
- cojson@0.7.18
|
9
|
+
- cojson-transport-ws@0.7.18
|
10
|
+
- jazz-tools@0.7.18
|
11
|
+
|
12
|
+
## 0.7.17
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- Updated dependencies
|
17
|
+
- cojson@0.7.17
|
18
|
+
- cojson-transport-ws@0.7.17
|
19
|
+
- jazz-tools@0.7.17
|
20
|
+
|
3
21
|
## 0.7.16
|
4
22
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
@@ -3,17 +3,17 @@
|
|
3
3
|
"bin": "./dist/index.js",
|
4
4
|
"type": "module",
|
5
5
|
"license": "MIT",
|
6
|
-
"version": "0.7.
|
6
|
+
"version": "0.7.18",
|
7
7
|
"dependencies": {
|
8
8
|
"@effect/cli": "^0.36.21",
|
9
9
|
"@effect/platform-node": "^0.49.2",
|
10
10
|
"@effect/schema": "^0.66.16",
|
11
|
-
"effect": "^3.
|
11
|
+
"effect": "^3.5.2",
|
12
12
|
"fast-check": "^3.17.2",
|
13
13
|
"ws": "^8.14.2",
|
14
|
-
"cojson
|
15
|
-
"
|
16
|
-
"
|
14
|
+
"cojson": "0.7.18",
|
15
|
+
"cojson-transport-ws": "0.7.18",
|
16
|
+
"jazz-tools": "0.7.18"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
19
|
"@types/ws": "^8.5.5",
|