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
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":[],"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.objectSpread = objectSpread;\n /**\n * @name objectSpread\n * @summary Concats all sources into the destination\n * @description Spreads object properties while maintaining object integrity\n */\n function objectSpread(dest, ...sources) {\n const filterProps = new Set(['__proto__', 'constructor', 'prototype']);\n for (let i = 0, count = sources.length; i < count; i++) {\n const src = sources[i];\n if (src) {\n if (typeof src.entries === 'function') {\n for (const [key, value] of src.entries()) {\n if (!filterProps.has(key)) {\n dest[key] = value;\n }\n }\n } else {\n // Create a clean copy of the source object\n const sanitizedSrc = Object.create(null);\n for (const [key, value] of Object.entries(src)) {\n if (!filterProps.has(key)) {\n sanitizedSrc[key] = value;\n }\n }\n Object.assign(dest, sanitizedSrc);\n }\n }\n }\n return dest;\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,"objectSpread"],[7,22,3,20],[7,25,3,23,"objectSpread"],[7,37,3,35],[8,2,4,0],[9,0,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,2,9,0],[13,11,9,9,"objectSpread"],[13,23,9,21,"objectSpread"],[13,24,9,22,"dest"],[13,28,9,26],[13,30,9,28],[13,33,9,31,"sources"],[13,40,9,38],[13,42,9,40],[14,4,10,4],[14,10,10,10,"filterProps"],[14,21,10,21],[14,24,10,24],[14,28,10,28,"Set"],[14,31,10,31],[14,32,10,32],[14,33,10,33],[14,44,10,44],[14,46,10,46],[14,59,10,59],[14,61,10,61],[14,72,10,72],[14,73,10,73],[14,74,10,74],[15,4,11,4],[15,9,11,9],[15,13,11,13,"i"],[15,14,11,14],[15,17,11,17],[15,18,11,18],[15,20,11,20,"count"],[15,25,11,25],[15,28,11,28,"sources"],[15,35,11,35],[15,36,11,36,"length"],[15,42,11,42],[15,44,11,44,"i"],[15,45,11,45],[15,48,11,48,"count"],[15,53,11,53],[15,55,11,55,"i"],[15,56,11,56],[15,58,11,58],[15,60,11,60],[16,6,12,8],[16,12,12,14,"src"],[16,15,12,17],[16,18,12,20,"sources"],[16,25,12,27],[16,26,12,28,"i"],[16,27,12,29],[16,28,12,30],[17,6,13,8],[17,10,13,12,"src"],[17,13,13,15],[17,15,13,17],[18,8,14,12],[18,12,14,16],[18,19,14,23,"src"],[18,22,14,26],[18,23,14,27,"entries"],[18,30,14,34],[18,35,14,39],[18,45,14,49],[18,47,14,51],[19,10,15,16],[19,15,15,21],[19,21,15,27],[19,22,15,28,"key"],[19,25,15,31],[19,27,15,33,"value"],[19,32,15,38],[19,33,15,39],[19,37,15,43,"src"],[19,40,15,46],[19,41,15,47,"entries"],[19,48,15,54],[19,49,15,55],[19,50,15,56],[19,52,15,58],[20,12,16,20],[20,16,16,24],[20,17,16,25,"filterProps"],[20,28,16,36],[20,29,16,37,"has"],[20,32,16,40],[20,33,16,41,"key"],[20,36,16,44],[20,37,16,45],[20,39,16,47],[21,14,17,24,"dest"],[21,18,17,28],[21,19,17,29,"key"],[21,22,17,32],[21,23,17,33],[21,26,17,36,"value"],[21,31,17,41],[22,12,18,20],[23,10,19,16],[24,8,20,12],[24,9,20,13],[24,15,21,17],[25,10,22,16],[26,10,23,16],[26,16,23,22,"sanitizedSrc"],[26,28,23,34],[26,31,23,37,"Object"],[26,37,23,43],[26,38,23,44,"create"],[26,44,23,50],[26,45,23,51],[26,49,23,55],[26,50,23,56],[27,10,24,16],[27,15,24,21],[27,21,24,27],[27,22,24,28,"key"],[27,25,24,31],[27,27,24,33,"value"],[27,32,24,38],[27,33,24,39],[27,37,24,43,"Object"],[27,43,24,49],[27,44,24,50,"entries"],[27,51,24,57],[27,52,24,58,"src"],[27,55,24,61],[27,56,24,62],[27,58,24,64],[28,12,25,20],[28,16,25,24],[28,17,25,25,"filterProps"],[28,28,25,36],[28,29,25,37,"has"],[28,32,25,40],[28,33,25,41,"key"],[28,36,25,44],[28,37,25,45],[28,39,25,47],[29,14,26,24,"sanitizedSrc"],[29,26,26,36],[29,27,26,37,"key"],[29,30,26,40],[29,31,26,41],[29,34,26,44,"value"],[29,39,26,49],[30,12,27,20],[31,10,28,16],[32,10,29,16,"Object"],[32,16,29,22],[32,17,29,23,"assign"],[32,23,29,29],[32,24,29,30,"dest"],[32,28,29,34],[32,30,29,36,"sanitizedSrc"],[32,42,29,48],[32,43,29,49],[33,8,30,12],[34,6,31,8],[35,4,32,4],[36,4,33,4],[36,11,33,11,"dest"],[36,15,33,15],[37,2,34,0],[38,0,34,1],[38,3]],"functionMap":{"names":["<global>","objectSpread"],"mappings":"AAA;ACQ;CDyB"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":137},"end":{"line":4,"column":40,"index":162}}],"key":"u0mzEw2nilnHoUWtEdZl0JKHutA=","exportNames":["*"],"imports":1}},{"name":"@polkadot/wasm-crypto","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":22,"index":186},"end":{"line":5,"column":54,"index":218}}],"key":"iIJx+ejRpeeDyPIizByl2fy6gpQ=","exportNames":["*"],"imports":1}},{"name":"./bip39.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":19,"index":239},"end":{"line":6,"column":40,"index":260}}],"key":"nIAAL+4W445k7CNw2BEqjMMxF0A=","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.mnemonicValidate = mnemonicValidate;\n const util_1 = require(_dependencyMap[0], \"@polkadot/util\");\n const wasm_crypto_1 = require(_dependencyMap[1], \"@polkadot/wasm-crypto\");\n const bip39_js_1 = require(_dependencyMap[2], \"./bip39.js\");\n /**\n * @name mnemonicValidate\n * @summary Validates a mnemonic input using [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki).\n * @example\n * <BR>\n *\n * ```javascript\n * import { mnemonicGenerate, mnemonicValidate } from '@polkadot/util-crypto';\n *\n * const mnemonic = mnemonicGenerate(); // => string\n * const isValidMnemonic = mnemonicValidate(mnemonic); // => boolean\n * ```\n */\n function mnemonicValidate(mnemonic, wordlist, onlyJs) {\n return !util_1.hasBigInt || !wordlist && !onlyJs && (0, wasm_crypto_1.isReady)() ? (0, wasm_crypto_1.bip39Validate)(mnemonic) : (0, bip39_js_1.validateMnemonic)(mnemonic, wordlist);\n }\n});","lineCount":27,"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,"mnemonicValidate"],[7,26,3,24],[7,29,3,27,"mnemonicValidate"],[7,45,3,43],[8,2,4,0],[8,8,4,6,"util_1"],[8,14,4,12],[8,17,4,15,"require"],[8,24,4,22],[8,25,4,22,"_dependencyMap"],[8,39,4,22],[8,60,4,39],[8,61,4,40],[9,2,5,0],[9,8,5,6,"wasm_crypto_1"],[9,21,5,19],[9,24,5,22,"require"],[9,31,5,29],[9,32,5,29,"_dependencyMap"],[9,46,5,29],[9,74,5,53],[9,75,5,54],[10,2,6,0],[10,8,6,6,"bip39_js_1"],[10,18,6,16],[10,21,6,19,"require"],[10,28,6,26],[10,29,6,26,"_dependencyMap"],[10,43,6,26],[10,60,6,39],[10,61,6,40],[11,2,7,0],[12,0,8,0],[13,0,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,"mnemonicValidate"],[24,27,20,25,"mnemonicValidate"],[24,28,20,26,"mnemonic"],[24,36,20,34],[24,38,20,36,"wordlist"],[24,46,20,44],[24,48,20,46,"onlyJs"],[24,54,20,52],[24,56,20,54],[25,4,21,4],[25,11,21,11],[25,12,21,12,"util_1"],[25,18,21,18],[25,19,21,19,"hasBigInt"],[25,28,21,28],[25,32,21,33],[25,33,21,34,"wordlist"],[25,41,21,42],[25,45,21,46],[25,46,21,47,"onlyJs"],[25,52,21,53],[25,56,21,57],[25,57,21,58],[25,58,21,59],[25,60,21,61,"wasm_crypto_1"],[25,73,21,74],[25,74,21,75,"isReady"],[25,81,21,82],[25,83,21,84],[25,84,21,86],[25,87,22,10],[25,88,22,11],[25,89,22,12],[25,91,22,14,"wasm_crypto_1"],[25,104,22,27],[25,105,22,28,"bip39Validate"],[25,118,22,41],[25,120,22,43,"mnemonic"],[25,128,22,51],[25,129,22,52],[25,132,23,10],[25,133,23,11],[25,134,23,12],[25,136,23,14,"bip39_js_1"],[25,146,23,24],[25,147,23,25,"validateMnemonic"],[25,163,23,41],[25,165,23,43,"mnemonic"],[25,173,23,51],[25,175,23,53,"wordlist"],[25,183,23,61],[25,184,23,62],[26,2,24,0],[27,0,24,1],[27,3]],"functionMap":{"names":["<global>","mnemonicValidate"],"mappings":"AAA;ACmB;CDI"},"hasCjsExports":true},"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