strc 2.0.0 → 2.0.2

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/test/index.js CHANGED
@@ -27,18 +27,18 @@ const encodings = [
27
27
  '14: JSSCAR',
28
28
  ];
29
29
  const modes = [
30
- '00: No compression',
31
- '01: 2-3 characters in 1',
32
- '02: ASCII in UTF-16',
33
- '03: Integers (Any)',
34
- '04: Build alphabet',
35
- '05: Character encoding',
36
- '06: Integers ( < 15 )',
37
- '07: Frequency map',
30
+ '00: No Compression',
31
+ '01: Two-Digit CharCode Concatenation',
32
+ '02: Two-Byte CharCode Concatenation',
33
+ '03: Decimal Integer Packing',
34
+ '04: Alphabet Encoding',
35
+ '05: Character Encoding',
36
+ '06: Inline Integer Encoding',
37
+ '07: Frequency Map',
38
38
  '08: URL',
39
39
  '09: Segmentation',
40
- '10: Repeating strings',
41
- '11: RESERVED',
40
+ '10: String Repetition',
41
+ '31: RESERVED',
42
42
  '12: RESERVED',
43
43
  '13: RESERVED',
44
44
  '14: RESERVED',
@@ -58,7 +58,7 @@ const modes = [
58
58
  '28: RESERVED',
59
59
  '29: RESERVED',
60
60
  '30: RESERVED',
61
- '31: Recursive compression',
61
+ '11: Recursive compression',
62
62
  ];
63
63
 
64
64
  async function test(text, name) {
File without changes