auto-commit for 9f0f8e53-0005-474a-b8c0-62af81dd2fd1

This commit is contained in:
emergent-agent-e1
2025-10-24 02:50:33 +00:00
parent cac3637e68
commit a80510af07
1119 changed files with 1119 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.runtime = void 0;\n exports.runtime = {\n AuthorityDiscoveryApi: [{\n methods: {\n authorities: {\n description: 'Retrieve authority identifiers of the current and next authority set.',\n params: [],\n type: 'Vec<AuthorityId>'\n }\n },\n version: 1\n }]\n };\n});","lineCount":20,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"runtime"],[7,17,3,15],[7,20,3,18],[7,25,3,23],[7,26,3,24],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"runtime"],[8,17,4,15],[8,20,4,18],[9,4,5,4,"AuthorityDiscoveryApi"],[9,25,5,25],[9,27,5,27],[9,28,6,8],[10,6,7,12,"methods"],[10,13,7,19],[10,15,7,21],[11,8,8,16,"authorities"],[11,19,8,27],[11,21,8,29],[12,10,9,20,"description"],[12,21,9,31],[12,23,9,33],[12,94,9,104],[13,10,10,20,"params"],[13,16,10,26],[13,18,10,28],[13,20,10,30],[14,10,11,20,"type"],[14,14,11,24],[14,16,11,26],[15,8,12,16],[16,6,13,12],[16,7,13,13],[17,6,14,12,"version"],[17,13,14,19],[17,15,14,21],[18,4,15,8],[18,5,15,9],[19,2,17,0],[19,3,17,1],[20,0,17,2],[20,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"../native/Text.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":18,"index":118},"end":{"line":4,"column":46,"index":146}}],"key":"LK9BLcniYnslRrbyUQmk2fw3Gh4=","exportNames":["*"],"imports":1}},{"name":"../utils/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":167},"end":{"line":5,"column":47,"index":195}}],"key":"j8ZYB2+3ieHcvBXwesUJUzLi2Jo=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.Type = void 0;\n const Text_js_1 = require(_dependencyMap[0], \"../native/Text.js\");\n const index_js_1 = require(_dependencyMap[1], \"../utils/index.js\");\n /**\n * @name Type\n * @description\n * This is a extended version of Text, specifically to handle types. Here we rely fully\n * on what Text provides us, however we also adjust the types received from the runtime,\n * i.e. we remove the `T::` prefixes found in some types for consistency across implementation.\n */\n class Type extends Text_js_1.Text {\n constructor(registry, value = '') {\n super(registry, value);\n this.setOverride((0, index_js_1.sanitize)(this.toString()));\n }\n /**\n * @description Returns the base runtime type name for this instance\n */\n toRawType() {\n return 'Type';\n }\n }\n exports.Type = Type;\n});","lineCount":30,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"Type"],[7,14,3,12],[7,17,3,15],[7,22,3,20],[7,23,3,21],[8,2,4,0],[8,8,4,6,"Text_js_1"],[8,17,4,15],[8,20,4,18,"require"],[8,27,4,25],[8,28,4,25,"_dependencyMap"],[8,42,4,25],[8,66,4,45],[8,67,4,46],[9,2,5,0],[9,8,5,6,"index_js_1"],[9,18,5,16],[9,21,5,19,"require"],[9,28,5,26],[9,29,5,26,"_dependencyMap"],[9,43,5,26],[9,67,5,46],[9,68,5,47],[10,2,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,2,13,0],[17,8,13,6,"Type"],[17,12,13,10],[17,21,13,19,"Text_js_1"],[17,30,13,28],[17,31,13,29,"Text"],[17,35,13,33],[17,36,13,34],[18,4,14,4,"constructor"],[18,15,14,15,"constructor"],[18,16,14,16,"registry"],[18,24,14,24],[18,26,14,26,"value"],[18,31,14,31],[18,34,14,34],[18,36,14,36],[18,38,14,38],[19,6,15,8],[19,11,15,13],[19,12,15,14,"registry"],[19,20,15,22],[19,22,15,24,"value"],[19,27,15,29],[19,28,15,30],[20,6,16,8],[20,10,16,12],[20,11,16,13,"setOverride"],[20,22,16,24],[20,23,16,25],[20,24,16,26],[20,25,16,27],[20,27,16,29,"index_js_1"],[20,37,16,39],[20,38,16,40,"sanitize"],[20,46,16,48],[20,48,16,50],[20,52,16,54],[20,53,16,55,"toString"],[20,61,16,63],[20,62,16,64],[20,63,16,65],[20,64,16,66],[20,65,16,67],[21,4,17,4],[22,4,18,4],[23,0,19,0],[24,0,20,0],[25,4,21,4,"toRawType"],[25,13,21,13,"toRawType"],[25,14,21,13],[25,16,21,16],[26,6,22,8],[26,13,22,15],[26,19,22,21],[27,4,23,4],[28,2,24,0],[29,2,25,0,"exports"],[29,9,25,7],[29,10,25,8,"Type"],[29,14,25,12],[29,17,25,15,"Type"],[29,21,25,19],[30,0,25,20],[30,3]],"functionMap":{"names":["<global>","Type","constructor","toRawType"],"mappings":"AAA;ACY;ICC;KDG;IEI;KFE;CDC"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.base64Decode = base64Decode;\n const CHR = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';\n const map = new Array(256);\n for (let i = 0, count = CHR.length; i < count; i++) {\n map[CHR.charCodeAt(i)] = i;\n }\n /**\n * @name base64Decode\n * @description\n * A base64 decoding function that operates in all environments. Unlike decoding\n * from Buffer (Node.js only) or atob (browser-only) this implementation is\n * slightly slower, but it is platform independent.\n *\n * For our usage, since we have access to the static final size, so we decode\n * to a specified output buffer. This also means we have applied a number of\n * optimizations based on this - checking output position instead of chars.\n */\n function base64Decode(data, out) {\n let byte = 0;\n let bits = 0;\n let pos = -1;\n for (let i = 0, last = out.length - 1; pos !== last; i++) {\n // each character represents 6 bits\n byte = byte << 6 | map[data.charCodeAt(i)];\n // each byte needs to contain 8 bits\n if ((bits += 6) >= 8) {\n out[++pos] = byte >>> (bits -= 8) & 0xff;\n }\n }\n return out;\n }\n});","lineCount":38,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"base64Decode"],[7,22,3,20],[7,25,3,23,"base64Decode"],[7,37,3,35],[8,2,4,0],[8,8,4,6,"CHR"],[8,11,4,9],[8,14,4,12],[8,80,4,78],[9,2,5,0],[9,8,5,6,"map"],[9,11,5,9],[9,14,5,12],[9,18,5,16,"Array"],[9,23,5,21],[9,24,5,22],[9,27,5,25],[9,28,5,26],[10,2,6,0],[10,7,6,5],[10,11,6,9,"i"],[10,12,6,10],[10,15,6,13],[10,16,6,14],[10,18,6,16,"count"],[10,23,6,21],[10,26,6,24,"CHR"],[10,29,6,27],[10,30,6,28,"length"],[10,36,6,34],[10,38,6,36,"i"],[10,39,6,37],[10,42,6,40,"count"],[10,47,6,45],[10,49,6,47,"i"],[10,50,6,48],[10,52,6,50],[10,54,6,52],[11,4,7,4,"map"],[11,7,7,7],[11,8,7,8,"CHR"],[11,11,7,11],[11,12,7,12,"charCodeAt"],[11,22,7,22],[11,23,7,23,"i"],[11,24,7,24],[11,25,7,25],[11,26,7,26],[11,29,7,29,"i"],[11,30,7,30],[12,2,8,0],[13,2,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,0,14,0],[19,0,15,0],[20,0,16,0],[21,0,17,0],[22,0,18,0],[23,0,19,0],[24,2,20,0],[24,11,20,9,"base64Decode"],[24,23,20,21,"base64Decode"],[24,24,20,22,"data"],[24,28,20,26],[24,30,20,28,"out"],[24,33,20,31],[24,35,20,33],[25,4,21,4],[25,8,21,8,"byte"],[25,12,21,12],[25,15,21,15],[25,16,21,16],[26,4,22,4],[26,8,22,8,"bits"],[26,12,22,12],[26,15,22,15],[26,16,22,16],[27,4,23,4],[27,8,23,8,"pos"],[27,11,23,11],[27,14,23,14],[27,15,23,15],[27,16,23,16],[28,4,24,4],[28,9,24,9],[28,13,24,13,"i"],[28,14,24,14],[28,17,24,17],[28,18,24,18],[28,20,24,20,"last"],[28,24,24,24],[28,27,24,27,"out"],[28,30,24,30],[28,31,24,31,"length"],[28,37,24,37],[28,40,24,40],[28,41,24,41],[28,43,24,43,"pos"],[28,46,24,46],[28,51,24,51,"last"],[28,55,24,55],[28,57,24,57,"i"],[28,58,24,58],[28,60,24,60],[28,62,24,62],[29,6,25,8],[30,6,26,8,"byte"],[30,10,26,12],[30,13,26,16,"byte"],[30,17,26,20],[30,21,26,24],[30,22,26,25],[30,25,26,29,"map"],[30,28,26,32],[30,29,26,33,"data"],[30,33,26,37],[30,34,26,38,"charCodeAt"],[30,44,26,48],[30,45,26,49,"i"],[30,46,26,50],[30,47,26,51],[30,48,26,52],[31,6,27,8],[32,6,28,8],[32,10,28,12],[32,11,28,13,"bits"],[32,15,28,17],[32,19,28,21],[32,20,28,22],[32,25,28,27],[32,26,28,28],[32,28,28,30],[33,8,29,12,"out"],[33,11,29,15],[33,12,29,16],[33,14,29,18,"pos"],[33,17,29,21],[33,18,29,22],[33,21,29,26,"byte"],[33,25,29,30],[33,31,29,36,"bits"],[33,35,29,40],[33,39,29,44],[33,40,29,45],[33,41,29,46],[33,44,29,50],[33,48,29,54],[34,6,30,8],[35,4,31,4],[36,4,32,4],[36,11,32,11,"out"],[36,14,32,14],[37,2,33,0],[38,0,33,1],[38,3]],"functionMap":{"names":["<global>","base64Decode"],"mappings":"AAA;ACmB;CDa"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.DEFAULT_PARAMS = exports.ALLOWED_PARAMS = void 0;\n exports.ALLOWED_PARAMS = [{\n N: 1 << 13,\n p: 10,\n r: 8\n }, {\n N: 1 << 14,\n p: 5,\n r: 8\n }, {\n N: 1 << 15,\n p: 3,\n r: 8\n }, {\n N: 1 << 15,\n p: 1,\n r: 8\n }, {\n N: 1 << 16,\n p: 2,\n r: 8\n }, {\n N: 1 << 17,\n p: 1,\n r: 8\n }];\n exports.DEFAULT_PARAMS = {\n N: 1 << 17,\n p: 1,\n r: 8\n };\n});","lineCount":38,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"DEFAULT_PARAMS"],[7,24,3,22],[7,27,3,25,"exports"],[7,34,3,32],[7,35,3,33,"ALLOWED_PARAMS"],[7,49,3,47],[7,52,3,50],[7,57,3,55],[7,58,3,56],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"ALLOWED_PARAMS"],[8,24,4,22],[8,27,4,25],[8,28,5,4],[9,4,5,6,"N"],[9,5,5,7],[9,7,5,9],[9,8,5,10],[9,12,5,14],[9,14,5,16],[10,4,5,18,"p"],[10,5,5,19],[10,7,5,21],[10,9,5,23],[11,4,5,25,"r"],[11,5,5,26],[11,7,5,28],[12,2,5,30],[12,3,5,31],[12,5,6,4],[13,4,6,6,"N"],[13,5,6,7],[13,7,6,9],[13,8,6,10],[13,12,6,14],[13,14,6,16],[14,4,6,18,"p"],[14,5,6,19],[14,7,6,21],[14,8,6,22],[15,4,6,24,"r"],[15,5,6,25],[15,7,6,27],[16,2,6,29],[16,3,6,30],[16,5,7,4],[17,4,7,6,"N"],[17,5,7,7],[17,7,7,9],[17,8,7,10],[17,12,7,14],[17,14,7,16],[18,4,7,18,"p"],[18,5,7,19],[18,7,7,21],[18,8,7,22],[19,4,7,24,"r"],[19,5,7,25],[19,7,7,27],[20,2,7,29],[20,3,7,30],[20,5,8,4],[21,4,8,6,"N"],[21,5,8,7],[21,7,8,9],[21,8,8,10],[21,12,8,14],[21,14,8,16],[22,4,8,18,"p"],[22,5,8,19],[22,7,8,21],[22,8,8,22],[23,4,8,24,"r"],[23,5,8,25],[23,7,8,27],[24,2,8,29],[24,3,8,30],[24,5,9,4],[25,4,9,6,"N"],[25,5,9,7],[25,7,9,9],[25,8,9,10],[25,12,9,14],[25,14,9,16],[26,4,9,18,"p"],[26,5,9,19],[26,7,9,21],[26,8,9,22],[27,4,9,24,"r"],[27,5,9,25],[27,7,9,27],[28,2,9,29],[28,3,9,30],[28,5,10,4],[29,4,10,6,"N"],[29,5,10,7],[29,7,10,9],[29,8,10,10],[29,12,10,14],[29,14,10,16],[30,4,10,18,"p"],[30,5,10,19],[30,7,10,21],[30,8,10,22],[31,4,10,24,"r"],[31,5,10,25],[31,7,10,27],[32,2,10,29],[32,3,10,30],[32,4,11,1],[33,2,12,0,"exports"],[33,9,12,7],[33,10,12,8,"DEFAULT_PARAMS"],[33,24,12,22],[33,27,12,25],[34,4,13,4,"N"],[34,5,13,5],[34,7,13,7],[34,8,13,8],[34,12,13,12],[34,14,13,14],[35,4,14,4,"p"],[35,5,14,5],[35,7,14,7],[35,8,14,8],[36,4,15,4,"r"],[36,5,15,5],[36,7,15,7],[37,2,16,0],[37,3,16,1],[38,0,16,2],[38,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}