@rezi-ui/node 0.1.0-alpha.15 โ†’ 0.1.0-alpha.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.
@@ -2,7 +2,7 @@ import { ZrUiError, setTextMeasureEmojiPolicy } from "@rezi-ui/core";
2
2
  const NATIVE_WIDTH_POLICY_NARROW = 0;
3
3
  const NATIVE_WIDTH_POLICY_WIDE = 1;
4
4
  const PROBE_TIMEOUT_MS_DEFAULT = 80;
5
- const PROBE_GLYPHS = Object.freeze(["๐Ÿ‘", "๐Ÿ˜€", "๐Ÿงช"]);
5
+ const PROBE_GLYPHS = Object.freeze(["๐Ÿ˜€", "๐Ÿš€", "๐Ÿงช"]);
6
6
  const ENV_EMOJI_WIDTH_POLICY = "ZRUI_EMOJI_WIDTH_POLICY";
7
7
  const ENV_EMOJI_WIDTH_PROBE = "ZRUI_EMOJI_WIDTH_PROBE";
8
8
  function normalizePolicy(raw) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rezi-ui/node",
3
- "version": "0.1.0-alpha.15",
3
+ "version": "0.1.0-alpha.17",
4
4
  "description": "Node.js/Bun backend for Rezi (worker-thread engine ownership, scheduling, IO).",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://rtlzeromemory.github.io/Rezi/",
@@ -29,8 +29,8 @@
29
29
  "bun": ">=1.3.0"
30
30
  },
31
31
  "dependencies": {
32
- "@rezi-ui/core": "0.1.0-alpha.15",
33
- "@rezi-ui/native": "0.1.0-alpha.15"
32
+ "@rezi-ui/core": "0.1.0-alpha.17",
33
+ "@rezi-ui/native": "0.1.0-alpha.17"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@xterm/headless": "^6.0.0",