jazz-run 0.9.10-jazz-bridge-preview.0 → 0.9.10

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,4 +1,4 @@
1
1
 
2
- > jazz-run@0.9.9 build /vercel/path0/packages/jazz-run
2
+ > jazz-run@0.9.10 build /home/runner/work/jazz/jazz/packages/jazz-run
3
3
  > rm -rf ./dist && tsc --sourceMap --outDir dist && chmod +x ./dist/index.js
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,11 +1,15 @@
1
1
  # jazz-run
2
2
 
3
- ## 0.9.10-jazz-bridge-preview.0
3
+ ## 0.9.10
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [5f43fbf]
8
- - jazz-tools@0.9.10-jazz-bridge-preview.0
7
+ - Updated dependencies [4aa377d]
8
+ - Updated dependencies [5e83864]
9
+ - cojson@0.9.10
10
+ - jazz-tools@0.9.10
11
+ - cojson-storage-sqlite@0.9.10
12
+ - cojson-transport-ws@0.9.10
9
13
 
10
14
  ## 0.9.9
11
15
 
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.9.10-jazz-bridge-preview.0",
6
+ "version": "0.9.10",
7
7
  "exports": {
8
8
  "./startSyncServer": {
9
9
  "import": "./dist/startSyncServer.js",
@@ -21,11 +21,11 @@
21
21
  "@effect/printer-ansi": "^0.34.5",
22
22
  "@effect/schema": "^0.71.1",
23
23
  "@effect/typeclass": "^0.25.5",
24
- "cojson": "0.9.9",
25
- "cojson-storage-sqlite": "0.9.9",
26
- "cojson-transport-ws": "0.9.9",
24
+ "cojson": "0.9.10",
25
+ "cojson-storage-sqlite": "0.9.10",
26
+ "cojson-transport-ws": "0.9.10",
27
27
  "effect": "^3.6.5",
28
- "jazz-tools": "0.9.10-jazz-bridge-preview.0",
28
+ "jazz-tools": "0.9.10",
29
29
  "ws": "^8.14.2"
30
30
  },
31
31
  "devDependencies": {
@@ -1,4 +0,0 @@
1
-
2
- > jazz-run@0.7.35-guest-auth.5 lint /Users/anselm/jazz/jazz/packages/jazz-run
3
- > eslint . --ext ts,tsx
4
-
@@ -1,13 +0,0 @@
1
-
2
- > jazz-run@0.7.0-alpha.37 test /Users/anselm/jazz/jazz/packages/jazz-run
3
- > vitest
4
-
5
-
6
- DEV v0.34.6 /Users/anselm/jazz/jazz/packages/jazz-run
7
-
8
- include: **/*.{test,spec}.?(c|m)[jt]s?(x)
9
- exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*
10
- watch exclude: **/node_modules/**, **/dist/**
11
-
12
- No test files found, exiting with code 1
13
-  ELIFECYCLE  Test failed. See above for more details.