auto-commit for 419f22ef-909a-4d7d-ab8a-e053a891ce1f

This commit is contained in:
emergent-agent-e1
2025-10-24 02:46:57 +00:00
parent 41853ac979
commit c0604aafc1
1555 changed files with 1555 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":49,"index":49}}],"key":"ISHU1ovvPMrCldqRjtd1JhW9dyo=","exportNames":["*"],"imports":1}},{"name":"../base64/index.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":50},"end":{"line":2,"column":50,"index":100}}],"key":"Z3xSsNbHAikkzQWtTKgHwrc2kqk=","exportNames":["*"],"imports":1}},{"name":"./decryptData.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":101},"end":{"line":3,"column":51,"index":152}}],"key":"MC0Ve/YgGl1vsiuGakDFA+0UJXY=","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.jsonDecrypt = jsonDecrypt;\n var _polkadotUtil = require(_dependencyMap[0], \"@polkadot/util\");\n var _base64IndexJs = require(_dependencyMap[1], \"../base64/index.js\");\n var _decryptDataJs = require(_dependencyMap[2], \"./decryptData.js\");\n function jsonDecrypt({\n encoded,\n encoding\n }, passphrase) {\n if (!encoded) {\n throw new Error('No encrypted data available to decode');\n }\n return (0, _decryptDataJs.jsonDecryptData)((0, _polkadotUtil.isHex)(encoded) ? (0, _polkadotUtil.hexToU8a)(encoded) : (0, _base64IndexJs.base64Decode)(encoded), passphrase, Array.isArray(encoding.type) ? encoding.type : [encoding.type]);\n }\n});","lineCount":20,"map":[[7,2,4,0,"exports"],[7,9,4,0],[7,10,4,0,"jsonDecrypt"],[7,21,4,0],[7,24,4,0,"jsonDecrypt"],[7,35,4,0],[8,2,1,0],[8,6,1,0,"_polkadotUtil"],[8,19,1,0],[8,22,1,0,"require"],[8,29,1,0],[8,30,1,0,"_dependencyMap"],[8,44,1,0],[9,2,2,0],[9,6,2,0,"_base64IndexJs"],[9,20,2,0],[9,23,2,0,"require"],[9,30,2,0],[9,31,2,0,"_dependencyMap"],[9,45,2,0],[10,2,3,0],[10,6,3,0,"_decryptDataJs"],[10,20,3,0],[10,23,3,0,"require"],[10,30,3,0],[10,31,3,0,"_dependencyMap"],[10,45,3,0],[11,2,4,7],[11,11,4,16,"jsonDecrypt"],[11,22,4,27,"jsonDecrypt"],[11,23,4,28],[12,4,4,30,"encoded"],[12,11,4,37],[13,4,4,39,"encoding"],[14,2,4,48],[14,3,4,49],[14,5,4,51,"passphrase"],[14,15,4,61],[14,17,4,63],[15,4,5,4],[15,8,5,8],[15,9,5,9,"encoded"],[15,16,5,16],[15,18,5,18],[16,6,6,8],[16,12,6,14],[16,16,6,18,"Error"],[16,21,6,23],[16,22,6,24],[16,61,6,63],[16,62,6,64],[17,4,7,4],[18,4,8,4],[18,11,8,11],[18,15,8,11,"jsonDecryptData"],[18,29,8,26],[18,30,8,26,"jsonDecryptData"],[18,45,8,26],[18,47,8,27],[18,51,8,27,"isHex"],[18,64,8,32],[18,65,8,32,"isHex"],[18,70,8,32],[18,72,8,33,"encoded"],[18,79,8,40],[18,80,8,41],[18,83,9,10],[18,87,9,10,"hexToU8a"],[18,100,9,18],[18,101,9,18,"hexToU8a"],[18,109,9,18],[18,111,9,19,"encoded"],[18,118,9,26],[18,119,9,27],[18,122,10,10],[18,126,10,10,"base64Decode"],[18,140,10,22],[18,141,10,22,"base64Decode"],[18,153,10,22],[18,155,10,23,"encoded"],[18,162,10,30],[18,163,10,31],[18,165,10,33,"passphrase"],[18,175,10,43],[18,177,10,45,"Array"],[18,182,10,50],[18,183,10,51,"isArray"],[18,190,10,58],[18,191,10,59,"encoding"],[18,199,10,67],[18,200,10,68,"type"],[18,204,10,72],[18,205,10,73],[18,208,11,10,"encoding"],[18,216,11,18],[18,217,11,19,"type"],[18,221,11,23],[18,224,12,10],[18,225,12,11,"encoding"],[18,233,12,19],[18,234,12,20,"type"],[18,238,12,24],[18,239,12,25],[18,240,12,26],[19,2,13,0],[20,0,13,1],[20,3]],"functionMap":{"names":["<global>","jsonDecrypt"],"mappings":"AAA;OCG;CDS"},"hasCjsExports":false},"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.arrayRange = arrayRange;\n /**\n * @name arrayRange\n * @summary Returns a range of numbers ith the size and the specified offset\n * @description\n * Returns a new array of numbers with the specific size. Optionally, when `startAt`, is provided, it generates the range to start at a specific value.\n * @example\n * <BR>\n *\n * ```javascript\n * import { arrayRange } from '@polkadot/util';\n *\n * arrayRange(5); // [0, 1, 2, 3, 4]\n * arrayRange(3, 5); // [5, 6, 7]\n * ```\n */\n function arrayRange(size, startAt = 0) {\n if (size <= 0) {\n throw new Error('Expected non-zero, positive number as a range size');\n }\n const result = new Array(size);\n for (let i = 0; i < size; i++) {\n result[i] = i + startAt;\n }\n return result;\n }\n});","lineCount":33,"map":[[7,2,16,0,"exports"],[7,9,16,0],[7,10,16,0,"arrayRange"],[7,20,16,0],[7,23,16,0,"arrayRange"],[7,33,16,0],[8,2,1,0],[9,0,2,0],[10,0,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[16,0,9,0],[17,0,10,0],[18,0,11,0],[19,0,12,0],[20,0,13,0],[21,0,14,0],[22,0,15,0],[23,2,16,7],[23,11,16,16,"arrayRange"],[23,21,16,26,"arrayRange"],[23,22,16,27,"size"],[23,26,16,31],[23,28,16,33,"startAt"],[23,35,16,40],[23,38,16,43],[23,39,16,44],[23,41,16,46],[24,4,17,4],[24,8,17,8,"size"],[24,12,17,12],[24,16,17,16],[24,17,17,17],[24,19,17,19],[25,6,18,8],[25,12,18,14],[25,16,18,18,"Error"],[25,21,18,23],[25,22,18,24],[25,74,18,76],[25,75,18,77],[26,4,19,4],[27,4,20,4],[27,10,20,10,"result"],[27,16,20,16],[27,19,20,19],[27,23,20,23,"Array"],[27,28,20,28],[27,29,20,29,"size"],[27,33,20,33],[27,34,20,34],[28,4,21,4],[28,9,21,9],[28,13,21,13,"i"],[28,14,21,14],[28,17,21,17],[28,18,21,18],[28,20,21,20,"i"],[28,21,21,21],[28,24,21,24,"size"],[28,28,21,28],[28,30,21,30,"i"],[28,31,21,31],[28,33,21,33],[28,35,21,35],[29,6,22,8,"result"],[29,12,22,14],[29,13,22,15,"i"],[29,14,22,16],[29,15,22,17],[29,18,22,20,"i"],[29,19,22,21],[29,22,22,24,"startAt"],[29,29,22,31],[30,4,23,4],[31,4,24,4],[31,11,24,11,"result"],[31,17,24,17],[32,2,25,0],[33,0,25,1],[33,3]],"functionMap":{"names":["<global>","arrayRange"],"mappings":"AAA;OCe;CDS"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long