@agent-link/server 0.1.438 → 0.1.439
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/package.json +1 -1
- package/web/dist/assets/{cssMode-CY0-XwfE.js → cssMode-BTFQOtx8.js} +1 -1
- package/web/dist/assets/{editor.main-B10WQ5Pc.js → editor.main-BDoL9AQn.js} +3 -3
- package/web/dist/assets/{freemarker2-CW6kgVFj.js → freemarker2-Bfxvgw9c.js} +1 -1
- package/web/dist/assets/{handlebars-BM9Jon0x.js → handlebars-bR62uBku.js} +1 -1
- package/web/dist/assets/{html-C9TUZ36o.js → html-Cl7AOEYU.js} +1 -1
- package/web/dist/assets/{htmlMode-C0Sd72ZW.js → htmlMode-DOG-APJv.js} +1 -1
- package/web/dist/assets/{index-DAbYS047.js → index-DvGUtj1x.js} +3 -3
- package/web/dist/assets/{javascript-DZfak_lq.js → javascript-Dc4db-x6.js} +1 -1
- package/web/dist/assets/{jsonMode-DB4RmK-S.js → jsonMode-CT2_Teoe.js} +1 -1
- package/web/dist/assets/{liquid-CqXLLIlp.js → liquid-1zTmeYrB.js} +1 -1
- package/web/dist/assets/{lspLanguageFeatures-BbreHbrK.js → lspLanguageFeatures-4ukqiqEx.js} +1 -1
- package/web/dist/assets/{mdx-DIDMqXg8.js → mdx-BQUHZkaO.js} +1 -1
- package/web/dist/assets/{python-ScLgFxcr.js → python-CFnCze9t.js} +1 -1
- package/web/dist/assets/{razor-BESZumeG.js → razor-GYN6Spo2.js} +1 -1
- package/web/dist/assets/{tsMode-CkNtslVG.js → tsMode-BwVNGZh5.js} +1 -1
- package/web/dist/assets/{typescript-Dp6CsxMr.js → typescript-BPwoeqpS.js} +1 -1
- package/web/dist/assets/{xml-BFoVh2Kh.js → xml-DNQBheQ6.js} +1 -1
- package/web/dist/assets/{yaml-Dg2X16TY.js → yaml-FeszFysm.js} +1 -1
- package/web/dist/index.html +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{l as e}from"./editor.main-
|
|
1
|
+
import{l as e}from"./editor.main-BDoL9AQn.js";import"./index-DvGUtj1x.js";const n={comments:{lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{offSide:!0},onEnterRules:[{beforeText:/:\s*$/,action:{indentAction:e.IndentAction.Indent}}]},t={tokenPostfix:".yaml",brackets:[{token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.square",open:"[",close:"]"}],keywords:["true","True","TRUE","false","False","FALSE","null","Null","Null","~"],numberInteger:/(?:0|[+-]?[0-9]+)/,numberFloat:/(?:0|[+-]?[0-9]+)(?:\.[0-9]+)?(?:e[-+][1-9][0-9]*)?/,numberOctal:/0o[0-7]+/,numberHex:/0x[0-9a-fA-F]+/,numberInfinity:/[+-]?\.(?:inf|Inf|INF)/,numberNaN:/\.(?:nan|Nan|NAN)/,numberDate:/\d{4}-\d\d-\d\d([Tt ]\d\d:\d\d:\d\d(\.\d+)?(( ?[+-]\d\d?(:\d\d)?)|Z)?)?/,escapes:/\\(?:[btnfr\\"']|[0-7][0-7]?|[0-3][0-7]{2})/,tokenizer:{root:[{include:"@whitespace"},{include:"@comment"},[/%[^ ]+.*$/,"meta.directive"],[/---/,"operators.directivesEnd"],[/\.{3}/,"operators.documentEnd"],[/[-?:](?= )/,"operators"],{include:"@anchor"},{include:"@tagHandle"},{include:"@flowCollections"},{include:"@blockStyle"},[/@numberInteger(?![ \t]*\S+)/,"number"],[/@numberFloat(?![ \t]*\S+)/,"number.float"],[/@numberOctal(?![ \t]*\S+)/,"number.octal"],[/@numberHex(?![ \t]*\S+)/,"number.hex"],[/@numberInfinity(?![ \t]*\S+)/,"number.infinity"],[/@numberNaN(?![ \t]*\S+)/,"number.nan"],[/@numberDate(?![ \t]*\S+)/,"number.date"],[/(".*?"|'.*?'|[^#'"]*?)([ \t]*)(:)( |$)/,["type","white","operators","white"]],{include:"@flowScalars"},[/.+?(?=(\s+#|$))/,{cases:{"@keywords":"keyword","@default":"string"}}]],object:[{include:"@whitespace"},{include:"@comment"},[/\}/,"@brackets","@pop"],[/,/,"delimiter.comma"],[/:(?= )/,"operators"],[/(?:".*?"|'.*?'|[^,\{\[]+?)(?=: )/,"type"],{include:"@flowCollections"},{include:"@flowScalars"},{include:"@tagHandle"},{include:"@anchor"},{include:"@flowNumber"},[/[^\},]+/,{cases:{"@keywords":"keyword","@default":"string"}}]],array:[{include:"@whitespace"},{include:"@comment"},[/\]/,"@brackets","@pop"],[/,/,"delimiter.comma"],{include:"@flowCollections"},{include:"@flowScalars"},{include:"@tagHandle"},{include:"@anchor"},{include:"@flowNumber"},[/[^\],]+/,{cases:{"@keywords":"keyword","@default":"string"}}]],multiString:[[/^( +).+$/,"string","@multiStringContinued.$1"]],multiStringContinued:[[/^( *).+$/,{cases:{"$1==$S2":"string","@default":{token:"@rematch",next:"@popall"}}}]],whitespace:[[/[ \t\r\n]+/,"white"]],comment:[[/#.*$/,"comment"]],flowCollections:[[/\[/,"@brackets","@array"],[/\{/,"@brackets","@object"]],flowScalars:[[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/'[^']*'/,"string"],[/"/,"string","@doubleQuotedString"]],doubleQuotedString:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],blockStyle:[[/[>|][0-9]*[+-]?$/,"operators","@multiString"]],flowNumber:[[/@numberInteger(?=[ \t]*[,\]\}])/,"number"],[/@numberFloat(?=[ \t]*[,\]\}])/,"number.float"],[/@numberOctal(?=[ \t]*[,\]\}])/,"number.octal"],[/@numberHex(?=[ \t]*[,\]\}])/,"number.hex"],[/@numberInfinity(?=[ \t]*[,\]\}])/,"number.infinity"],[/@numberNaN(?=[ \t]*[,\]\}])/,"number.nan"],[/@numberDate(?=[ \t]*[,\]\}])/,"number.date"]],tagHandle:[[/\![^ ]*/,"tag"]],anchor:[[/[&*][^ ]+/,"namespace"]]}};export{n as conf,t as language};
|
package/web/dist/index.html
CHANGED
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
: './vendor/github-dark.min.css';
|
|
58
58
|
})();
|
|
59
59
|
</script>
|
|
60
|
-
<script type="module" crossorigin src="./assets/index-
|
|
60
|
+
<script type="module" crossorigin src="./assets/index-DvGUtj1x.js"></script>
|
|
61
61
|
<link rel="stylesheet" crossorigin href="./assets/index-DNWCBTio.css">
|
|
62
62
|
</head>
|
|
63
63
|
<body>
|