auto-commit for e1b77dbf-09c7-4e17-9a19-2e6f489c3c66

This commit is contained in:
emergent-agent-e1
2025-11-07 20:14:32 +00:00
parent 0f29efcf0e
commit b2cd315456
4434 changed files with 4434 additions and 1 deletions
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
@@ -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.packageInfo = void 0;\n exports.packageInfo = {\n name: '@polkadot/api-derive',\n path: typeof __dirname === 'string' ? __dirname : 'auto',\n type: 'cjs',\n version: '16.4.9'\n };\n});","lineCount":14,"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,"packageInfo"],[7,21,3,19],[7,24,3,22],[7,29,3,27],[7,30,3,28],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"packageInfo"],[8,21,4,19],[8,24,4,22],[9,4,4,24,"name"],[9,8,4,28],[9,10,4,30],[9,32,4,52],[10,4,4,54,"path"],[10,8,4,58],[10,10,4,60],[10,17,4,67,"__dirname"],[10,26,4,76],[10,31,4,81],[10,39,4,89],[10,42,4,92,"__dirname"],[10,51,4,101],[10,54,4,104],[10,60,4,110],[11,4,4,112,"type"],[11,8,4,116],[11,10,4,118],[11,15,4,123],[12,4,4,125,"version"],[12,11,4,132],[12,13,4,134],[13,2,4,143],[13,3,4,144],[14,0,4,145],[14,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"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
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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n /**\n * Copyright (c) 2016-present, Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n var LogBox = {\n ignoreLogs() {},\n ignoreAllLogs() {},\n uninstall() {},\n install() {}\n };\n var _default = LogBox;\n});","lineCount":29,"map":[[7,2,16,0,"Object"],[7,8,16,0],[7,9,16,0,"defineProperty"],[7,23,16,0],[7,24,16,0,"exports"],[7,31,16,0],[8,4,16,0,"enumerable"],[8,14,16,0],[9,4,16,0,"get"],[9,7,16,0],[9,18,16,0,"get"],[9,19,16,0],[10,6,16,0],[10,13,16,0,"_default"],[10,21,16,0],[11,4,16,0],[12,2,16,0],[13,2,1,0],[14,0,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,0,7,0],[20,0,8,0],[22,2,10,0],[22,6,10,4,"LogBox"],[22,12,10,10],[22,15,10,13],[23,4,11,2,"ignoreLogs"],[23,14,11,12,"ignoreLogs"],[23,15,11,12],[23,17,11,15],[23,18,11,16],[23,19,11,17],[24,4,12,2,"ignoreAllLogs"],[24,17,12,15,"ignoreAllLogs"],[24,18,12,15],[24,20,12,18],[24,21,12,19],[24,22,12,20],[25,4,13,2,"uninstall"],[25,13,13,11,"uninstall"],[25,14,13,11],[25,16,13,14],[25,17,13,15],[25,18,13,16],[26,4,14,2,"install"],[26,11,14,9,"install"],[26,12,14,9],[26,14,14,12],[26,15,14,13],[27,2,15,0],[27,3,15,1],[28,2,16,0],[28,6,16,0,"_default"],[28,14,16,0],[28,17,16,15,"LogBox"],[28,23,16,21],[29,0,16,22],[29,3]],"functionMap":{"names":["<global>","LogBox.ignoreLogs","LogBox.ignoreAllLogs","LogBox.uninstall","LogBox.install"],"mappings":"AAA;ECU,eD;EEC,kBF;EGC,cH;EIC,YJ"},"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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n /**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n var Platform = {\n OS: 'web',\n select: obj => 'web' in obj ? obj.web : obj.default,\n get isTesting() {\n if (process.env.NODE_ENV === 'test') {\n return true;\n }\n return false;\n }\n };\n var _default = Platform;\n});","lineCount":34,"map":[[7,2,21,0,"Object"],[7,8,21,0],[7,9,21,0,"defineProperty"],[7,23,21,0],[7,24,21,0,"exports"],[7,31,21,0],[8,4,21,0,"enumerable"],[8,14,21,0],[9,4,21,0,"get"],[9,7,21,0],[9,18,21,0,"get"],[9,19,21,0],[10,6,21,0],[10,13,21,0,"_default"],[10,21,21,0],[11,4,21,0],[12,2,21,0],[13,2,1,0],[14,0,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,0,7,0],[20,0,8,0],[21,0,9,0],[23,2,11,0],[23,6,11,4,"Platform"],[23,14,11,12],[23,17,11,15],[24,4,12,2,"OS"],[24,6,12,4],[24,8,12,6],[24,13,12,11],[25,4,13,2,"select"],[25,10,13,8],[25,12,13,10,"obj"],[25,15,13,13],[25,19,13,17],[25,24,13,22],[25,28,13,26,"obj"],[25,31,13,29],[25,34,13,32,"obj"],[25,37,13,35],[25,38,13,36,"web"],[25,41,13,39],[25,44,13,42,"obj"],[25,47,13,45],[25,48,13,46,"default"],[25,55,13,53],[26,4,14,2],[26,8,14,6,"isTesting"],[26,17,14,15,"isTesting"],[26,18,14,15],[26,20,14,18],[27,6,15,4],[27,10,15,8,"process"],[27,17,15,15],[27,18,15,16,"env"],[27,21,15,19],[27,22,15,20,"NODE_ENV"],[27,30,15,28],[27,35,15,33],[27,41,15,39],[27,43,15,41],[28,8,16,6],[28,15,16,13],[28,19,16,17],[29,6,17,4],[30,6,18,4],[30,13,18,11],[30,18,18,16],[31,4,19,2],[32,2,20,0],[32,3,20,1],[33,2,21,0],[33,6,21,0,"_default"],[33,14,21,0],[33,17,21,15,"Platform"],[33,25,21,23],[34,0,21,24],[34,3]],"functionMap":{"names":["<global>","Platform.select","Platform.get__isTesting"],"mappings":"AAA;UCY,2CD;EEC;GFK"},"hasCjsExports":false},"type":"js/module"}]}
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.isString = isString;\n exports.isUrlString = isUrlString;\n function isString(variable) {\n return typeof variable === \"string\";\n }\n function isUrlString(variable) {\n return isString(variable) && variable.startsWith(\"http\");\n }\n});","lineCount":15,"map":[[7,2,1,0,"exports"],[7,9,1,0],[7,10,1,0,"isString"],[7,18,1,0],[7,21,1,0,"isString"],[7,29,1,0],[8,2,5,0,"exports"],[8,9,5,0],[8,10,5,0,"isUrlString"],[8,21,5,0],[8,24,5,0,"isUrlString"],[8,35,5,0],[9,2,1,7],[9,11,1,16,"isString"],[9,19,1,24,"isString"],[9,20,1,25,"variable"],[9,28,1,33],[9,30,1,35],[10,4,2,4],[10,11,2,11],[10,18,2,18,"variable"],[10,26,2,26],[10,31,2,31],[10,39,2,39],[11,2,3,0],[12,2,5,7],[12,11,5,16,"isUrlString"],[12,22,5,27,"isUrlString"],[12,23,5,28,"variable"],[12,31,5,36],[12,33,5,38],[13,4,6,4],[13,11,6,11,"isString"],[13,19,6,19],[13,20,6,20,"variable"],[13,28,6,28],[13,29,6,29],[13,33,6,33,"variable"],[13,41,6,41],[13,42,6,42,"startsWith"],[13,52,6,52],[13,53,6,53],[13,59,6,59],[13,60,6,60],[14,2,7,0],[15,0,7,1],[15,3]],"functionMap":{"names":["<global>","isString","isUrlString"],"mappings":"AAA,OC;CDE;OEE;CFE"},"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.isU8a = isU8a;\n /**\n * @name isU8a\n * @summary Tests for a `Uint8Array` object instance.\n * @description\n * Checks to see if the input object is an instance of `Uint8Array`.\n * @example\n * <BR>\n *\n * ```javascript\n * import { isUint8Array } from '@polkadot/util';\n *\n * console.log('isU8a', isU8a([])); // => false\n * ```\n */\n function isU8a(value) {\n // here we defer the instanceof check which is actually slightly\n // slower than just checking the constrctor (direct instances)\n return (value && value.constructor) === Uint8Array || value instanceof Uint8Array;\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,"isU8a"],[7,15,3,13],[7,18,3,16,"isU8a"],[7,23,3,21],[8,2,4,0],[9,0,5,0],[10,0,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,0,13,0],[18,0,14,0],[19,0,15,0],[20,0,16,0],[21,0,17,0],[22,2,18,0],[22,11,18,9,"isU8a"],[22,16,18,14,"isU8a"],[22,17,18,15,"value"],[22,22,18,20],[22,24,18,22],[23,4,19,4],[24,4,20,4],[25,4,21,4],[25,11,21,13],[25,12,21,14,"value"],[25,17,21,19],[25,21,21,23,"value"],[25,26,21,28],[25,27,21,29,"constructor"],[25,38,21,40],[25,44,21,46,"Uint8Array"],[25,54,21,56],[25,58,22,8,"value"],[25,63,22,13],[25,75,22,25,"Uint8Array"],[25,85,22,35],[26,2,23,0],[27,0,23,1],[27,3]],"functionMap":{"names":["<global>","isU8a"],"mappings":"AAA;ACiB;CDK"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"../base/Int.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":17,"index":116},"end":{"line":4,"column":42,"index":141}}],"key":"SlffvXn82qFioD0Fs9i7i5qBx+U=","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.i32 = void 0;\n const Int_js_1 = require(_dependencyMap[0], \"../base/Int.js\");\n /**\n * @name i32\n * @description\n * A 32-bit signed integer\n */\n class i32 extends Int_js_1.Int.with(32) {\n // NOTE without this, we cannot properly determine extensions\n __IntType = 'i32';\n }\n exports.i32 = i32;\n});","lineCount":19,"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,"i32"],[7,13,3,11],[7,16,3,14],[7,21,3,19],[7,22,3,20],[8,2,4,0],[8,8,4,6,"Int_js_1"],[8,16,4,14],[8,19,4,17,"require"],[8,26,4,24],[8,27,4,24,"_dependencyMap"],[8,41,4,24],[8,62,4,41],[8,63,4,42],[9,2,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,2,10,0],[14,8,10,6,"i32"],[14,11,10,9],[14,20,10,18,"Int_js_1"],[14,28,10,26],[14,29,10,27,"Int"],[14,32,10,30],[14,33,10,31,"with"],[14,37,10,35],[14,38,10,36],[14,40,10,38],[14,41,10,39],[14,42,10,40],[15,4,11,4],[16,4,12,4,"__IntType"],[16,13,12,13],[16,16,12,16],[16,21,12,21],[17,2,13,0],[18,2,14,0,"exports"],[18,9,14,7],[18,10,14,8,"i32"],[18,13,14,11],[18,16,14,14,"i32"],[18,19,14,17],[19,0,14,18],[19,3]],"functionMap":{"names":["<global>","i32"],"mappings":"AAA;ACS;CDG"},"hasCjsExports":true},"type":"js/module"}]}