jazz-tools 0.9.19 → 0.9.20

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.9.19 build /home/runner/work/jazz/jazz/packages/jazz-tools
2
+ > jazz-tools@0.9.20 build /home/runner/work/jazz/jazz/packages/jazz-tools
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: {"index.web":"src/index.web.ts","index.native":"src/index.native.ts","testing":"src/testing.ts"}
@@ -12,9 +12,9 @@
12
12
  ESM dist/index.web.js 1.27 KB
13
13
  ESM dist/index.native.js 1.26 KB
14
14
  ESM dist/testing.js 3.43 KB
15
- ESM dist/chunk-LRDIS2Q2.js 96.73 KB
15
+ ESM dist/chunk-D7BVHLME.js 96.70 KB
16
16
  ESM dist/index.web.js.map 276.00 B
17
17
  ESM dist/index.native.js.map 286.00 B
18
+ ESM dist/chunk-D7BVHLME.js.map 239.87 KB
18
19
  ESM dist/testing.js.map 6.94 KB
19
- ESM dist/chunk-LRDIS2Q2.js.map 239.73 KB
20
- ESM ⚡️ Build success in 78ms
20
+ ESM ⚡️ Build success in 118ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # jazz-tools
2
2
 
3
+ ## 0.9.20
4
+
5
+ ### Patch Changes
6
+
7
+ - b01cc1f: Switches from symbols to prefixes strings for private properties
8
+
3
9
  ## 0.9.19
4
10
 
5
11
  ### Patch Changes
@@ -40,9 +40,9 @@ import { RawAccount as RawAccount2 } from "cojson";
40
40
  var inspect = Symbol.for("nodejs.util.inspect.custom");
41
41
 
42
42
  // src/implementation/symbols.ts
43
- var SchemaInit = Symbol.for("SchemaInit");
44
- var ItemsSym = Symbol.for("items");
45
- var MembersSym = Symbol.for("members");
43
+ var SchemaInit = "$SchemaInit$";
44
+ var ItemsSym = "$items$";
45
+ var MembersSym = "$members$";
46
46
 
47
47
  // src/coValues/deepLoading.ts
48
48
  function fulfillsDepth(depth, value) {
@@ -3438,4 +3438,4 @@ export {
3438
3438
  consumeInviteLink
3439
3439
  };
3440
3440
  /* istanbul ignore file -- @preserve */
3441
- //# sourceMappingURL=chunk-LRDIS2Q2.js.map
3441
+ //# sourceMappingURL=chunk-D7BVHLME.js.map