jazz-run 0.13.32 → 0.13.33

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,5 @@
1
-
2
- > jazz-run@0.13.32 build /home/runner/_work/jazz/jazz/packages/jazz-run
3
- > rm -rf ./dist && tsc --sourceMap --outDir dist && chmod +x ./dist/index.js
4
-
1
+
2
+ 
3
+ > jazz-run@0.13.32 build /Users/anselm/jazz/jazz/packages/jazz-run
4
+ > rm -rf ./dist && tsc --sourceMap --outDir dist && chmod +x ./dist/index.js
5
+
@@ -0,0 +1,4 @@
1
+
2
+ > jazz-run@0.7.35-guest-auth.5 lint /Users/anselm/jazz/jazz/packages/jazz-run
3
+ > eslint . --ext ts,tsx
4
+
@@ -0,0 +1,13 @@
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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # jazz-run
2
2
 
3
+ ## 0.13.33
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [267c269]
8
+ - cojson@0.13.33
9
+ - cojson-storage-sqlite@0.13.33
10
+ - cojson-transport-ws@0.13.33
11
+ - jazz-tools@0.13.33
12
+
3
13
  ## 0.13.32
4
14
 
5
15
  ### Patch Changes
@@ -1,13 +1,8 @@
1
- import { Account } from "jazz-tools";
2
1
  export declare const createWorkerAccount: ({ name, peer: peerAddr, }: {
3
2
  name: string;
4
3
  peer: string;
5
4
  }) => Promise<{
6
- accountID: import("jazz-tools").ID<Account & {
7
- isLocalNodeOwner: true;
8
- sessionID: import("cojson").SessionID;
9
- _raw: import("cojson").RawAccount;
10
- }>;
5
+ accountID: string;
11
6
  agentSecret: `sealerSecret_z${string}/signerSecret_z${string}`;
12
7
  }>;
13
8
  //# sourceMappingURL=createWorkerAccount.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createWorkerAccount.d.ts","sourceRoot":"","sources":["../src/createWorkerAccount.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAuB,MAAM,YAAY,CAAC;AAG1D,eAAO,MAAM,mBAAmB,8BAG7B;IACD,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;;;;;;;EAyBA,CAAC"}
1
+ {"version":3,"file":"createWorkerAccount.d.ts","sourceRoot":"","sources":["../src/createWorkerAccount.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,mBAAmB,8BAG7B;IACD,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;;;EAyBA,CAAC"}
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.13.32",
6
+ "version": "0.13.33",
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.13.31",
25
- "cojson-storage-sqlite": "0.13.32",
26
- "cojson-transport-ws": "0.13.31",
24
+ "cojson": "0.13.33",
25
+ "cojson-storage-sqlite": "0.13.33",
26
+ "cojson-transport-ws": "0.13.33",
27
27
  "effect": "^3.6.5",
28
- "jazz-tools": "0.13.31",
28
+ "jazz-tools": "0.13.33",
29
29
  "ws": "^8.14.2"
30
30
  },
31
31
  "devDependencies": {