mol_vary 0.0.52 → 0.0.54

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.
package/README.md CHANGED
@@ -26,7 +26,7 @@
26
26
  | | $mol_vary | cbor-x | msgpackr
27
27
  |----------------|-----------|-------------|---------
28
28
  | Language | ✅ TS | ✅ TS+DTS | ❌ JS+DTS
29
- | Performance | ⭕ 100% | ✅ 120% | ✅ 120%
29
+ | Performance | ⭕ 100% | ✅ +20% | ✅ +50%
30
30
  | Packed Size | ✅ 100% | ❌ +40% | ❌ +30%
31
31
  | Lib Size | ✅ 4KB | ❌ 11 KB | ❌ 11 KB
32
32
  | Compatibility | ✅ std | ⭕ ext-std | ❌ ext
@@ -34,7 +34,7 @@
34
34
  [Benchmark](https://perf.js.hyoo.ru/#!bench=j1peaq_k376h9) results:
35
35
 
36
36
  ### Chrome 142
37
- ![](https://habrastorage.org/webt/gk/hr/8t/gkhr8tc39bh315ogueiwkylksiq.png)
37
+ ![](https://habrastorage.org/webt/72/hw/dl/72hwdlo7d_ijur4as3epgiynkpc.png)
38
38
 
39
39
  ## API
40
40
 
package/node.d.ts CHANGED
@@ -531,8 +531,8 @@ declare namespace $ {
531
531
  link = 32,
532
532
  spec = 64,
533
533
  list = 96,
534
- text = 128,
535
- blob = 160,
534
+ blob = 128,
535
+ text = 160,
536
536
  tupl = 192,
537
537
  sint = 224
538
538
  }
package/node.js CHANGED
@@ -2343,8 +2343,8 @@ var $;
2343
2343
  $mol_vary_tip[$mol_vary_tip["link"] = 32] = "link";
2344
2344
  $mol_vary_tip[$mol_vary_tip["spec"] = 64] = "spec";
2345
2345
  $mol_vary_tip[$mol_vary_tip["list"] = 96] = "list";
2346
- $mol_vary_tip[$mol_vary_tip["text"] = 128] = "text";
2347
- $mol_vary_tip[$mol_vary_tip["blob"] = 160] = "blob";
2346
+ $mol_vary_tip[$mol_vary_tip["blob"] = 128] = "blob";
2347
+ $mol_vary_tip[$mol_vary_tip["text"] = 160] = "text";
2348
2348
  $mol_vary_tip[$mol_vary_tip["tupl"] = 192] = "tupl";
2349
2349
  $mol_vary_tip[$mol_vary_tip["sint"] = 224] = "sint";
2350
2350
  })($mol_vary_tip = $.$mol_vary_tip || ($.$mol_vary_tip = {}));