jazz-run 0.7.35-guest-auth.3 → 0.7.35-guest-auth.4

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.35-unique.2 build /Users/anselm/jazz/jazz/packages/jazz-run
2
+ > jazz-run@0.7.35-guest-auth.3 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.35-unique.2 lint
6
+ > jazz-run@0.7.35-guest-auth.3 lint
7
7
  > eslint . --ext ts,tsx
8
8
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # jazz-autosub
2
2
 
3
+ ## 0.7.35-guest-auth.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - jazz-tools@0.7.35-guest-auth.4
9
+
3
10
  ## 0.7.35-guest-auth.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "bin": "./dist/index.js",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
- "version": "0.7.35-guest-auth.3",
6
+ "version": "0.7.35-guest-auth.4",
7
7
  "dependencies": {
8
8
  "effect": "^3.6.5",
9
9
  "@effect/cli": "^0.41.2",
@@ -15,7 +15,7 @@
15
15
  "ws": "^8.14.2",
16
16
  "cojson": "0.7.35-unique.2",
17
17
  "cojson-transport-ws": "0.7.35-unique.2",
18
- "jazz-tools": "0.7.35-guest-auth.3"
18
+ "jazz-tools": "0.7.35-guest-auth.4"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/ws": "^8.5.5",