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
@@ -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, \"runtime\", {\n enumerable: true,\n get: function () {\n return runtime;\n }\n });\n const finalityV1 = {\n methods: {\n best_finalized: {\n description: 'Returns number and hash of the best finalized header known to the bridge module.',\n params: [],\n type: '(BlockNumber, Hash)'\n }\n },\n version: 1\n };\n const runtime = {\n KusamaFinalityApi: [finalityV1],\n PolkadotFinalityApi: [finalityV1],\n RococoFinalityApi: [finalityV1],\n WestendFinalityApi: [finalityV1]\n };\n});","lineCount":29,"map":[[7,2,11,0,"Object"],[7,8,11,0],[7,9,11,0,"defineProperty"],[7,23,11,0],[7,24,11,0,"exports"],[7,31,11,0],[8,4,11,0,"enumerable"],[8,14,11,0],[9,4,11,0,"get"],[9,7,11,0],[9,18,11,0,"get"],[9,19,11,0],[10,6,11,0],[10,13,11,0,"runtime"],[10,20,11,0],[11,4,11,0],[12,2,11,0],[13,2,1,0],[13,8,1,6,"finalityV1"],[13,18,1,16],[13,21,1,19],[14,4,2,4,"methods"],[14,11,2,11],[14,13,2,13],[15,6,3,8,"best_finalized"],[15,20,3,22],[15,22,3,24],[16,8,4,12,"description"],[16,19,4,23],[16,21,4,25],[16,103,4,107],[17,8,5,12,"params"],[17,14,5,18],[17,16,5,20],[17,18,5,22],[18,8,6,12,"type"],[18,12,6,16],[18,14,6,18],[19,6,7,8],[20,4,8,4],[20,5,8,5],[21,4,9,4,"version"],[21,11,9,11],[21,13,9,13],[22,2,10,0],[22,3,10,1],[23,2,11,7],[23,8,11,13,"runtime"],[23,15,11,20],[23,18,11,23],[24,4,12,4,"KusamaFinalityApi"],[24,21,12,21],[24,23,12,23],[24,24,12,24,"finalityV1"],[24,34,12,34],[24,35,12,35],[25,4,13,4,"PolkadotFinalityApi"],[25,23,13,23],[25,25,13,25],[25,26,13,26,"finalityV1"],[25,36,13,36],[25,37,13,37],[26,4,14,4,"RococoFinalityApi"],[26,21,14,21],[26,23,14,23],[26,24,14,24,"finalityV1"],[26,34,14,34],[26,35,14,35],[27,4,15,4,"WestendFinalityApi"],[27,22,15,22],[27,24,15,24],[27,25,15,25,"finalityV1"],[27,35,15,35],[28,2,16,0],[28,3,16,1],[29,0,16,2],[29,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"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 module.exports = (string, separator) => {\n if (!(typeof string === 'string' && typeof separator === 'string')) {\n throw new TypeError('Expected the arguments to be of type `string`');\n }\n if (separator === '') {\n return [string];\n }\n const separatorIndex = string.indexOf(separator);\n if (separatorIndex === -1) {\n return [string];\n }\n return [string.slice(0, separatorIndex), string.slice(separatorIndex + separator.length)];\n };\n});","lineCount":17,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0,"module"],[4,8,3,6],[4,9,3,7,"exports"],[4,16,3,14],[4,19,3,17],[4,20,3,18,"string"],[4,26,3,24],[4,28,3,26,"separator"],[4,37,3,35],[4,42,3,40],[5,4,4,1],[5,8,4,5],[5,10,4,7],[5,17,4,14,"string"],[5,23,4,20],[5,28,4,25],[5,36,4,33],[5,40,4,37],[5,47,4,44,"separator"],[5,56,4,53],[5,61,4,58],[5,69,4,66],[5,70,4,67],[5,72,4,69],[6,6,5,2],[6,12,5,8],[6,16,5,12,"TypeError"],[6,25,5,21],[6,26,5,22],[6,73,5,69],[6,74,5,70],[7,4,6,1],[8,4,8,1],[8,8,8,5,"separator"],[8,17,8,14],[8,22,8,19],[8,24,8,21],[8,26,8,23],[9,6,9,2],[9,13,9,9],[9,14,9,10,"string"],[9,20,9,16],[9,21,9,17],[10,4,10,1],[11,4,12,1],[11,10,12,7,"separatorIndex"],[11,24,12,21],[11,27,12,24,"string"],[11,33,12,30],[11,34,12,31,"indexOf"],[11,41,12,38],[11,42,12,39,"separator"],[11,51,12,48],[11,52,12,49],[12,4,14,1],[12,8,14,5,"separatorIndex"],[12,22,14,19],[12,27,14,24],[12,28,14,25],[12,29,14,26],[12,31,14,28],[13,6,15,2],[13,13,15,9],[13,14,15,10,"string"],[13,20,15,16],[13,21,15,17],[14,4,16,1],[15,4,18,1],[15,11,18,8],[15,12,19,2,"string"],[15,18,19,8],[15,19,19,9,"slice"],[15,24,19,14],[15,25,19,15],[15,26,19,16],[15,28,19,18,"separatorIndex"],[15,42,19,32],[15,43,19,33],[15,45,20,2,"string"],[15,51,20,8],[15,52,20,9,"slice"],[15,57,20,14],[15,58,20,15,"separatorIndex"],[15,72,20,29],[15,75,20,32,"separator"],[15,84,20,41],[15,85,20,42,"length"],[15,91,20,48],[15,92,20,49],[15,93,21,2],[16,2,22,0],[16,3,22,1],[17,0,22,2],[17,3]],"functionMap":{"names":["<global>","module.exports"],"mappings":"AAA;iBCE;CDmB"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":31,"index":31}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"./TransitionProgressContext","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":32},"end":{"line":2,"column":68,"index":100}}],"key":"YgFkpQMOm7qkv4gM/LY2PvjMxwM=","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 function _interopNamespace(e) {\n if (e && e.__esModule) return e;\n var n = {};\n if (e) Object.keys(e).forEach(function (k) {\n var d = Object.getOwnPropertyDescriptor(e, k);\n Object.defineProperty(n, k, d.get ? d : {\n enumerable: true,\n get: function () {\n return e[k];\n }\n });\n });\n n.default = e;\n return n;\n }\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return useTransitionProgress;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var React = _interopNamespace(_react);\n var _TransitionProgressContext = require(_dependencyMap[1], \"./TransitionProgressContext\");\n var TransitionProgressContext = _interopDefault(_TransitionProgressContext);\n function useTransitionProgress() {\n const progress = React.useContext(TransitionProgressContext.default);\n if (progress === undefined) {\n throw new Error(\"Couldn't find values for transition progress. Are you inside a screen in Native Stack?\");\n }\n return progress;\n }\n});","lineCount":44,"map":[[27,2,3,15,"Object"],[27,8,3,15],[27,9,3,15,"defineProperty"],[27,23,3,15],[27,24,3,15,"exports"],[27,31,3,15],[28,4,3,15,"enumerable"],[28,14,3,15],[29,4,3,15,"get"],[29,7,3,15],[29,18,3,15,"get"],[29,19,3,15],[30,6,3,15],[30,13,3,15,"useTransitionProgress"],[30,34,3,15],[31,4,3,15],[32,2,3,15],[33,2,1,0],[33,6,1,0,"_react"],[33,12,1,0],[33,15,1,0,"require"],[33,22,1,0],[33,23,1,0,"_dependencyMap"],[33,37,1,0],[34,2,1,0],[34,6,1,0,"React"],[34,11,1,0],[34,14,1,0,"_interopNamespace"],[34,31,1,0],[34,32,1,0,"_react"],[34,38,1,0],[35,2,2,0],[35,6,2,0,"_TransitionProgressContext"],[35,32,2,0],[35,35,2,0,"require"],[35,42,2,0],[35,43,2,0,"_dependencyMap"],[35,57,2,0],[36,2,2,0],[36,6,2,0,"TransitionProgressContext"],[36,31,2,0],[36,34,2,0,"_interopDefault"],[36,49,2,0],[36,50,2,0,"_TransitionProgressContext"],[36,76,2,0],[37,2,3,15],[37,11,3,24,"useTransitionProgress"],[37,32,3,45,"useTransitionProgress"],[37,33,3,45],[37,35,3,48],[38,4,4,2],[38,10,4,8,"progress"],[38,18,4,16],[38,21,4,19,"React"],[38,26,4,24],[38,27,4,25,"useContext"],[38,37,4,35],[38,38,4,36,"TransitionProgressContext"],[38,63,4,61],[38,64,4,61,"default"],[38,71,4,61],[38,72,4,62],[39,4,5,2],[39,8,5,6,"progress"],[39,16,5,14],[39,21,5,19,"undefined"],[39,30,5,28],[39,32,5,30],[40,6,6,4],[40,12,6,10],[40,16,6,14,"Error"],[40,21,6,19],[40,22,6,20],[40,110,6,108],[40,111,6,109],[41,4,7,2],[42,4,8,2],[42,11,8,9,"progress"],[42,19,8,17],[43,2,9,0],[44,0,9,1],[44,3]],"functionMap":{"names":["<global>","useTransitionProgress"],"mappings":"AAA;eCE;CDM"},"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
@@ -0,0 +1 @@
{"dependencies":[{"name":"../config","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":35,"index":35}}],"key":"pHqFJJBAh3HI9ZCkK8fFRwPv3x0=","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.errorContext = errorContext;\n exports.captureError = captureError;\n var _config = require(_dependencyMap[0], \"../config\");\n var context = null;\n function errorContext(cb) {\n if (_config.config.useDeprecatedSynchronousErrorHandling) {\n var isRoot = !context;\n if (isRoot) {\n context = {\n errorThrown: false,\n error: null\n };\n }\n cb();\n if (isRoot) {\n var _a = context,\n errorThrown = _a.errorThrown,\n error = _a.error;\n context = null;\n if (errorThrown) {\n throw error;\n }\n }\n } else {\n cb();\n }\n }\n function captureError(err) {\n if (_config.config.useDeprecatedSynchronousErrorHandling && context) {\n context.errorThrown = true;\n context.error = err;\n }\n }\n});","lineCount":40,"map":[[7,2,3,0,"exports"],[7,9,3,0],[7,10,3,0,"errorContext"],[7,22,3,0],[7,25,3,0,"errorContext"],[7,37,3,0],[8,2,22,0,"exports"],[8,9,22,0],[8,10,22,0,"captureError"],[8,22,22,0],[8,25,22,0,"captureError"],[8,37,22,0],[9,2,1,0],[9,6,1,0,"_config"],[9,13,1,0],[9,16,1,0,"require"],[9,23,1,0],[9,24,1,0,"_dependencyMap"],[9,38,1,0],[10,2,2,0],[10,6,2,4,"context"],[10,13,2,11],[10,16,2,14],[10,20,2,18],[11,2,3,7],[11,11,3,16,"errorContext"],[11,23,3,28,"errorContext"],[11,24,3,29,"cb"],[11,26,3,31],[11,28,3,33],[12,4,4,4],[12,8,4,8,"config"],[12,15,4,14],[12,16,4,14,"config"],[12,22,4,14],[12,23,4,15,"useDeprecatedSynchronousErrorHandling"],[12,60,4,52],[12,62,4,54],[13,6,5,8],[13,10,5,12,"isRoot"],[13,16,5,18],[13,19,5,21],[13,20,5,22,"context"],[13,27,5,29],[14,6,6,8],[14,10,6,12,"isRoot"],[14,16,6,18],[14,18,6,20],[15,8,7,12,"context"],[15,15,7,19],[15,18,7,22],[16,10,7,24,"errorThrown"],[16,21,7,35],[16,23,7,37],[16,28,7,42],[17,10,7,44,"error"],[17,15,7,49],[17,17,7,51],[18,8,7,56],[18,9,7,57],[19,6,8,8],[20,6,9,8,"cb"],[20,8,9,10],[20,9,9,11],[20,10,9,12],[21,6,10,8],[21,10,10,12,"isRoot"],[21,16,10,18],[21,18,10,20],[22,8,11,12],[22,12,11,16,"_a"],[22,14,11,18],[22,17,11,21,"context"],[22,24,11,28],[23,10,11,30,"errorThrown"],[23,21,11,41],[23,24,11,44,"_a"],[23,26,11,46],[23,27,11,47,"errorThrown"],[23,38,11,58],[24,10,11,60,"error"],[24,15,11,65],[24,18,11,68,"_a"],[24,20,11,70],[24,21,11,71,"error"],[24,26,11,76],[25,8,12,12,"context"],[25,15,12,19],[25,18,12,22],[25,22,12,26],[26,8,13,12],[26,12,13,16,"errorThrown"],[26,23,13,27],[26,25,13,29],[27,10,14,16],[27,16,14,22,"error"],[27,21,14,27],[28,8,15,12],[29,6,16,8],[30,4,17,4],[30,5,17,5],[30,11,18,9],[31,6,19,8,"cb"],[31,8,19,10],[31,9,19,11],[31,10,19,12],[32,4,20,4],[33,2,21,0],[34,2,22,7],[34,11,22,16,"captureError"],[34,23,22,28,"captureError"],[34,24,22,29,"err"],[34,27,22,32],[34,29,22,34],[35,4,23,4],[35,8,23,8,"config"],[35,15,23,14],[35,16,23,14,"config"],[35,22,23,14],[35,23,23,15,"useDeprecatedSynchronousErrorHandling"],[35,60,23,52],[35,64,23,56,"context"],[35,71,23,63],[35,73,23,65],[36,6,24,8,"context"],[36,13,24,15],[36,14,24,16,"errorThrown"],[36,25,24,27],[36,28,24,30],[36,32,24,34],[37,6,25,8,"context"],[37,13,25,15],[37,14,25,16,"error"],[37,19,25,21],[37,22,25,24,"err"],[37,25,25,27],[38,4,26,4],[39,2,27,0],[40,0,27,1],[40,3]],"functionMap":{"names":["<global>","errorContext","captureError"],"mappings":"AAA;OCE;CDkB;OEC;CFK"},"hasCjsExports":false},"type":"js/module"}]}