jazz-tools 0.13.16 → 0.13.17

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,5 +1,5 @@
1
1
 
2
- > jazz-tools@0.13.16 build /home/runner/_work/jazz/jazz/packages/jazz-tools
2
+ > jazz-tools@0.13.17 build /home/runner/_work/jazz/jazz/packages/jazz-tools
3
3
  > tsup && pnpm types
4
4
 
5
5
  CLI Building entry: {"index":"src/index.ts","testing":"src/testing.ts"}
@@ -9,14 +9,14 @@
9
9
  CLI Target: es2021
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
- ESM dist/index.js 1.48 KB
13
12
  ESM dist/testing.js 6.26 KB
14
- ESM dist/chunk-GIZWJXSR.js 118.19 KB
15
- ESM dist/index.js.map 258.00 B
13
+ ESM dist/index.js 1.48 KB
14
+ ESM dist/chunk-PYBQOYML.js 118.10 KB
16
15
  ESM dist/testing.js.map 12.37 KB
17
- ESM dist/chunk-GIZWJXSR.js.map 277.09 KB
18
- ESM ⚡️ Build success in 84ms
16
+ ESM dist/index.js.map 258.00 B
17
+ ESM dist/chunk-PYBQOYML.js.map 277.60 KB
18
+ ESM ⚡️ Build success in 60ms
19
19
 
20
- > jazz-tools@0.13.16 types /home/runner/_work/jazz/jazz/packages/jazz-tools
20
+ > jazz-tools@0.13.17 types /home/runner/_work/jazz/jazz/packages/jazz-tools
21
21
  > tsc --outDir dist
22
22
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # jazz-tools
2
2
 
3
+ ## 0.13.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9fb98e2]
8
+ - Updated dependencies [0b89fad]
9
+ - cojson@0.13.17
10
+
3
11
  ## 0.13.16
4
12
 
5
13
  ### Patch Changes
@@ -2648,11 +2648,8 @@ var FileStream = class extends CoValueBase {
2648
2648
  static load(id, options) {
2649
2649
  return loadCoValueWithoutMe(this, id, options);
2650
2650
  }
2651
- /**
2652
- * Subscribe to a `FileStream`, when you have an ID but don't have a `FileStream` instance yet
2653
- * @category Subscription & Loading
2654
- */
2655
- static subscribe(id, options, listener) {
2651
+ static subscribe(id, ...args) {
2652
+ const { options, listener } = parseSubscribeRestArgs(args);
2656
2653
  return subscribeToCoValueWithoutMe(this, id, options, listener);
2657
2654
  }
2658
2655
  /**
@@ -4089,4 +4086,4 @@ export {
4089
4086
  consumeInviteLink
4090
4087
  };
4091
4088
  /* istanbul ignore file -- @preserve */
4092
- //# sourceMappingURL=chunk-GIZWJXSR.js.map
4089
+ //# sourceMappingURL=chunk-PYBQOYML.js.map