@agent-link/server 0.1.494 → 0.1.496
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-CfJV2V1k.js → cssMode-BIcBMOh2.js} +1 -1
- package/web/dist/assets/{editor.main-CPQSAWPK.js → editor.main-CZFSqVYc.js} +3 -3
- package/web/dist/assets/{freemarker2-SW2QHXcO.js → freemarker2-DpqD8COV.js} +1 -1
- package/web/dist/assets/{handlebars-C6l1VwqA.js → handlebars-Cso5bpoV.js} +1 -1
- package/web/dist/assets/{html-B9VvwjOG.js → html-xrfhJ_1e.js} +1 -1
- package/web/dist/assets/{htmlMode-BWn_wtnf.js → htmlMode-c8tnbO-Y.js} +1 -1
- package/web/dist/assets/{index-CutqBSyX.js → index-Db4TOFVv.js} +3 -3
- package/web/dist/assets/{javascript-kDvf6rYa.js → javascript-z5xblieR.js} +1 -1
- package/web/dist/assets/{jsonMode-5JzIr4Gx.js → jsonMode-DUoVCNns.js} +1 -1
- package/web/dist/assets/{liquid-DfrwCb94.js → liquid-DolrYe-J.js} +1 -1
- package/web/dist/assets/{lspLanguageFeatures-Bwwn3qJq.js → lspLanguageFeatures-GVxqdqS7.js} +1 -1
- package/web/dist/assets/{mdx-BYi_JKwe.js → mdx-Bj7uvQTs.js} +1 -1
- package/web/dist/assets/{python-B9-YhN2z.js → python-Dghu8LKb.js} +1 -1
- package/web/dist/assets/{razor-B48w_3mg.js → razor-BoONRYwc.js} +1 -1
- package/web/dist/assets/{tsMode-D08xZ6JS.js → tsMode-CKHqDjBK.js} +1 -1
- package/web/dist/assets/{typescript-pPKBaS4a.js → typescript-DmmuRa51.js} +1 -1
- package/web/dist/assets/{xml-zIijI7IC.js → xml-CFAm0VbC.js} +1 -1
- package/web/dist/assets/{yaml-DpygrGBH.js → yaml-rDZj3bFD.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-CZFSqVYc.js";import"./index-Db4TOFVv.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-Db4TOFVv.js"></script>
|
|
61
61
|
<link rel="stylesheet" crossorigin href="./assets/index-hXwf612Y.css">
|
|
62
62
|
</head>
|
|
63
63
|
<body>
|