@caplets/pi 0.5.6 → 0.5.8
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/dist/index.js +5 -5
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -643,7 +643,7 @@ const isInRange = (ranges, codePoint) => {
|
|
|
643
643
|
//#endregion
|
|
644
644
|
//#region ../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup.js
|
|
645
645
|
const commonCjkCodePoint = 19968;
|
|
646
|
-
const [wideFastPathStart, wideFastPathEnd] = /*
|
|
646
|
+
const [wideFastPathStart, wideFastPathEnd] = /* #__PURE__ */ findWideFastPathRange(wideRanges);
|
|
647
647
|
function findWideFastPathRange(ranges) {
|
|
648
648
|
let fastPathStart = ranges[0];
|
|
649
649
|
let fastPathEnd = ranges[1];
|
|
@@ -682,7 +682,7 @@ function eastAsianWidth(codePoint, { ambiguousAsWide = false } = {}) {
|
|
|
682
682
|
return 1;
|
|
683
683
|
}
|
|
684
684
|
//#endregion
|
|
685
|
-
//#region ../../node_modules/.pnpm/@earendil-works+pi-tui@0.
|
|
685
|
+
//#region ../../node_modules/.pnpm/@earendil-works+pi-tui@0.75.5/node_modules/@earendil-works/pi-tui/dist/utils.js
|
|
686
686
|
const segmenter$1 = new Intl.Segmenter(void 0, { granularity: "grapheme" });
|
|
687
687
|
/**
|
|
688
688
|
* Check if a grapheme cluster (after segmentation) could possibly be an RGI emoji.
|
|
@@ -1363,7 +1363,7 @@ function truncateToWidth(text, maxWidth, ellipsis = "...", pad = false) {
|
|
|
1363
1363
|
}
|
|
1364
1364
|
new AnsiCodeTracker();
|
|
1365
1365
|
//#endregion
|
|
1366
|
-
//#region ../../node_modules/.pnpm/@earendil-works+pi-tui@0.
|
|
1366
|
+
//#region ../../node_modules/.pnpm/@earendil-works+pi-tui@0.75.5/node_modules/@earendil-works/pi-tui/dist/keys.js
|
|
1367
1367
|
const MODIFIERS = {
|
|
1368
1368
|
shift: 1,
|
|
1369
1369
|
alt: 2,
|
|
@@ -1416,7 +1416,7 @@ new Map([
|
|
|
1416
1416
|
]);
|
|
1417
1417
|
MODIFIERS.shift | LOCK_MASK;
|
|
1418
1418
|
//#endregion
|
|
1419
|
-
//#region ../../node_modules/.pnpm/@earendil-works+pi-tui@0.
|
|
1419
|
+
//#region ../../node_modules/.pnpm/@earendil-works+pi-tui@0.75.5/node_modules/@earendil-works/pi-tui/dist/components/text.js
|
|
1420
1420
|
/**
|
|
1421
1421
|
* Text component - displays multi-line text with word wrapping
|
|
1422
1422
|
*/
|
|
@@ -3324,7 +3324,7 @@ marked.parseInline;
|
|
|
3324
3324
|
_Parser.parse;
|
|
3325
3325
|
_Lexer.lex;
|
|
3326
3326
|
//#endregion
|
|
3327
|
-
//#region ../../node_modules/.pnpm/@earendil-works+pi-tui@0.
|
|
3327
|
+
//#region ../../node_modules/.pnpm/@earendil-works+pi-tui@0.75.5/node_modules/@earendil-works/pi-tui/dist/components/markdown.js
|
|
3328
3328
|
const STRICT_STRIKETHROUGH_REGEX = /^(~~)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/;
|
|
3329
3329
|
var StrictStrikethroughTokenizer = class extends _Tokenizer {
|
|
3330
3330
|
del(src) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caplets/pi",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.8",
|
|
4
4
|
"description": "Native Pi extension for Caplets.",
|
|
5
5
|
"homepage": "https://github.com/spiritledsoftware/caplets#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"access": "public"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@caplets/core": "0.18.
|
|
29
|
+
"@caplets/core": "0.18.8"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "^25.9.1",
|
|
33
33
|
"@typescript/native-preview": "7.0.0-dev.20260527.1",
|
|
34
|
-
"rolldown": "^1.0.
|
|
34
|
+
"rolldown": "^1.0.3",
|
|
35
35
|
"typescript": "^6.0.3",
|
|
36
36
|
"vitest": "^4.1.7"
|
|
37
37
|
},
|