@qqbrowser/openclaw-qbot 0.10.10 → 0.10.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build-info.json +3 -3
- package/dist/canvas-host/a2ui/.bundle.hash +1 -1
- package/dist/canvas-host/a2ui/a2ui.bundle.js +63 -53
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/bdd.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/endpointResolver.js +5 -5
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +45 -50
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/models/BedrockRuntimeServiceException.js +3 -3
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.browser.js +16 -18
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.js +21 -26
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.native.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.shared.js +9 -10
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/schemas/schemas_0.js +7 -4
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntime.js +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntimeClient.js +7 -10
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ApplyGuardrailCommand.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseCommand.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseStreamCommand.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/CountTokensCommand.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/GetAsyncInvokeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelCommand.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelWithBidirectionalStreamCommand.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelWithResponseStreamCommand.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ListAsyncInvokesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/StartAsyncInvokeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/bdd.js +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/models/BedrockRuntimeServiceException.js +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.browser.js +6 -8
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.js +6 -11
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.native.js +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.shared.js +3 -4
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeExtensions.js +3 -3
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/schemas/schemas_0.js +7 -4
- package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +13 -46
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +67 -55
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -2
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +595 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +717 -2
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +588 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +7 -7
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +54 -39
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +59 -0
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.browser.js +36 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +26 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.native.js +37 -0
- package/node_modules/@aws-sdk/{middleware-host-header/dist-es/index.js → core/dist-es/submodules/client/middleware-host-header/hostHeaderMiddleware.js} +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.js +3 -0
- package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.js +1 -1
- package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/check-features.js +2 -2
- package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/user-agent-middleware.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/region-config-resolver/awsRegionConfig.js +2 -0
- package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +1 -1
- package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/aws.js +1 -1
- package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.js +1 -1
- package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/partition.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -0
- package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.js +1 -1
- package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +7 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +26 -11
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +2 -0
- package/node_modules/@aws-sdk/{util-format-url/dist-es/index.js → core/dist-es/submodules/util/util-format-url/format-url.js} +1 -1
- package/node_modules/@aws-sdk/core/package.json +39 -17
- package/node_modules/@aws-sdk/core/util.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +15 -9
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +10 -10
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +7 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +13 -7
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/package.json +18 -12
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -14
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +14 -15
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -8
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +7 -8
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -12
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +7 -8
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +16 -17
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +3 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -34
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -7
- package/node_modules/@aws-sdk/eventstream-handler-node/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/eventstream-handler-node/dist-es/EventStreamPayloadHandler.js +1 -1
- package/node_modules/@aws-sdk/eventstream-handler-node/package.json +4 -5
- package/node_modules/@aws-sdk/middleware-eventstream/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-eventstream/dist-es/eventStreamHandlingMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-eventstream/dist-es/eventStreamHeaderMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-eventstream/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-websocket/dist-cjs/index.js +13 -15
- package/node_modules/@aws-sdk/middleware-websocket/dist-es/WebSocketFetchHandler.js +5 -5
- package/node_modules/@aws-sdk/middleware-websocket/dist-es/WebsocketSignatureV4.js +1 -1
- package/node_modules/@aws-sdk/middleware-websocket/dist-es/middlewares/websocketEndpointMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-websocket/dist-es/ws-eventstream/EventSigningTransformStream.js +1 -1
- package/node_modules/@aws-sdk/middleware-websocket/dist-es/ws-eventstream/EventStreamPayloadHandler.js +1 -1
- package/node_modules/@aws-sdk/middleware-websocket/package.json +7 -12
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +524 -63
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +458 -60
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +403 -60
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +597 -60
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +831 -58
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +6 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +5 -7
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +5 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +6 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +5 -7
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +5 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +6 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +5 -7
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +5 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +6 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +5 -7
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +5 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +6 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +5 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -7
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +5 -7
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +5 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/package.json +8 -37
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +38 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +2 -2
- package/node_modules/@aws-sdk/{middleware-sdk-s3/dist-es/s3-express/classes/SignatureV4S3Express.js → signature-v4-multi-region/dist-es/SignatureV4SignWithCredentials.js} +5 -10
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +3 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -6
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +18 -19
- package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +6 -7
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +60 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +6 -6
- package/node_modules/@babel/runtime/package.json +1 -1
- package/node_modules/@cacheable/memory/package.json +2 -6
- package/node_modules/@clack/core/dist/index.mjs +8 -8
- package/node_modules/@clack/core/package.json +1 -1
- package/node_modules/@clack/prompts/dist/index.mjs +122 -121
- package/node_modules/@clack/prompts/package.json +2 -2
- package/node_modules/@grammyjs/types/package.json +1 -1
- package/node_modules/@line/bot-sdk/node_modules/@types/node/package.json +2 -2
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +440 -73
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js +71 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +298 -35
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index-incubating.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/internal/utils.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/resource/SemanticResourceAttributes.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/resource/index.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +78 -13
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_events.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_metrics.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/trace/SemanticAttributes.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/trace/index.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js +2 -13
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +440 -73
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js +71 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +298 -35
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index-incubating.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/internal/utils.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/resource/SemanticResourceAttributes.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/resource/index.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +78 -13
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_events.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_metrics.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/trace/SemanticAttributes.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/trace/index.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js +2 -13
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +469 -97
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js +72 -13
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +307 -43
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index-incubating.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/src/internal/utils.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/src/resource/SemanticResourceAttributes.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/src/resource/index.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +81 -16
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_events.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_metrics.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/src/trace/SemanticAttributes.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/src/trace/index.js +1 -12
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +2 -13
- package/node_modules/@opentelemetry/semantic-conventions/package.json +2 -2
- package/node_modules/@protobufjs/eventemitter/index.js +17 -7
- package/node_modules/@protobufjs/eventemitter/package.json +2 -2
- package/node_modules/@protobufjs/fetch/index.js +4 -7
- package/node_modules/@protobufjs/fetch/package.json +7 -5
- package/node_modules/@protobufjs/fetch/util/fs.js +11 -0
- package/node_modules/@protobufjs/inquire/index.js +1 -0
- package/node_modules/@protobufjs/inquire/package.json +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.js +4 -2
- package/node_modules/@slack/web-api/package.json +2 -2
- package/node_modules/@smithy/core/cbor.js +0 -1
- package/node_modules/@smithy/core/checksum.js +1 -1
- package/node_modules/@smithy/core/client.js +0 -1
- package/node_modules/@smithy/core/config.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +12 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +163 -210
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +220 -122
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +163 -210
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +16 -9
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +14 -7
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +14 -5
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js +19 -21
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +1 -1
- package/node_modules/{@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js → @smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js} +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/uuid/v4.js +30 -29
- package/node_modules/@smithy/core/endpoints.js +0 -1
- package/node_modules/@smithy/core/event-streams.js +0 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/core/protocols.js +0 -1
- package/node_modules/@smithy/core/retry.js +1 -1
- package/node_modules/@smithy/core/schema.js +0 -1
- package/node_modules/@smithy/core/serde.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +4 -4
- package/node_modules/@smithy/signature-v4/package.json +3 -3
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -7
- package/node_modules/@smithy/util-utf8/dist-es/index.js +3 -1
- package/node_modules/@smithy/util-utf8/package.json +34 -9
- package/node_modules/@whiskeysockets/baileys/node_modules/p-queue/dist/index.js +10 -5
- package/node_modules/@whiskeysockets/baileys/node_modules/p-queue/package.json +1 -1
- package/node_modules/axios/dist/axios.js +81 -53
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/browser/axios.cjs +96 -64
- package/node_modules/axios/dist/esm/axios.js +96 -64
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/node/axios.cjs +206 -85
- package/node_modules/axios/index.d.cts +1 -1
- package/node_modules/axios/lib/adapters/fetch.js +6 -2
- package/node_modules/axios/lib/adapters/http.js +139 -29
- package/node_modules/axios/lib/adapters/xhr.js +2 -1
- package/node_modules/axios/lib/core/AxiosHeaders.js +1 -33
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/composeSignals.js +48 -47
- package/node_modules/axios/lib/helpers/formDataToJSON.js +1 -1
- package/node_modules/axios/lib/helpers/fromDataURI.js +18 -5
- package/node_modules/axios/lib/helpers/progressEventReducer.js +3 -0
- package/node_modules/axios/lib/helpers/sanitizeHeaderValue.js +60 -0
- package/node_modules/axios/lib/utils.js +8 -7
- package/node_modules/axios/node_modules/agent-base/dist/src/index.js +203 -0
- package/node_modules/axios/node_modules/agent-base/dist/src/promisify.js +18 -0
- package/node_modules/axios/node_modules/agent-base/package.json +64 -0
- package/node_modules/axios/node_modules/https-proxy-agent/dist/agent.js +177 -0
- package/node_modules/axios/node_modules/https-proxy-agent/dist/index.js +14 -0
- package/node_modules/axios/node_modules/https-proxy-agent/dist/parse-proxy-response.js +66 -0
- package/node_modules/axios/node_modules/https-proxy-agent/package.json +56 -0
- package/node_modules/axios/package.json +3 -1
- package/node_modules/discord-api-types/package.json +8 -8
- package/node_modules/discord-api-types/payloads/v10/oauth2.js +7 -0
- package/node_modules/discord-api-types/payloads/v9/oauth2.js +7 -0
- package/node_modules/discord-api-types/rest/v10/index.js +3 -2
- package/node_modules/discord-api-types/rest/v9/index.js +3 -2
- package/node_modules/es-object-atoms/package.json +6 -7
- package/node_modules/es-object-atoms/tsconfig.json +1 -0
- package/node_modules/express-rate-limit/dist/index.cjs +1 -1
- package/node_modules/express-rate-limit/dist/index.mjs +1 -1
- package/node_modules/express-rate-limit/package.json +9 -9
- package/node_modules/fast-wrap-ansi/lib/main.js +0 -1
- package/node_modules/fast-wrap-ansi/package.json +10 -10
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/fast-xml-parser/package.json +2 -4
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +1 -1
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +4 -0
- package/node_modules/grammy/out/bot.js +1 -0
- package/node_modules/grammy/out/context.js +236 -74
- package/node_modules/grammy/out/convenience/constants.js +1 -0
- package/node_modules/grammy/out/convenience/frameworks.js +21 -17
- package/node_modules/grammy/out/core/api.js +280 -141
- package/node_modules/grammy/out/filter.js +5 -1
- package/node_modules/grammy/out/web.mjs +191 -61
- package/node_modules/grammy/package.json +2 -2
- package/node_modules/linkify-it/build/index.cjs.js +99 -94
- package/node_modules/linkify-it/index.mjs +99 -94
- package/node_modules/linkify-it/package.json +11 -1
- package/node_modules/lru-cache/dist/commonjs/browser/index.js +81 -41
- package/node_modules/lru-cache/dist/commonjs/browser/index.min.js +1 -1
- package/node_modules/lru-cache/dist/commonjs/browser/perf.js +1 -2
- package/node_modules/lru-cache/dist/commonjs/index.js +81 -41
- package/node_modules/lru-cache/dist/commonjs/index.min.js +1 -1
- package/node_modules/lru-cache/dist/commonjs/node/index.js +81 -41
- package/node_modules/lru-cache/dist/commonjs/node/index.min.js +1 -1
- package/node_modules/lru-cache/dist/commonjs/node/perf.js +1 -2
- package/node_modules/lru-cache/dist/commonjs/perf.js +1 -2
- package/node_modules/lru-cache/dist/esm/browser/index.js +81 -41
- package/node_modules/lru-cache/dist/esm/browser/index.min.js +1 -1
- package/node_modules/lru-cache/dist/esm/browser/perf.js +1 -2
- package/node_modules/lru-cache/dist/esm/index.js +81 -41
- package/node_modules/lru-cache/dist/esm/index.min.js +1 -1
- package/node_modules/lru-cache/dist/esm/node/index.js +81 -41
- package/node_modules/lru-cache/dist/esm/node/index.min.js +1 -1
- package/node_modules/lru-cache/dist/esm/node/perf.js +1 -2
- package/node_modules/lru-cache/dist/esm/perf.js +1 -2
- package/node_modules/lru-cache/package.json +8 -8
- package/node_modules/markdown-it/dist/index.cjs.js +111 -31
- package/node_modules/markdown-it/dist/markdown-it.js +117 -31
- package/node_modules/markdown-it/dist/markdown-it.min.js +2 -2
- package/node_modules/markdown-it/lib/common/utils.mjs +30 -1
- package/node_modules/markdown-it/lib/index.mjs +1 -1
- package/node_modules/markdown-it/lib/rules_block/heading.mjs +2 -2
- package/node_modules/markdown-it/lib/rules_block/html_block.mjs +12 -1
- package/node_modules/markdown-it/lib/rules_block/lheading.mjs +4 -1
- package/node_modules/markdown-it/lib/rules_block/paragraph.mjs +3 -1
- package/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +37 -21
- package/node_modules/markdown-it/lib/rules_inline/entity.mjs +2 -2
- package/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +37 -6
- package/node_modules/markdown-it/package.json +14 -3
- package/node_modules/protobufjs/dist/light/protobuf.js +349 -231
- package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/minimal/protobuf.js +74 -28
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/protobuf.js +420 -283
- package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/protobufjs/ext/descriptor/index.js +7 -2
- package/node_modules/protobufjs/package.json +8 -5
- package/node_modules/protobufjs/src/converter.js +13 -8
- package/node_modules/protobufjs/src/encoder.js +8 -5
- package/node_modules/protobufjs/src/enum.js +2 -2
- package/node_modules/protobufjs/src/field.js +1 -1
- package/node_modules/protobufjs/src/namespace.js +10 -4
- package/node_modules/protobufjs/src/object.js +6 -6
- package/node_modules/protobufjs/src/parse.js +49 -30
- package/node_modules/protobufjs/src/root.js +18 -10
- package/node_modules/protobufjs/src/service.js +4 -2
- package/node_modules/protobufjs/src/type.js +12 -7
- package/node_modules/protobufjs/src/util/fs.js +11 -0
- package/node_modules/protobufjs/src/util/minimal.js +42 -9
- package/node_modules/protobufjs/src/util/patterns.js +0 -1
- package/node_modules/protobufjs/src/util.js +19 -4
- package/node_modules/protobufjs/src/wrappers.js +11 -7
- package/node_modules/protobufjs/src/writer.js +11 -9
- package/node_modules/qs/dist/qs.js +15 -15
- package/node_modules/qs/eslint.config.mjs +1 -0
- package/node_modules/qs/lib/parse.js +52 -22
- package/node_modules/qs/lib/stringify.js +11 -4
- package/node_modules/qs/package.json +2 -2
- package/node_modules/semver/classes/range.js +7 -0
- package/node_modules/semver/package.json +1 -1
- package/node_modules/semver/ranges/subset.js +2 -2
- package/node_modules/shell-quote/package.json +5 -6
- package/node_modules/shell-quote/quote.js +43 -1
- package/node_modules/type-is/index.js +8 -18
- package/node_modules/type-is/node_modules/content-type/dist/index.js +170 -0
- package/node_modules/type-is/node_modules/content-type/package.json +52 -0
- package/node_modules/type-is/package.json +9 -5
- package/node_modules/undici/lib/api/api-request.js +1 -1
- package/node_modules/undici/lib/cache/sqlite-cache-store.js +3 -3
- package/node_modules/undici/lib/core/connect.js +16 -0
- package/node_modules/undici/lib/core/request.js +17 -2
- package/node_modules/undici/lib/core/socks5-client.js +10 -5
- package/node_modules/undici/lib/core/socks5-utils.js +17 -22
- package/node_modules/undici/lib/dispatcher/client-h1.js +64 -20
- package/node_modules/undici/lib/dispatcher/client.js +6 -2
- package/node_modules/undici/lib/dispatcher/h2c-client.js +1 -1
- package/node_modules/undici/lib/mock/mock-call-history.js +15 -15
- package/node_modules/undici/lib/util/cache.js +8 -7
- package/node_modules/undici/lib/web/fetch/formdata-parser.js +17 -6
- package/node_modules/undici/lib/web/fetch/index.js +5 -2
- package/node_modules/undici/lib/web/webidl/index.js +5 -5
- package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +1 -7
- package/node_modules/undici/package.json +1 -1
- package/node_modules/ws/lib/receiver.js +54 -0
- package/node_modules/ws/lib/sender.js +6 -1
- package/node_modules/ws/lib/websocket-server.js +8 -0
- package/node_modules/ws/lib/websocket.js +14 -0
- package/node_modules/ws/package.json +1 -1
- package/node_modules/yaml/browser/dist/compose/composer.js +4 -2
- package/node_modules/yaml/browser/dist/parse/lexer.js +28 -24
- package/node_modules/yaml/browser/dist/parse/parser.js +12 -4
- package/node_modules/yaml/dist/compose/composer.js +4 -2
- package/node_modules/yaml/dist/parse/lexer.js +28 -24
- package/node_modules/yaml/dist/parse/parser.js +12 -4
- package/node_modules/yaml/package.json +1 -1
- package/package.json +1 -1
- package/skills/qqbrowser-playbook/SKILL.md +302 -0
- package/skills/qqbrowser-skill/SKILL.md +140 -41
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +0 -66
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +0 -66
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -157
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -81
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +0 -70
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -41
- package/node_modules/@aws-sdk/middleware-host-header/package.json +0 -59
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -48
- package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-logger/package.json +0 -59
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -29
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +0 -33
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +0 -5
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -63
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +0 -581
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +0 -11
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +0 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +0 -36
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +0 -32
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +0 -9
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +0 -25
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +0 -41
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +0 -42
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-expires-middleware.js +0 -33
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +0 -39
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +0 -14
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +0 -49
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/constants.js +0 -13
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -38
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +0 -41
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +0 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +0 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentity.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentityProvider.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -17
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +0 -51
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +0 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +0 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/validate-bucket-name.js +0 -25
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +0 -79
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -194
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -63
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +0 -60
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +0 -100
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +0 -12
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +0 -121
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +0 -54
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +0 -50
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +0 -110
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +0 -56
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +0 -90
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +0 -12
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +0 -64
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +0 -39
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +0 -54
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +0 -49
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +0 -125
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +0 -56
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +0 -80
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +0 -12
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +0 -56
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +0 -54
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +0 -49
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +0 -90
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -56
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +0 -80
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -12
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +0 -195
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -54
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -49
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +0 -140
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -55
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -144
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +0 -150
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +0 -12
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +0 -96
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -74
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -57
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +0 -195
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -38
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +0 -20
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +0 -6
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -3
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +0 -2
- package/node_modules/@aws-sdk/region-config-resolver/package.json +0 -62
- package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +0 -27
- package/node_modules/@aws-sdk/util-arn-parser/package.json +0 -55
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -406
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@aws-sdk/util-format-url/dist-cjs/index.js +0 -34
- package/node_modules/@aws-sdk/util-format-url/package.json +0 -56
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +0 -57
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -58
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -22
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -55
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -185
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -69
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -22
- package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -1
- package/node_modules/@smithy/config-resolver/package.json +0 -40
- package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/serde/uuid/randomUUID.js +0 -3
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +0 -11
- package/node_modules/@smithy/eventstream-codec/dist-es/index.js +0 -1
- package/node_modules/@smithy/eventstream-codec/package.json +0 -43
- package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +0 -9
- package/node_modules/@smithy/eventstream-serde-browser/dist-es/index.js +0 -3
- package/node_modules/@smithy/eventstream-serde-browser/package.json +0 -43
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +0 -5
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/index.js +0 -1
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +0 -43
- package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +0 -6
- package/node_modules/@smithy/eventstream-serde-node/dist-es/index.js +0 -1
- package/node_modules/@smithy/eventstream-serde-node/package.json +0 -43
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -5
- package/node_modules/@smithy/hash-node/dist-es/index.js +0 -1
- package/node_modules/@smithy/hash-node/package.json +0 -40
- package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -6
- package/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -1
- package/node_modules/@smithy/invalid-dependency/package.json +0 -40
- package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -7
- package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -1
- package/node_modules/@smithy/middleware-content-length/package.json +0 -40
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -12
- package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +0 -40
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -22
- package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -1
- package/node_modules/@smithy/middleware-retry/package.json +0 -40
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -9
- package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -1
- package/node_modules/@smithy/middleware-serde/package.json +0 -40
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -5
- package/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
- package/node_modules/@smithy/middleware-stack/package.json +0 -42
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -5
- package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
- package/node_modules/@smithy/node-config-provider/package.json +0 -42
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -10
- package/node_modules/@smithy/property-provider/dist-es/index.js +0 -1
- package/node_modules/@smithy/property-provider/package.json +0 -40
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -11
- package/node_modules/@smithy/protocol-http/dist-es/index.js +0 -1
- package/node_modules/@smithy/protocol-http/package.json +0 -41
- package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -5
- package/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -1
- package/node_modules/@smithy/querystring-builder/package.json +0 -40
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -16
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +0 -40
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -75
- package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -3
- package/node_modules/@smithy/smithy-client/package.json +0 -41
- package/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -5
- package/node_modules/@smithy/url-parser/dist-es/index.js +0 -1
- package/node_modules/@smithy/url-parser/package.json +0 -40
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -6
- package/node_modules/@smithy/util-base64/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-base64/package.json +0 -41
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -5
- package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-body-length-browser/package.json +0 -41
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -5
- package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-body-length-node/package.json +0 -41
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -7
- package/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-config-provider/package.json +0 -42
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -5
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -40
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -5
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -40
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -12
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-endpoints/package.json +0 -44
- package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -6
- package/node_modules/@smithy/util-hex-encoding/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-hex-encoding/package.json +0 -41
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -6
- package/node_modules/@smithy/util-middleware/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-middleware/package.json +0 -45
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -21
- package/node_modules/@smithy/util-retry/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-retry/package.json +0 -45
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -14
- package/node_modules/@smithy/util-stream/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-stream/package.json +0 -42
- package/node_modules/shell-quote/print.py +0 -3
- package/skills/news-summary/SKILL.md +0 -111
- package/skills/news-summary/_meta.json +0 -6
- /package/node_modules/@aws-sdk/{middleware-logger/dist-es → core/dist-es/submodules/client/middleware-logger}/loggerMiddleware.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/configuration.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/getRecursionDetectionPlugin.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/configurations.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/constants.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/encode-features.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/extensions/index.js → core/dist-es/submodules/client/region-config-resolver/extensions.js} +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/parseArn.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/ErrorRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/RuleSetObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/TreeRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/shared.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/configurations.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es/index.js → core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.js} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es/index.native.js → core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.native.js} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/crt-availability.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/defaultUserAgent.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/is-crt-available.js +0 -0
- /package/node_modules/@aws-sdk/{util-arn-parser/dist-es/index.js → core/dist-es/submodules/util/util-arn-parser/arn.js} +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.browser.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUint8Array.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.browser.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/fromUtf8.browser.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/fromUtf8.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUint8Array.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUtf8.browser.js +0 -0
- /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUtf8.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* protobuf.js v7.
|
|
3
|
-
* compiled
|
|
2
|
+
* protobuf.js v7.6.1 (c) 2016, daniel wirtz
|
|
3
|
+
* compiled fri, 22 may 2026 02:52:08 utc
|
|
4
4
|
* licensed under the bsd-3-clause license
|
|
5
5
|
* see: https://github.com/dcodeio/protobuf.js for details
|
|
6
6
|
*/
|
|
@@ -363,15 +363,23 @@ function EventEmitter() {
|
|
|
363
363
|
* @type {Object.<string,*>}
|
|
364
364
|
* @private
|
|
365
365
|
*/
|
|
366
|
-
this._listeners =
|
|
366
|
+
this._listeners = Object.create(null);
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
+
/**
|
|
370
|
+
* Event listener as used by {@link util.EventEmitter}.
|
|
371
|
+
* @typedef EventEmitterListener
|
|
372
|
+
* @type {function}
|
|
373
|
+
* @param {...*} args Arguments
|
|
374
|
+
* @returns {undefined}
|
|
375
|
+
*/
|
|
376
|
+
|
|
369
377
|
/**
|
|
370
378
|
* Registers an event listener.
|
|
371
379
|
* @param {string} evt Event name
|
|
372
|
-
* @param {
|
|
380
|
+
* @param {EventEmitterListener} fn Listener
|
|
373
381
|
* @param {*} [ctx] Listener context
|
|
374
|
-
* @returns {
|
|
382
|
+
* @returns {this} `this`
|
|
375
383
|
*/
|
|
376
384
|
EventEmitter.prototype.on = function on(evt, fn, ctx) {
|
|
377
385
|
(this._listeners[evt] || (this._listeners[evt] = [])).push({
|
|
@@ -384,17 +392,19 @@ EventEmitter.prototype.on = function on(evt, fn, ctx) {
|
|
|
384
392
|
/**
|
|
385
393
|
* Removes an event listener or any matching listeners if arguments are omitted.
|
|
386
394
|
* @param {string} [evt] Event name. Removes all listeners if omitted.
|
|
387
|
-
* @param {
|
|
388
|
-
* @returns {
|
|
395
|
+
* @param {EventEmitterListener} [fn] Listener to remove. Removes all listeners of `evt` if omitted.
|
|
396
|
+
* @returns {this} `this`
|
|
389
397
|
*/
|
|
390
398
|
EventEmitter.prototype.off = function off(evt, fn) {
|
|
391
399
|
if (evt === undefined)
|
|
392
|
-
this._listeners =
|
|
400
|
+
this._listeners = Object.create(null);
|
|
393
401
|
else {
|
|
394
402
|
if (fn === undefined)
|
|
395
403
|
this._listeners[evt] = [];
|
|
396
404
|
else {
|
|
397
405
|
var listeners = this._listeners[evt];
|
|
406
|
+
if (!listeners)
|
|
407
|
+
return this;
|
|
398
408
|
for (var i = 0; i < listeners.length;)
|
|
399
409
|
if (listeners[i].fn === fn)
|
|
400
410
|
listeners.splice(i, 1);
|
|
@@ -409,7 +419,7 @@ EventEmitter.prototype.off = function off(evt, fn) {
|
|
|
409
419
|
* Emits an event by calling its listeners with the specified arguments.
|
|
410
420
|
* @param {string} evt Event name
|
|
411
421
|
* @param {...*} args Arguments
|
|
412
|
-
* @returns {
|
|
422
|
+
* @returns {this} `this`
|
|
413
423
|
*/
|
|
414
424
|
EventEmitter.prototype.emit = function emit(evt) {
|
|
415
425
|
var listeners = this._listeners[evt];
|
|
@@ -429,9 +439,7 @@ EventEmitter.prototype.emit = function emit(evt) {
|
|
|
429
439
|
module.exports = fetch;
|
|
430
440
|
|
|
431
441
|
var asPromise = require(1),
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
var fs = inquire("fs");
|
|
442
|
+
fs = require(6);
|
|
435
443
|
|
|
436
444
|
/**
|
|
437
445
|
* Node-style callback as used by {@link util.fetch}.
|
|
@@ -444,8 +452,7 @@ var fs = inquire("fs");
|
|
|
444
452
|
|
|
445
453
|
/**
|
|
446
454
|
* Options as used by {@link util.fetch}.
|
|
447
|
-
* @
|
|
448
|
-
* @type {Object}
|
|
455
|
+
* @interface IFetchOptions
|
|
449
456
|
* @property {boolean} [binary=false] Whether expecting a binary response
|
|
450
457
|
* @property {boolean} [xhr=false] If `true`, forces the use of XMLHttpRequest
|
|
451
458
|
*/
|
|
@@ -454,7 +461,7 @@ var fs = inquire("fs");
|
|
|
454
461
|
* Fetches the contents of a file.
|
|
455
462
|
* @memberof util
|
|
456
463
|
* @param {string} filename File path or url
|
|
457
|
-
* @param {
|
|
464
|
+
* @param {IFetchOptions} options Fetch options
|
|
458
465
|
* @param {FetchCallback} callback Callback function
|
|
459
466
|
* @returns {undefined}
|
|
460
467
|
*/
|
|
@@ -497,7 +504,7 @@ function fetch(filename, options, callback) {
|
|
|
497
504
|
* @name util.fetch
|
|
498
505
|
* @function
|
|
499
506
|
* @param {string} path File path or url
|
|
500
|
-
* @param {
|
|
507
|
+
* @param {IFetchOptions} [options] Fetch options
|
|
501
508
|
* @returns {Promise<string|Uint8Array>} Promise
|
|
502
509
|
* @variation 3
|
|
503
510
|
*/
|
|
@@ -541,7 +548,20 @@ fetch.xhr = function fetch_xhr(filename, options, callback) {
|
|
|
541
548
|
xhr.send();
|
|
542
549
|
};
|
|
543
550
|
|
|
544
|
-
},{"1":1,"
|
|
551
|
+
},{"1":1,"6":6}],6:[function(require,module,exports){
|
|
552
|
+
"use strict";
|
|
553
|
+
|
|
554
|
+
var fs = null;
|
|
555
|
+
try {
|
|
556
|
+
fs = require(12);
|
|
557
|
+
if (!fs || !fs.readFile || !fs.readFileSync)
|
|
558
|
+
fs = null;
|
|
559
|
+
} catch (e) {
|
|
560
|
+
// `fs` is unavailable in browsers and browser-like bundles.
|
|
561
|
+
}
|
|
562
|
+
module.exports = fs;
|
|
563
|
+
|
|
564
|
+
},{"12":12}],7:[function(require,module,exports){
|
|
545
565
|
"use strict";
|
|
546
566
|
|
|
547
567
|
module.exports = factory(factory);
|
|
@@ -878,7 +898,7 @@ function readUintBE(buf, pos) {
|
|
|
878
898
|
| buf[pos + 3]) >>> 0;
|
|
879
899
|
}
|
|
880
900
|
|
|
881
|
-
},{}],
|
|
901
|
+
},{}],8:[function(require,module,exports){
|
|
882
902
|
"use strict";
|
|
883
903
|
module.exports = inquire;
|
|
884
904
|
|
|
@@ -887,6 +907,7 @@ module.exports = inquire;
|
|
|
887
907
|
* @memberof util
|
|
888
908
|
* @param {string} moduleName Module to require
|
|
889
909
|
* @returns {?Object} Required module if available and not empty, otherwise `null`
|
|
910
|
+
* @deprecated Legacy optional require helper. Will be removed in a future release.
|
|
890
911
|
*/
|
|
891
912
|
function inquire(moduleName) {
|
|
892
913
|
try {
|
|
@@ -917,7 +938,7 @@ var r = require.__self;
|
|
|
917
938
|
delete Function.prototype.__self;
|
|
918
939
|
*/
|
|
919
940
|
|
|
920
|
-
},{}],
|
|
941
|
+
},{}],9:[function(require,module,exports){
|
|
921
942
|
"use strict";
|
|
922
943
|
|
|
923
944
|
/**
|
|
@@ -984,7 +1005,7 @@ path.resolve = function resolve(originPath, includePath, alreadyNormalized) {
|
|
|
984
1005
|
return (originPath = originPath.replace(/(?:\/|^)[^/]+$/, "")).length ? normalize(originPath + "/" + includePath) : includePath;
|
|
985
1006
|
};
|
|
986
1007
|
|
|
987
|
-
},{}],
|
|
1008
|
+
},{}],10:[function(require,module,exports){
|
|
988
1009
|
"use strict";
|
|
989
1010
|
module.exports = pool;
|
|
990
1011
|
|
|
@@ -1034,7 +1055,7 @@ function pool(alloc, slice, size) {
|
|
|
1034
1055
|
};
|
|
1035
1056
|
}
|
|
1036
1057
|
|
|
1037
|
-
},{}],
|
|
1058
|
+
},{}],11:[function(require,module,exports){
|
|
1038
1059
|
"use strict";
|
|
1039
1060
|
|
|
1040
1061
|
/**
|
|
@@ -1140,7 +1161,9 @@ utf8.write = function utf8_write(string, buffer, offset) {
|
|
|
1140
1161
|
return offset - start;
|
|
1141
1162
|
};
|
|
1142
1163
|
|
|
1143
|
-
},{}],
|
|
1164
|
+
},{}],12:[function(require,module,exports){
|
|
1165
|
+
|
|
1166
|
+
},{}],13:[function(require,module,exports){
|
|
1144
1167
|
"use strict";
|
|
1145
1168
|
/**
|
|
1146
1169
|
* Runtime message from/to plain object converters.
|
|
@@ -1148,8 +1171,8 @@ utf8.write = function utf8_write(string, buffer, offset) {
|
|
|
1148
1171
|
*/
|
|
1149
1172
|
var converter = exports;
|
|
1150
1173
|
|
|
1151
|
-
var Enum = require(
|
|
1152
|
-
util = require(
|
|
1174
|
+
var Enum = require(16),
|
|
1175
|
+
util = require(35);
|
|
1153
1176
|
|
|
1154
1177
|
/**
|
|
1155
1178
|
* Generates a partial value fromObject conveter.
|
|
@@ -1204,14 +1227,14 @@ function genValuePartial_fromObject(gen, field, fieldIndex, prop) {
|
|
|
1204
1227
|
("m%s=d%s|0", prop, prop);
|
|
1205
1228
|
break;
|
|
1206
1229
|
case "uint64":
|
|
1230
|
+
case "fixed64":
|
|
1207
1231
|
isUnsigned = true;
|
|
1208
1232
|
// eslint-disable-next-line no-fallthrough
|
|
1209
1233
|
case "int64":
|
|
1210
1234
|
case "sint64":
|
|
1211
|
-
case "fixed64":
|
|
1212
1235
|
case "sfixed64": gen
|
|
1213
1236
|
("if(util.Long)")
|
|
1214
|
-
("
|
|
1237
|
+
("m%s=util.Long.fromValue(d%s,%j)", prop, prop, isUnsigned)
|
|
1215
1238
|
("else if(typeof d%s===\"string\")", prop)
|
|
1216
1239
|
("m%s=parseInt(d%s,10)", prop, prop)
|
|
1217
1240
|
("else if(typeof d%s===\"number\")", prop)
|
|
@@ -1315,7 +1338,7 @@ function genValuePartial_toObject(gen, field, fieldIndex, prop) {
|
|
|
1315
1338
|
if (field.resolvedType instanceof Enum) gen
|
|
1316
1339
|
("d%s=o.enums===String?(types[%i].values[m%s]===undefined?m%s:types[%i].values[m%s]):m%s", prop, fieldIndex, prop, prop, fieldIndex, prop, prop);
|
|
1317
1340
|
else gen
|
|
1318
|
-
("d%s=types[%i].toObject(m%s,o)", prop, fieldIndex, prop);
|
|
1341
|
+
("d%s=types[%i].toObject(m%s,o,q+1)", prop, fieldIndex, prop);
|
|
1319
1342
|
} else {
|
|
1320
1343
|
var isUnsigned = false;
|
|
1321
1344
|
switch (field.type) {
|
|
@@ -1324,13 +1347,15 @@ function genValuePartial_toObject(gen, field, fieldIndex, prop) {
|
|
|
1324
1347
|
("d%s=o.json&&!isFinite(m%s)?String(m%s):m%s", prop, prop, prop, prop);
|
|
1325
1348
|
break;
|
|
1326
1349
|
case "uint64":
|
|
1350
|
+
case "fixed64":
|
|
1327
1351
|
isUnsigned = true;
|
|
1328
1352
|
// eslint-disable-next-line no-fallthrough
|
|
1329
1353
|
case "int64":
|
|
1330
1354
|
case "sint64":
|
|
1331
|
-
case "fixed64":
|
|
1332
1355
|
case "sfixed64": gen
|
|
1333
|
-
("if(typeof
|
|
1356
|
+
("if(typeof BigInt!==\"undefined\"&&o.longs===BigInt)")
|
|
1357
|
+
("d%s=typeof m%s===\"number\"?BigInt(m%s):util.Long.fromBits(m%s.low>>>0,m%s.high>>>0,%j).toBigInt()", prop, prop, prop, prop, prop, isUnsigned)
|
|
1358
|
+
("else if(typeof m%s===\"number\")", prop)
|
|
1334
1359
|
("d%s=o.longs===String?String(m%s):m%s", prop, prop, prop)
|
|
1335
1360
|
("else") // Long-like
|
|
1336
1361
|
("d%s=o.longs===String?util.Long.prototype.toString.call(m%s):o.longs===Number?new util.LongBits(m%s.low>>>0,m%s.high>>>0).toNumber(%s):m%s", prop, prop, prop, prop, isUnsigned ? "true": "", prop);
|
|
@@ -1357,9 +1382,12 @@ converter.toObject = function toObject(mtype) {
|
|
|
1357
1382
|
var fields = mtype.fieldsArray.slice().sort(util.compareFieldsById);
|
|
1358
1383
|
if (!fields.length)
|
|
1359
1384
|
return util.codegen()("return {}");
|
|
1360
|
-
var gen = util.codegen(["m", "o"], mtype.name + "$toObject")
|
|
1385
|
+
var gen = util.codegen(["m", "o", "q"], mtype.name + "$toObject")
|
|
1361
1386
|
("if(!o)")
|
|
1362
1387
|
("o={}")
|
|
1388
|
+
("if(q===undefined)q=0")
|
|
1389
|
+
("if(q>util.recursionLimit)")
|
|
1390
|
+
("throw Error(\"max depth exceeded\")")
|
|
1363
1391
|
("var d={}");
|
|
1364
1392
|
|
|
1365
1393
|
var repeatedFields = [],
|
|
@@ -1398,9 +1426,9 @@ converter.toObject = function toObject(mtype) {
|
|
|
1398
1426
|
else if (field.long) gen
|
|
1399
1427
|
("if(util.Long){")
|
|
1400
1428
|
("var n=new util.Long(%i,%i,%j)", field.typeDefault.low, field.typeDefault.high, field.typeDefault.unsigned)
|
|
1401
|
-
("d%s=o.longs===String?n.toString():o.longs===Number?n.toNumber():n", prop)
|
|
1429
|
+
("d%s=o.longs===String?n.toString():o.longs===Number?n.toNumber():typeof BigInt!==\"undefined\"&&o.longs===BigInt?n.toBigInt():n", prop)
|
|
1402
1430
|
("}else")
|
|
1403
|
-
("d%s=o.longs===String?%j:%i", prop, field.typeDefault.toString(), field.typeDefault.toNumber());
|
|
1431
|
+
("d%s=o.longs===String?%j:typeof BigInt!==\"undefined\"&&o.longs===BigInt?BigInt(%j):%i", prop, field.typeDefault.toString(), field.typeDefault.toString(), field.typeDefault.toNumber());
|
|
1404
1432
|
else if (field.bytes) {
|
|
1405
1433
|
var arrayDefault = Array.prototype.slice.call(field.typeDefault);
|
|
1406
1434
|
gen
|
|
@@ -1452,13 +1480,13 @@ converter.toObject = function toObject(mtype) {
|
|
|
1452
1480
|
/* eslint-enable no-unexpected-multiline, block-scoped-var, no-redeclare */
|
|
1453
1481
|
};
|
|
1454
1482
|
|
|
1455
|
-
},{"
|
|
1483
|
+
},{"16":16,"35":35}],14:[function(require,module,exports){
|
|
1456
1484
|
"use strict";
|
|
1457
1485
|
module.exports = decoder;
|
|
1458
1486
|
|
|
1459
|
-
var Enum = require(
|
|
1460
|
-
types = require(
|
|
1461
|
-
util = require(
|
|
1487
|
+
var Enum = require(16),
|
|
1488
|
+
types = require(34),
|
|
1489
|
+
util = require(35);
|
|
1462
1490
|
|
|
1463
1491
|
function missing(field) {
|
|
1464
1492
|
return "missing required '" + field.name + "'";
|
|
@@ -1589,13 +1617,13 @@ function decoder(mtype) {
|
|
|
1589
1617
|
/* eslint-enable no-unexpected-multiline */
|
|
1590
1618
|
}
|
|
1591
1619
|
|
|
1592
|
-
},{"
|
|
1620
|
+
},{"16":16,"34":34,"35":35}],15:[function(require,module,exports){
|
|
1593
1621
|
"use strict";
|
|
1594
1622
|
module.exports = encoder;
|
|
1595
1623
|
|
|
1596
|
-
var Enum = require(
|
|
1597
|
-
types = require(
|
|
1598
|
-
util = require(
|
|
1624
|
+
var Enum = require(16),
|
|
1625
|
+
types = require(34),
|
|
1626
|
+
util = require(35);
|
|
1599
1627
|
|
|
1600
1628
|
/**
|
|
1601
1629
|
* Generates a partial message type encoder.
|
|
@@ -1608,8 +1636,8 @@ var Enum = require(14),
|
|
|
1608
1636
|
*/
|
|
1609
1637
|
function genTypePartial(gen, field, fieldIndex, ref) {
|
|
1610
1638
|
return field.delimited
|
|
1611
|
-
? gen("types[%i].encode(%s,w.uint32(%i)).uint32(%i)", fieldIndex, ref, (field.id << 3 | 3) >>> 0, (field.id << 3 | 4) >>> 0)
|
|
1612
|
-
: gen("types[%i].encode(%s,w.uint32(%i).fork()).ldelim()", fieldIndex, ref, (field.id << 3 | 2) >>> 0);
|
|
1639
|
+
? gen("types[%i].encode(%s,w.uint32(%i),q+1).uint32(%i)", fieldIndex, ref, (field.id << 3 | 3) >>> 0, (field.id << 3 | 4) >>> 0)
|
|
1640
|
+
: gen("types[%i].encode(%s,w.uint32(%i).fork(),q+1).ldelim()", fieldIndex, ref, (field.id << 3 | 2) >>> 0);
|
|
1613
1641
|
}
|
|
1614
1642
|
|
|
1615
1643
|
/**
|
|
@@ -1619,9 +1647,12 @@ function genTypePartial(gen, field, fieldIndex, ref) {
|
|
|
1619
1647
|
*/
|
|
1620
1648
|
function encoder(mtype) {
|
|
1621
1649
|
/* eslint-disable no-unexpected-multiline, block-scoped-var, no-redeclare */
|
|
1622
|
-
var gen = util.codegen(["m", "w"], mtype.name + "$encode")
|
|
1650
|
+
var gen = util.codegen(["m", "w", "q"], mtype.name + "$encode")
|
|
1623
1651
|
("if(!w)")
|
|
1624
|
-
("w=Writer.create()")
|
|
1652
|
+
("w=Writer.create()")
|
|
1653
|
+
("if(q===undefined)q=0")
|
|
1654
|
+
("if(q>util.recursionLimit)")
|
|
1655
|
+
("throw Error(\"max depth exceeded\")");
|
|
1625
1656
|
|
|
1626
1657
|
var i, ref;
|
|
1627
1658
|
|
|
@@ -1642,7 +1673,7 @@ function encoder(mtype) {
|
|
|
1642
1673
|
("for(var ks=Object.keys(%s),i=0;i<ks.length;++i){", ref)
|
|
1643
1674
|
("w.uint32(%i).fork().uint32(%i).%s(ks[i])", (field.id << 3 | 2) >>> 0, 8 | types.mapKey[field.keyType], field.keyType);
|
|
1644
1675
|
if (wireType === undefined) gen
|
|
1645
|
-
("types[%i].encode(%s[ks[i]],w.uint32(18).fork()).ldelim().ldelim()", index, ref); // can't be groups
|
|
1676
|
+
("types[%i].encode(%s[ks[i]],w.uint32(18).fork(),q+1).ldelim().ldelim()", index, ref); // can't be groups
|
|
1646
1677
|
else gen
|
|
1647
1678
|
(".uint32(%i).%s(%s[ks[i]]).ldelim()", 16 | wireType, type, ref);
|
|
1648
1679
|
gen
|
|
@@ -1691,16 +1722,16 @@ function encoder(mtype) {
|
|
|
1691
1722
|
/* eslint-enable no-unexpected-multiline, block-scoped-var, no-redeclare */
|
|
1692
1723
|
}
|
|
1693
1724
|
|
|
1694
|
-
},{"
|
|
1725
|
+
},{"16":16,"34":34,"35":35}],16:[function(require,module,exports){
|
|
1695
1726
|
"use strict";
|
|
1696
1727
|
module.exports = Enum;
|
|
1697
1728
|
|
|
1698
1729
|
// extends ReflectionObject
|
|
1699
|
-
var ReflectionObject = require(
|
|
1730
|
+
var ReflectionObject = require(24);
|
|
1700
1731
|
((Enum.prototype = Object.create(ReflectionObject.prototype)).constructor = Enum).className = "Enum";
|
|
1701
1732
|
|
|
1702
|
-
var Namespace = require(
|
|
1703
|
-
util = require(
|
|
1733
|
+
var Namespace = require(23),
|
|
1734
|
+
util = require(35);
|
|
1704
1735
|
|
|
1705
1736
|
/**
|
|
1706
1737
|
* Constructs a new enum instance.
|
|
@@ -1780,8 +1811,8 @@ Enum.prototype._resolveFeatures = function _resolveFeatures(edition) {
|
|
|
1780
1811
|
ReflectionObject.prototype._resolveFeatures.call(this, edition);
|
|
1781
1812
|
|
|
1782
1813
|
Object.keys(this.values).forEach(key => {
|
|
1783
|
-
var parentFeaturesCopy =
|
|
1784
|
-
this._valuesFeatures[key] =
|
|
1814
|
+
var parentFeaturesCopy = util.merge({}, this._features);
|
|
1815
|
+
this._valuesFeatures[key] = util.merge(parentFeaturesCopy, this.valuesOptions && this.valuesOptions[key] && this.valuesOptions[key].features || {});
|
|
1785
1816
|
});
|
|
1786
1817
|
|
|
1787
1818
|
return this;
|
|
@@ -1919,17 +1950,17 @@ Enum.prototype.isReservedName = function isReservedName(name) {
|
|
|
1919
1950
|
return Namespace.isReservedName(this.reserved, name);
|
|
1920
1951
|
};
|
|
1921
1952
|
|
|
1922
|
-
},{"
|
|
1953
|
+
},{"23":23,"24":24,"35":35}],17:[function(require,module,exports){
|
|
1923
1954
|
"use strict";
|
|
1924
1955
|
module.exports = Field;
|
|
1925
1956
|
|
|
1926
1957
|
// extends ReflectionObject
|
|
1927
|
-
var ReflectionObject = require(
|
|
1958
|
+
var ReflectionObject = require(24);
|
|
1928
1959
|
((Field.prototype = Object.create(ReflectionObject.prototype)).constructor = Field).className = "Field";
|
|
1929
1960
|
|
|
1930
|
-
var Enum = require(
|
|
1931
|
-
types = require(
|
|
1932
|
-
util = require(
|
|
1961
|
+
var Enum = require(16),
|
|
1962
|
+
types = require(34),
|
|
1963
|
+
util = require(35);
|
|
1933
1964
|
|
|
1934
1965
|
var Type; // cyclic
|
|
1935
1966
|
|
|
@@ -2250,7 +2281,7 @@ Field.prototype.resolve = function resolve() {
|
|
|
2250
2281
|
|
|
2251
2282
|
// convert to internal data type if necesssary
|
|
2252
2283
|
if (this.long) {
|
|
2253
|
-
this.typeDefault = util.Long.fromNumber(this.typeDefault, this.type.
|
|
2284
|
+
this.typeDefault = util.Long.fromNumber(this.typeDefault, this.type === "uint64" || this.type === "fixed64");
|
|
2254
2285
|
|
|
2255
2286
|
/* istanbul ignore else */
|
|
2256
2287
|
if (Object.freeze)
|
|
@@ -2374,9 +2405,9 @@ Field._configure = function configure(Type_) {
|
|
|
2374
2405
|
Type = Type_;
|
|
2375
2406
|
};
|
|
2376
2407
|
|
|
2377
|
-
},{"
|
|
2408
|
+
},{"16":16,"24":24,"34":34,"35":35}],18:[function(require,module,exports){
|
|
2378
2409
|
"use strict";
|
|
2379
|
-
var protobuf = module.exports = require(
|
|
2410
|
+
var protobuf = module.exports = require(19);
|
|
2380
2411
|
|
|
2381
2412
|
protobuf.build = "light";
|
|
2382
2413
|
|
|
@@ -2449,30 +2480,30 @@ function loadSync(filename, root) {
|
|
|
2449
2480
|
protobuf.loadSync = loadSync;
|
|
2450
2481
|
|
|
2451
2482
|
// Serialization
|
|
2452
|
-
protobuf.encoder = require(
|
|
2453
|
-
protobuf.decoder = require(
|
|
2454
|
-
protobuf.verifier = require(
|
|
2455
|
-
protobuf.converter = require(
|
|
2483
|
+
protobuf.encoder = require(15);
|
|
2484
|
+
protobuf.decoder = require(14);
|
|
2485
|
+
protobuf.verifier = require(40);
|
|
2486
|
+
protobuf.converter = require(13);
|
|
2456
2487
|
|
|
2457
2488
|
// Reflection
|
|
2458
|
-
protobuf.ReflectionObject = require(
|
|
2459
|
-
protobuf.Namespace = require(
|
|
2460
|
-
protobuf.Root = require(
|
|
2461
|
-
protobuf.Enum = require(
|
|
2462
|
-
protobuf.Type = require(
|
|
2463
|
-
protobuf.Field = require(
|
|
2464
|
-
protobuf.OneOf = require(
|
|
2465
|
-
protobuf.MapField = require(
|
|
2466
|
-
protobuf.Service = require(
|
|
2467
|
-
protobuf.Method = require(
|
|
2489
|
+
protobuf.ReflectionObject = require(24);
|
|
2490
|
+
protobuf.Namespace = require(23);
|
|
2491
|
+
protobuf.Root = require(28);
|
|
2492
|
+
protobuf.Enum = require(16);
|
|
2493
|
+
protobuf.Type = require(33);
|
|
2494
|
+
protobuf.Field = require(17);
|
|
2495
|
+
protobuf.OneOf = require(25);
|
|
2496
|
+
protobuf.MapField = require(20);
|
|
2497
|
+
protobuf.Service = require(32);
|
|
2498
|
+
protobuf.Method = require(22);
|
|
2468
2499
|
|
|
2469
2500
|
// Runtime
|
|
2470
|
-
protobuf.Message = require(
|
|
2471
|
-
protobuf.wrappers = require(
|
|
2501
|
+
protobuf.Message = require(21);
|
|
2502
|
+
protobuf.wrappers = require(41);
|
|
2472
2503
|
|
|
2473
2504
|
// Utility
|
|
2474
|
-
protobuf.types = require(
|
|
2475
|
-
protobuf.util = require(
|
|
2505
|
+
protobuf.types = require(34);
|
|
2506
|
+
protobuf.util = require(35);
|
|
2476
2507
|
|
|
2477
2508
|
// Set up possibly cyclic reflection dependencies
|
|
2478
2509
|
protobuf.ReflectionObject._configure(protobuf.Root);
|
|
@@ -2480,7 +2511,7 @@ protobuf.Namespace._configure(protobuf.Type, protobuf.Service, protobuf.Enum);
|
|
|
2480
2511
|
protobuf.Root._configure(protobuf.Type);
|
|
2481
2512
|
protobuf.Field._configure(protobuf.Type);
|
|
2482
2513
|
|
|
2483
|
-
},{"
|
|
2514
|
+
},{"13":13,"14":14,"15":15,"16":16,"17":17,"19":19,"20":20,"21":21,"22":22,"23":23,"24":24,"25":25,"28":28,"32":32,"33":33,"34":34,"35":35,"40":40,"41":41}],19:[function(require,module,exports){
|
|
2484
2515
|
"use strict";
|
|
2485
2516
|
var protobuf = exports;
|
|
2486
2517
|
|
|
@@ -2493,15 +2524,15 @@ var protobuf = exports;
|
|
|
2493
2524
|
protobuf.build = "minimal";
|
|
2494
2525
|
|
|
2495
2526
|
// Serialization
|
|
2496
|
-
protobuf.Writer = require(
|
|
2497
|
-
protobuf.BufferWriter = require(
|
|
2498
|
-
protobuf.Reader = require(
|
|
2499
|
-
protobuf.BufferReader = require(
|
|
2527
|
+
protobuf.Writer = require(42);
|
|
2528
|
+
protobuf.BufferWriter = require(43);
|
|
2529
|
+
protobuf.Reader = require(26);
|
|
2530
|
+
protobuf.BufferReader = require(27);
|
|
2500
2531
|
|
|
2501
2532
|
// Utility
|
|
2502
|
-
protobuf.util = require(
|
|
2503
|
-
protobuf.rpc = require(
|
|
2504
|
-
protobuf.roots = require(
|
|
2533
|
+
protobuf.util = require(38);
|
|
2534
|
+
protobuf.rpc = require(30);
|
|
2535
|
+
protobuf.roots = require(29);
|
|
2505
2536
|
protobuf.configure = configure;
|
|
2506
2537
|
|
|
2507
2538
|
/* istanbul ignore next */
|
|
@@ -2518,16 +2549,16 @@ function configure() {
|
|
|
2518
2549
|
// Set up buffer utility according to the environment
|
|
2519
2550
|
configure();
|
|
2520
2551
|
|
|
2521
|
-
},{"
|
|
2552
|
+
},{"26":26,"27":27,"29":29,"30":30,"38":38,"42":42,"43":43}],20:[function(require,module,exports){
|
|
2522
2553
|
"use strict";
|
|
2523
2554
|
module.exports = MapField;
|
|
2524
2555
|
|
|
2525
2556
|
// extends Field
|
|
2526
|
-
var Field = require(
|
|
2557
|
+
var Field = require(17);
|
|
2527
2558
|
((MapField.prototype = Object.create(Field.prototype)).constructor = MapField).className = "MapField";
|
|
2528
2559
|
|
|
2529
|
-
var types = require(
|
|
2530
|
-
util = require(
|
|
2560
|
+
var types = require(34),
|
|
2561
|
+
util = require(35);
|
|
2531
2562
|
|
|
2532
2563
|
/**
|
|
2533
2564
|
* Constructs a new map field instance.
|
|
@@ -2646,11 +2677,11 @@ MapField.d = function decorateMapField(fieldId, fieldKeyType, fieldValueType) {
|
|
|
2646
2677
|
};
|
|
2647
2678
|
};
|
|
2648
2679
|
|
|
2649
|
-
},{"
|
|
2680
|
+
},{"17":17,"34":34,"35":35}],21:[function(require,module,exports){
|
|
2650
2681
|
"use strict";
|
|
2651
2682
|
module.exports = Message;
|
|
2652
2683
|
|
|
2653
|
-
var util = require(
|
|
2684
|
+
var util = require(38);
|
|
2654
2685
|
|
|
2655
2686
|
/**
|
|
2656
2687
|
* Constructs a new message instance.
|
|
@@ -2791,15 +2822,15 @@ Message.prototype.toJSON = function toJSON() {
|
|
|
2791
2822
|
|
|
2792
2823
|
/*eslint-enable valid-jsdoc*/
|
|
2793
2824
|
|
|
2794
|
-
},{"
|
|
2825
|
+
},{"38":38}],22:[function(require,module,exports){
|
|
2795
2826
|
"use strict";
|
|
2796
2827
|
module.exports = Method;
|
|
2797
2828
|
|
|
2798
2829
|
// extends ReflectionObject
|
|
2799
|
-
var ReflectionObject = require(
|
|
2830
|
+
var ReflectionObject = require(24);
|
|
2800
2831
|
((Method.prototype = Object.create(ReflectionObject.prototype)).constructor = Method).className = "Method";
|
|
2801
2832
|
|
|
2802
|
-
var util = require(
|
|
2833
|
+
var util = require(35);
|
|
2803
2834
|
|
|
2804
2835
|
/**
|
|
2805
2836
|
* Constructs a new service method instance.
|
|
@@ -2953,17 +2984,17 @@ Method.prototype.resolve = function resolve() {
|
|
|
2953
2984
|
return ReflectionObject.prototype.resolve.call(this);
|
|
2954
2985
|
};
|
|
2955
2986
|
|
|
2956
|
-
},{"
|
|
2987
|
+
},{"24":24,"35":35}],23:[function(require,module,exports){
|
|
2957
2988
|
"use strict";
|
|
2958
2989
|
module.exports = Namespace;
|
|
2959
2990
|
|
|
2960
2991
|
// extends ReflectionObject
|
|
2961
|
-
var ReflectionObject = require(
|
|
2992
|
+
var ReflectionObject = require(24);
|
|
2962
2993
|
((Namespace.prototype = Object.create(ReflectionObject.prototype)).constructor = Namespace).className = "Namespace";
|
|
2963
2994
|
|
|
2964
|
-
var Field = require(
|
|
2965
|
-
util = require(
|
|
2966
|
-
OneOf = require(
|
|
2995
|
+
var Field = require(17),
|
|
2996
|
+
util = require(35),
|
|
2997
|
+
OneOf = require(25);
|
|
2967
2998
|
|
|
2968
2999
|
var Type, // cyclic
|
|
2969
3000
|
Service,
|
|
@@ -2985,11 +3016,13 @@ var Type, // cyclic
|
|
|
2985
3016
|
* @function
|
|
2986
3017
|
* @param {string} name Namespace name
|
|
2987
3018
|
* @param {Object.<string,*>} json JSON object
|
|
3019
|
+
* @param {number} [depth] Current nesting depth, defaults to `0`
|
|
2988
3020
|
* @returns {Namespace} Created namespace
|
|
2989
3021
|
* @throws {TypeError} If arguments are invalid
|
|
2990
3022
|
*/
|
|
2991
|
-
Namespace.fromJSON = function fromJSON(name, json) {
|
|
2992
|
-
|
|
3023
|
+
Namespace.fromJSON = function fromJSON(name, json, depth) {
|
|
3024
|
+
depth = util.checkDepth(depth);
|
|
3025
|
+
return new Namespace(name, json.options).addJSON(json.nested, depth);
|
|
2993
3026
|
};
|
|
2994
3027
|
|
|
2995
3028
|
/**
|
|
@@ -3147,9 +3180,11 @@ Namespace.prototype.toJSON = function toJSON(toJSONOptions) {
|
|
|
3147
3180
|
/**
|
|
3148
3181
|
* Adds nested objects to this namespace from nested object descriptors.
|
|
3149
3182
|
* @param {Object.<string,AnyNestedObject>} nestedJson Any nested object descriptors
|
|
3183
|
+
* @param {number} [depth] Current nesting depth, defaults to `0`
|
|
3150
3184
|
* @returns {Namespace} `this`
|
|
3151
3185
|
*/
|
|
3152
|
-
Namespace.prototype.addJSON = function addJSON(nestedJson) {
|
|
3186
|
+
Namespace.prototype.addJSON = function addJSON(nestedJson, depth) {
|
|
3187
|
+
depth = util.checkDepth(depth);
|
|
3153
3188
|
var ns = this;
|
|
3154
3189
|
/* istanbul ignore else */
|
|
3155
3190
|
if (nestedJson) {
|
|
@@ -3164,7 +3199,7 @@ Namespace.prototype.addJSON = function addJSON(nestedJson) {
|
|
|
3164
3199
|
? Service.fromJSON
|
|
3165
3200
|
: nested.id !== undefined
|
|
3166
3201
|
? Field.fromJSON
|
|
3167
|
-
: Namespace.fromJSON )(names[i], nested)
|
|
3202
|
+
: Namespace.fromJSON )(names[i], nested, depth + 1)
|
|
3168
3203
|
);
|
|
3169
3204
|
}
|
|
3170
3205
|
}
|
|
@@ -3289,6 +3324,8 @@ Namespace.prototype.define = function define(path, json) {
|
|
|
3289
3324
|
throw TypeError("illegal path");
|
|
3290
3325
|
if (path && path.length && path[0] === "")
|
|
3291
3326
|
throw Error("path must be relative");
|
|
3327
|
+
if (path.length > util.recursionLimit)
|
|
3328
|
+
throw Error("max depth exceeded");
|
|
3292
3329
|
|
|
3293
3330
|
var ptr = this;
|
|
3294
3331
|
while (path.length > 0) {
|
|
@@ -3507,14 +3544,14 @@ Namespace._configure = function(Type_, Service_, Enum_) {
|
|
|
3507
3544
|
Enum = Enum_;
|
|
3508
3545
|
};
|
|
3509
3546
|
|
|
3510
|
-
},{"
|
|
3547
|
+
},{"17":17,"24":24,"25":25,"35":35}],24:[function(require,module,exports){
|
|
3511
3548
|
"use strict";
|
|
3512
3549
|
module.exports = ReflectionObject;
|
|
3513
3550
|
|
|
3514
3551
|
ReflectionObject.className = "ReflectionObject";
|
|
3515
3552
|
|
|
3516
|
-
const OneOf = require(
|
|
3517
|
-
var util = require(
|
|
3553
|
+
const OneOf = require(25);
|
|
3554
|
+
var util = require(35);
|
|
3518
3555
|
|
|
3519
3556
|
var Root; // cyclic
|
|
3520
3557
|
|
|
@@ -3723,7 +3760,7 @@ ReflectionObject.prototype._resolveFeatures = function _resolveFeatures(edition)
|
|
|
3723
3760
|
throw new Error("Unknown edition for " + this.fullName);
|
|
3724
3761
|
}
|
|
3725
3762
|
|
|
3726
|
-
var protoFeatures =
|
|
3763
|
+
var protoFeatures = util.merge({}, this.options && this.options.features,
|
|
3727
3764
|
this._inferLegacyProtoFeatures(edition));
|
|
3728
3765
|
|
|
3729
3766
|
if (this._edition) {
|
|
@@ -3738,7 +3775,7 @@ ReflectionObject.prototype._resolveFeatures = function _resolveFeatures(edition)
|
|
|
3738
3775
|
} else {
|
|
3739
3776
|
throw new Error("Unknown edition: " + edition);
|
|
3740
3777
|
}
|
|
3741
|
-
this._features =
|
|
3778
|
+
this._features = util.merge(defaults, protoFeatures);
|
|
3742
3779
|
this._featuresResolved = true;
|
|
3743
3780
|
return;
|
|
3744
3781
|
}
|
|
@@ -3747,13 +3784,13 @@ ReflectionObject.prototype._resolveFeatures = function _resolveFeatures(edition)
|
|
|
3747
3784
|
// special-case it
|
|
3748
3785
|
/* istanbul ignore else */
|
|
3749
3786
|
if (this.partOf instanceof OneOf) {
|
|
3750
|
-
var lexicalParentFeaturesCopy =
|
|
3751
|
-
this._features =
|
|
3787
|
+
var lexicalParentFeaturesCopy = util.merge({}, this.partOf._features);
|
|
3788
|
+
this._features = util.merge(lexicalParentFeaturesCopy, protoFeatures);
|
|
3752
3789
|
} else if (this.declaringField) {
|
|
3753
3790
|
// Skip feature resolution of sister fields.
|
|
3754
3791
|
} else if (this.parent) {
|
|
3755
|
-
var parentFeaturesCopy =
|
|
3756
|
-
this._features =
|
|
3792
|
+
var parentFeaturesCopy = util.merge({}, this.parent._features);
|
|
3793
|
+
this._features = util.merge(parentFeaturesCopy, protoFeatures);
|
|
3757
3794
|
} else {
|
|
3758
3795
|
throw new Error("Unable to find a parent for " + this.fullName);
|
|
3759
3796
|
}
|
|
@@ -3891,16 +3928,16 @@ ReflectionObject._configure = function(Root_) {
|
|
|
3891
3928
|
Root = Root_;
|
|
3892
3929
|
};
|
|
3893
3930
|
|
|
3894
|
-
},{"
|
|
3931
|
+
},{"25":25,"35":35}],25:[function(require,module,exports){
|
|
3895
3932
|
"use strict";
|
|
3896
3933
|
module.exports = OneOf;
|
|
3897
3934
|
|
|
3898
3935
|
// extends ReflectionObject
|
|
3899
|
-
var ReflectionObject = require(
|
|
3936
|
+
var ReflectionObject = require(24);
|
|
3900
3937
|
((OneOf.prototype = Object.create(ReflectionObject.prototype)).constructor = OneOf).className = "OneOf";
|
|
3901
3938
|
|
|
3902
|
-
var Field = require(
|
|
3903
|
-
util = require(
|
|
3939
|
+
var Field = require(17),
|
|
3940
|
+
util = require(35);
|
|
3904
3941
|
|
|
3905
3942
|
/**
|
|
3906
3943
|
* Constructs a new oneof instance.
|
|
@@ -4115,11 +4152,11 @@ OneOf.d = function decorateOneOf() {
|
|
|
4115
4152
|
};
|
|
4116
4153
|
};
|
|
4117
4154
|
|
|
4118
|
-
},{"
|
|
4155
|
+
},{"17":17,"24":24,"35":35}],26:[function(require,module,exports){
|
|
4119
4156
|
"use strict";
|
|
4120
4157
|
module.exports = Reader;
|
|
4121
4158
|
|
|
4122
|
-
var util = require(
|
|
4159
|
+
var util = require(38);
|
|
4123
4160
|
|
|
4124
4161
|
var BufferReader; // cyclic
|
|
4125
4162
|
|
|
@@ -4543,15 +4580,15 @@ Reader._configure = function(BufferReader_) {
|
|
|
4543
4580
|
});
|
|
4544
4581
|
};
|
|
4545
4582
|
|
|
4546
|
-
},{"
|
|
4583
|
+
},{"38":38}],27:[function(require,module,exports){
|
|
4547
4584
|
"use strict";
|
|
4548
4585
|
module.exports = BufferReader;
|
|
4549
4586
|
|
|
4550
4587
|
// extends Reader
|
|
4551
|
-
var Reader = require(
|
|
4588
|
+
var Reader = require(26);
|
|
4552
4589
|
(BufferReader.prototype = Object.create(Reader.prototype)).constructor = BufferReader;
|
|
4553
4590
|
|
|
4554
|
-
var util = require(
|
|
4591
|
+
var util = require(38);
|
|
4555
4592
|
|
|
4556
4593
|
/**
|
|
4557
4594
|
* Constructs a new buffer reader instance.
|
|
@@ -4596,18 +4633,18 @@ BufferReader.prototype.string = function read_string_buffer() {
|
|
|
4596
4633
|
|
|
4597
4634
|
BufferReader._configure();
|
|
4598
4635
|
|
|
4599
|
-
},{"
|
|
4636
|
+
},{"26":26,"38":38}],28:[function(require,module,exports){
|
|
4600
4637
|
"use strict";
|
|
4601
4638
|
module.exports = Root;
|
|
4602
4639
|
|
|
4603
4640
|
// extends Namespace
|
|
4604
|
-
var Namespace = require(
|
|
4641
|
+
var Namespace = require(23);
|
|
4605
4642
|
((Root.prototype = Object.create(Namespace.prototype)).constructor = Root).className = "Root";
|
|
4606
4643
|
|
|
4607
|
-
var Field = require(
|
|
4608
|
-
Enum = require(
|
|
4609
|
-
OneOf = require(
|
|
4610
|
-
util = require(
|
|
4644
|
+
var Field = require(17),
|
|
4645
|
+
Enum = require(16),
|
|
4646
|
+
OneOf = require(25),
|
|
4647
|
+
util = require(35);
|
|
4611
4648
|
|
|
4612
4649
|
var Type, // cyclic
|
|
4613
4650
|
parse, // might be excluded
|
|
@@ -4654,14 +4691,16 @@ function Root(options) {
|
|
|
4654
4691
|
* Loads a namespace descriptor into a root namespace.
|
|
4655
4692
|
* @param {INamespace} json Namespace descriptor
|
|
4656
4693
|
* @param {Root} [root] Root namespace, defaults to create a new one if omitted
|
|
4694
|
+
* @param {number} [depth] Current nesting depth, defaults to `0`
|
|
4657
4695
|
* @returns {Root} Root namespace
|
|
4658
4696
|
*/
|
|
4659
|
-
Root.fromJSON = function fromJSON(json, root) {
|
|
4697
|
+
Root.fromJSON = function fromJSON(json, root, depth) {
|
|
4698
|
+
depth = util.checkDepth(depth);
|
|
4660
4699
|
if (!root)
|
|
4661
4700
|
root = new Root();
|
|
4662
4701
|
if (json.options)
|
|
4663
4702
|
root.setOptions(json.options);
|
|
4664
|
-
return root.addJSON(json.nested).resolveAll();
|
|
4703
|
+
return root.addJSON(json.nested, depth).resolveAll();
|
|
4665
4704
|
};
|
|
4666
4705
|
|
|
4667
4706
|
/**
|
|
@@ -4735,8 +4774,12 @@ Root.prototype.load = function load(filename, options, callback) {
|
|
|
4735
4774
|
}
|
|
4736
4775
|
|
|
4737
4776
|
// Processes a single file
|
|
4738
|
-
function process(filename, source) {
|
|
4777
|
+
function process(filename, source, depth) {
|
|
4778
|
+
if (depth === undefined)
|
|
4779
|
+
depth = 0;
|
|
4739
4780
|
try {
|
|
4781
|
+
if (depth > util.recursionLimit)
|
|
4782
|
+
throw Error("max depth exceeded");
|
|
4740
4783
|
if (util.isString(source) && source.charAt(0) === "{")
|
|
4741
4784
|
source = JSON.parse(source);
|
|
4742
4785
|
if (!util.isString(source))
|
|
@@ -4749,11 +4792,11 @@ Root.prototype.load = function load(filename, options, callback) {
|
|
|
4749
4792
|
if (parsed.imports)
|
|
4750
4793
|
for (; i < parsed.imports.length; ++i)
|
|
4751
4794
|
if (resolved = getBundledFileName(parsed.imports[i]) || self.resolvePath(filename, parsed.imports[i]))
|
|
4752
|
-
fetch(resolved);
|
|
4795
|
+
fetch(resolved, false, depth + 1);
|
|
4753
4796
|
if (parsed.weakImports)
|
|
4754
4797
|
for (i = 0; i < parsed.weakImports.length; ++i)
|
|
4755
4798
|
if (resolved = getBundledFileName(parsed.weakImports[i]) || self.resolvePath(filename, parsed.weakImports[i]))
|
|
4756
|
-
fetch(resolved, true);
|
|
4799
|
+
fetch(resolved, true, depth + 1);
|
|
4757
4800
|
}
|
|
4758
4801
|
} catch (err) {
|
|
4759
4802
|
finish(err);
|
|
@@ -4764,7 +4807,9 @@ Root.prototype.load = function load(filename, options, callback) {
|
|
|
4764
4807
|
}
|
|
4765
4808
|
|
|
4766
4809
|
// Fetches a single file
|
|
4767
|
-
function fetch(filename, weak) {
|
|
4810
|
+
function fetch(filename, weak, depth) {
|
|
4811
|
+
if (depth === undefined)
|
|
4812
|
+
depth = 0;
|
|
4768
4813
|
filename = getBundledFileName(filename) || filename;
|
|
4769
4814
|
|
|
4770
4815
|
// Skip if already loaded / attempted
|
|
@@ -4776,12 +4821,12 @@ Root.prototype.load = function load(filename, options, callback) {
|
|
|
4776
4821
|
// Shortcut bundled definitions
|
|
4777
4822
|
if (filename in common) {
|
|
4778
4823
|
if (sync) {
|
|
4779
|
-
process(filename, common[filename]);
|
|
4824
|
+
process(filename, common[filename], depth);
|
|
4780
4825
|
} else {
|
|
4781
4826
|
++queued;
|
|
4782
4827
|
setTimeout(function() {
|
|
4783
4828
|
--queued;
|
|
4784
|
-
process(filename, common[filename]);
|
|
4829
|
+
process(filename, common[filename], depth);
|
|
4785
4830
|
});
|
|
4786
4831
|
}
|
|
4787
4832
|
return;
|
|
@@ -4797,7 +4842,7 @@ Root.prototype.load = function load(filename, options, callback) {
|
|
|
4797
4842
|
finish(err);
|
|
4798
4843
|
return;
|
|
4799
4844
|
}
|
|
4800
|
-
process(filename, source);
|
|
4845
|
+
process(filename, source, depth);
|
|
4801
4846
|
} else {
|
|
4802
4847
|
++queued;
|
|
4803
4848
|
self.fetch(filename, function(err, source) {
|
|
@@ -4814,7 +4859,7 @@ Root.prototype.load = function load(filename, options, callback) {
|
|
|
4814
4859
|
finish(null, self);
|
|
4815
4860
|
return;
|
|
4816
4861
|
}
|
|
4817
|
-
process(filename, source);
|
|
4862
|
+
process(filename, source, depth);
|
|
4818
4863
|
});
|
|
4819
4864
|
}
|
|
4820
4865
|
}
|
|
@@ -5002,7 +5047,7 @@ Root._configure = function(Type_, parse_, common_) {
|
|
|
5002
5047
|
common = common_;
|
|
5003
5048
|
};
|
|
5004
5049
|
|
|
5005
|
-
},{"
|
|
5050
|
+
},{"16":16,"17":17,"23":23,"25":25,"35":35}],29:[function(require,module,exports){
|
|
5006
5051
|
"use strict";
|
|
5007
5052
|
module.exports = {};
|
|
5008
5053
|
|
|
@@ -5022,7 +5067,7 @@ module.exports = {};
|
|
|
5022
5067
|
* var root = protobuf.roots["myroot"];
|
|
5023
5068
|
*/
|
|
5024
5069
|
|
|
5025
|
-
},{}],
|
|
5070
|
+
},{}],30:[function(require,module,exports){
|
|
5026
5071
|
"use strict";
|
|
5027
5072
|
|
|
5028
5073
|
/**
|
|
@@ -5058,13 +5103,13 @@ var rpc = exports;
|
|
|
5058
5103
|
* @returns {undefined}
|
|
5059
5104
|
*/
|
|
5060
5105
|
|
|
5061
|
-
rpc.Service = require(
|
|
5106
|
+
rpc.Service = require(31);
|
|
5062
5107
|
|
|
5063
|
-
},{"
|
|
5108
|
+
},{"31":31}],31:[function(require,module,exports){
|
|
5064
5109
|
"use strict";
|
|
5065
5110
|
module.exports = Service;
|
|
5066
5111
|
|
|
5067
|
-
var util = require(
|
|
5112
|
+
var util = require(38);
|
|
5068
5113
|
|
|
5069
5114
|
// Extends EventEmitter
|
|
5070
5115
|
(Service.prototype = Object.create(util.EventEmitter.prototype)).constructor = Service;
|
|
@@ -5204,17 +5249,17 @@ Service.prototype.end = function end(endedByRPC) {
|
|
|
5204
5249
|
return this;
|
|
5205
5250
|
};
|
|
5206
5251
|
|
|
5207
|
-
},{"
|
|
5252
|
+
},{"38":38}],32:[function(require,module,exports){
|
|
5208
5253
|
"use strict";
|
|
5209
5254
|
module.exports = Service;
|
|
5210
5255
|
|
|
5211
5256
|
// extends Namespace
|
|
5212
|
-
var Namespace = require(
|
|
5257
|
+
var Namespace = require(23);
|
|
5213
5258
|
((Service.prototype = Object.create(Namespace.prototype)).constructor = Service).className = "Service";
|
|
5214
5259
|
|
|
5215
|
-
var Method = require(
|
|
5216
|
-
util = require(
|
|
5217
|
-
rpc = require(
|
|
5260
|
+
var Method = require(22),
|
|
5261
|
+
util = require(35),
|
|
5262
|
+
rpc = require(30);
|
|
5218
5263
|
|
|
5219
5264
|
var reservedRe = util.patterns.reservedRe;
|
|
5220
5265
|
|
|
@@ -5255,17 +5300,19 @@ function Service(name, options) {
|
|
|
5255
5300
|
* Constructs a service from a service descriptor.
|
|
5256
5301
|
* @param {string} name Service name
|
|
5257
5302
|
* @param {IService} json Service descriptor
|
|
5303
|
+
* @param {number} [depth] Current nesting depth, defaults to `0`
|
|
5258
5304
|
* @returns {Service} Created service
|
|
5259
5305
|
* @throws {TypeError} If arguments are invalid
|
|
5260
5306
|
*/
|
|
5261
|
-
Service.fromJSON = function fromJSON(name, json) {
|
|
5307
|
+
Service.fromJSON = function fromJSON(name, json, depth) {
|
|
5308
|
+
depth = util.checkDepth(depth);
|
|
5262
5309
|
var service = new Service(name, json.options);
|
|
5263
5310
|
/* istanbul ignore else */
|
|
5264
5311
|
if (json.methods)
|
|
5265
5312
|
for (var names = Object.keys(json.methods), i = 0; i < names.length; ++i)
|
|
5266
5313
|
service.add(Method.fromJSON(names[i], json.methods[names[i]]));
|
|
5267
5314
|
if (json.nested)
|
|
5268
|
-
service.addJSON(json.nested);
|
|
5315
|
+
service.addJSON(json.nested, depth);
|
|
5269
5316
|
if (json.edition)
|
|
5270
5317
|
service._edition = json.edition;
|
|
5271
5318
|
service.comment = json.comment;
|
|
@@ -5399,28 +5446,28 @@ Service.prototype.create = function create(rpcImpl, requestDelimited, responseDe
|
|
|
5399
5446
|
return rpcService;
|
|
5400
5447
|
};
|
|
5401
5448
|
|
|
5402
|
-
},{"
|
|
5449
|
+
},{"22":22,"23":23,"30":30,"35":35}],33:[function(require,module,exports){
|
|
5403
5450
|
"use strict";
|
|
5404
5451
|
module.exports = Type;
|
|
5405
5452
|
|
|
5406
5453
|
// extends Namespace
|
|
5407
|
-
var Namespace = require(
|
|
5454
|
+
var Namespace = require(23);
|
|
5408
5455
|
((Type.prototype = Object.create(Namespace.prototype)).constructor = Type).className = "Type";
|
|
5409
5456
|
|
|
5410
|
-
var Enum = require(
|
|
5411
|
-
OneOf = require(
|
|
5412
|
-
Field = require(
|
|
5413
|
-
MapField = require(
|
|
5414
|
-
Service = require(
|
|
5415
|
-
Message = require(
|
|
5416
|
-
Reader = require(
|
|
5417
|
-
Writer = require(
|
|
5418
|
-
util = require(
|
|
5419
|
-
encoder = require(
|
|
5420
|
-
decoder = require(
|
|
5421
|
-
verifier = require(
|
|
5422
|
-
converter = require(
|
|
5423
|
-
wrappers = require(
|
|
5457
|
+
var Enum = require(16),
|
|
5458
|
+
OneOf = require(25),
|
|
5459
|
+
Field = require(17),
|
|
5460
|
+
MapField = require(20),
|
|
5461
|
+
Service = require(32),
|
|
5462
|
+
Message = require(21),
|
|
5463
|
+
Reader = require(26),
|
|
5464
|
+
Writer = require(42),
|
|
5465
|
+
util = require(35),
|
|
5466
|
+
encoder = require(15),
|
|
5467
|
+
decoder = require(14),
|
|
5468
|
+
verifier = require(40),
|
|
5469
|
+
converter = require(13),
|
|
5470
|
+
wrappers = require(41);
|
|
5424
5471
|
|
|
5425
5472
|
/**
|
|
5426
5473
|
* Constructs a new reflected message type instance.
|
|
@@ -5635,9 +5682,14 @@ function clearCache(type) {
|
|
|
5635
5682
|
* Creates a message type from a message type descriptor.
|
|
5636
5683
|
* @param {string} name Message name
|
|
5637
5684
|
* @param {IType} json Message type descriptor
|
|
5685
|
+
* @param {number} [depth] Current nesting depth, defaults to `0`
|
|
5638
5686
|
* @returns {Type} Created message type
|
|
5639
5687
|
*/
|
|
5640
|
-
Type.fromJSON = function fromJSON(name, json) {
|
|
5688
|
+
Type.fromJSON = function fromJSON(name, json, depth) {
|
|
5689
|
+
if (depth === undefined)
|
|
5690
|
+
depth = 0;
|
|
5691
|
+
if (depth > util.nestingLimit)
|
|
5692
|
+
throw Error("max depth exceeded");
|
|
5641
5693
|
var type = new Type(name, json.options);
|
|
5642
5694
|
type.extensions = json.extensions;
|
|
5643
5695
|
type.reserved = json.reserved;
|
|
@@ -5664,7 +5716,7 @@ Type.fromJSON = function fromJSON(name, json) {
|
|
|
5664
5716
|
? Enum.fromJSON
|
|
5665
5717
|
: nested.methods !== undefined
|
|
5666
5718
|
? Service.fromJSON
|
|
5667
|
-
: Namespace.fromJSON )(names[i], nested)
|
|
5719
|
+
: Namespace.fromJSON )(names[i], nested, depth + 1)
|
|
5668
5720
|
);
|
|
5669
5721
|
}
|
|
5670
5722
|
if (json.extensions && json.extensions.length)
|
|
@@ -5915,8 +5967,8 @@ Type.prototype.setup = function setup() {
|
|
|
5915
5967
|
* @param {Writer} [writer] Writer to encode to
|
|
5916
5968
|
* @returns {Writer} writer
|
|
5917
5969
|
*/
|
|
5918
|
-
Type.prototype.encode = function encode_setup(message, writer) {
|
|
5919
|
-
return this.setup().encode(
|
|
5970
|
+
Type.prototype.encode = function encode_setup(message, writer) { // eslint-disable-line no-unused-vars
|
|
5971
|
+
return this.setup().encode.apply(this, arguments); // overrides this method
|
|
5920
5972
|
};
|
|
5921
5973
|
|
|
5922
5974
|
/**
|
|
@@ -5980,7 +6032,7 @@ Type.prototype.fromObject = function fromObject(object, depth) {
|
|
|
5980
6032
|
* Conversion options as used by {@link Type#toObject} and {@link Message.toObject}.
|
|
5981
6033
|
* @interface IConversionOptions
|
|
5982
6034
|
* @property {Function} [longs] Long conversion type.
|
|
5983
|
-
* Valid values are `String` and `Number` (the global types).
|
|
6035
|
+
* Valid values are `BigInt`, `String` and `Number` (the global types).
|
|
5984
6036
|
* Defaults to copy the present value, which is a possibly unsafe number without and a {@link Long} with a long library.
|
|
5985
6037
|
* @property {Function} [enums] Enum value conversion type.
|
|
5986
6038
|
* Only valid value is `String` (the global type).
|
|
@@ -6001,8 +6053,8 @@ Type.prototype.fromObject = function fromObject(object, depth) {
|
|
|
6001
6053
|
* @param {IConversionOptions} [options] Conversion options
|
|
6002
6054
|
* @returns {Object.<string,*>} Plain object
|
|
6003
6055
|
*/
|
|
6004
|
-
Type.prototype.toObject = function toObject(message, options) {
|
|
6005
|
-
return this.setup().toObject(
|
|
6056
|
+
Type.prototype.toObject = function toObject(message, options) { // eslint-disable-line no-unused-vars
|
|
6057
|
+
return this.setup().toObject.apply(this, arguments);
|
|
6006
6058
|
};
|
|
6007
6059
|
|
|
6008
6060
|
/**
|
|
@@ -6026,7 +6078,7 @@ Type.d = function decorateType(typeName) {
|
|
|
6026
6078
|
};
|
|
6027
6079
|
};
|
|
6028
6080
|
|
|
6029
|
-
},{"
|
|
6081
|
+
},{"13":13,"14":14,"15":15,"16":16,"17":17,"20":20,"21":21,"23":23,"25":25,"26":26,"32":32,"35":35,"40":40,"41":41,"42":42}],34:[function(require,module,exports){
|
|
6030
6082
|
"use strict";
|
|
6031
6083
|
|
|
6032
6084
|
/**
|
|
@@ -6035,7 +6087,7 @@ Type.d = function decorateType(typeName) {
|
|
|
6035
6087
|
*/
|
|
6036
6088
|
var types = exports;
|
|
6037
6089
|
|
|
6038
|
-
var util = require(
|
|
6090
|
+
var util = require(35);
|
|
6039
6091
|
|
|
6040
6092
|
var s = [
|
|
6041
6093
|
"double", // 0
|
|
@@ -6224,33 +6276,46 @@ types.packed = bake([
|
|
|
6224
6276
|
/* bool */ 0
|
|
6225
6277
|
]);
|
|
6226
6278
|
|
|
6227
|
-
},{"
|
|
6279
|
+
},{"35":35}],35:[function(require,module,exports){
|
|
6228
6280
|
"use strict";
|
|
6229
6281
|
|
|
6230
6282
|
/**
|
|
6231
6283
|
* Various utility functions.
|
|
6232
6284
|
* @namespace
|
|
6233
6285
|
*/
|
|
6234
|
-
var util = module.exports = require(
|
|
6286
|
+
var util = module.exports = require(38);
|
|
6235
6287
|
|
|
6236
|
-
var roots = require(
|
|
6288
|
+
var roots = require(29);
|
|
6237
6289
|
|
|
6238
6290
|
var Type, // cyclic
|
|
6239
6291
|
Enum;
|
|
6240
6292
|
|
|
6241
6293
|
util.codegen = require(3);
|
|
6242
6294
|
util.fetch = require(5);
|
|
6243
|
-
util.path = require(
|
|
6244
|
-
util.patterns = require(
|
|
6295
|
+
util.path = require(9);
|
|
6296
|
+
util.patterns = require(39);
|
|
6245
6297
|
|
|
6246
|
-
var reservedRe = util.patterns.reservedRe
|
|
6247
|
-
unsafePropertyRe = util.patterns.unsafePropertyRe;
|
|
6298
|
+
var reservedRe = util.patterns.reservedRe;
|
|
6248
6299
|
|
|
6249
6300
|
/**
|
|
6250
6301
|
* Node's fs module if available.
|
|
6251
6302
|
* @type {Object.<string,*>}
|
|
6252
6303
|
*/
|
|
6253
|
-
util.fs =
|
|
6304
|
+
util.fs = require(36);
|
|
6305
|
+
|
|
6306
|
+
/**
|
|
6307
|
+
* Checks a recursion depth.
|
|
6308
|
+
* @param {number|undefined} depth Depth of recursion
|
|
6309
|
+
* @returns {number} Depth of recursion
|
|
6310
|
+
* @throws {Error} If depth exceeds util.recursionLimit
|
|
6311
|
+
*/
|
|
6312
|
+
util.checkDepth = function checkDepth(depth) {
|
|
6313
|
+
if (depth === undefined)
|
|
6314
|
+
depth = 0;
|
|
6315
|
+
if (depth > util.recursionLimit)
|
|
6316
|
+
throw Error("max depth exceeded");
|
|
6317
|
+
return depth;
|
|
6318
|
+
};
|
|
6254
6319
|
|
|
6255
6320
|
/**
|
|
6256
6321
|
* Converts an object's values to an array.
|
|
@@ -6360,7 +6425,7 @@ util.decorateType = function decorateType(ctor, typeName) {
|
|
|
6360
6425
|
|
|
6361
6426
|
/* istanbul ignore next */
|
|
6362
6427
|
if (!Type)
|
|
6363
|
-
Type = require(
|
|
6428
|
+
Type = require(33);
|
|
6364
6429
|
|
|
6365
6430
|
var type = new Type(typeName || ctor.name);
|
|
6366
6431
|
util.decorateRoot.add(type);
|
|
@@ -6385,7 +6450,7 @@ util.decorateEnum = function decorateEnum(object) {
|
|
|
6385
6450
|
|
|
6386
6451
|
/* istanbul ignore next */
|
|
6387
6452
|
if (!Enum)
|
|
6388
|
-
Enum = require(
|
|
6453
|
+
Enum = require(16);
|
|
6389
6454
|
|
|
6390
6455
|
var enm = new Enum("Enum" + decorateEnumIndex++, object);
|
|
6391
6456
|
util.decorateRoot.add(enm);
|
|
@@ -6405,7 +6470,7 @@ util.decorateEnum = function decorateEnum(object) {
|
|
|
6405
6470
|
util.setProperty = function setProperty(dst, path, value, ifNotSet) {
|
|
6406
6471
|
function setProp(dst, path, value) {
|
|
6407
6472
|
var part = path.shift();
|
|
6408
|
-
if (
|
|
6473
|
+
if (util.isUnsafeProperty(part))
|
|
6409
6474
|
return dst;
|
|
6410
6475
|
if (path.length > 0) {
|
|
6411
6476
|
dst[part] = setProp(dst[part] || {}, path, value);
|
|
@@ -6426,6 +6491,8 @@ util.setProperty = function setProperty(dst, path, value, ifNotSet) {
|
|
|
6426
6491
|
throw TypeError("path must be specified");
|
|
6427
6492
|
|
|
6428
6493
|
path = path.split(".");
|
|
6494
|
+
if (path.length > util.recursionLimit)
|
|
6495
|
+
throw Error("max depth exceeded");
|
|
6429
6496
|
return setProp(dst, path, value);
|
|
6430
6497
|
};
|
|
6431
6498
|
|
|
@@ -6437,15 +6504,28 @@ util.setProperty = function setProperty(dst, path, value, ifNotSet) {
|
|
|
6437
6504
|
*/
|
|
6438
6505
|
Object.defineProperty(util, "decorateRoot", {
|
|
6439
6506
|
get: function() {
|
|
6440
|
-
return roots["decorated"] || (roots["decorated"] = new (require(
|
|
6507
|
+
return roots["decorated"] || (roots["decorated"] = new (require(28))());
|
|
6441
6508
|
}
|
|
6442
6509
|
});
|
|
6443
6510
|
|
|
6444
|
-
},{"
|
|
6511
|
+
},{"16":16,"28":28,"29":29,"3":3,"33":33,"36":36,"38":38,"39":39,"5":5,"9":9}],36:[function(require,module,exports){
|
|
6512
|
+
"use strict";
|
|
6513
|
+
|
|
6514
|
+
var fs = null;
|
|
6515
|
+
try {
|
|
6516
|
+
fs = require(12);
|
|
6517
|
+
if (!fs || !fs.readFile || !fs.readFileSync)
|
|
6518
|
+
fs = null;
|
|
6519
|
+
} catch (e) {
|
|
6520
|
+
// `fs` is unavailable in browsers and browser-like bundles.
|
|
6521
|
+
}
|
|
6522
|
+
module.exports = fs;
|
|
6523
|
+
|
|
6524
|
+
},{"12":12}],37:[function(require,module,exports){
|
|
6445
6525
|
"use strict";
|
|
6446
6526
|
module.exports = LongBits;
|
|
6447
6527
|
|
|
6448
|
-
var util = require(
|
|
6528
|
+
var util = require(38);
|
|
6449
6529
|
|
|
6450
6530
|
/**
|
|
6451
6531
|
* Constructs new long bits.
|
|
@@ -6643,7 +6723,7 @@ LongBits.prototype.length = function length() {
|
|
|
6643
6723
|
: part2 < 128 ? 9 : 10;
|
|
6644
6724
|
};
|
|
6645
6725
|
|
|
6646
|
-
},{"
|
|
6726
|
+
},{"38":38}],38:[function(require,module,exports){
|
|
6647
6727
|
"use strict";
|
|
6648
6728
|
var util = exports;
|
|
6649
6729
|
|
|
@@ -6657,19 +6737,31 @@ util.base64 = require(2);
|
|
|
6657
6737
|
util.EventEmitter = require(4);
|
|
6658
6738
|
|
|
6659
6739
|
// float handling accross browsers
|
|
6660
|
-
util.float = require(
|
|
6740
|
+
util.float = require(7);
|
|
6661
6741
|
|
|
6662
6742
|
// requires modules optionally and hides the call from bundlers
|
|
6663
|
-
util.inquire = require(
|
|
6743
|
+
util.inquire = require(8);
|
|
6664
6744
|
|
|
6665
6745
|
// converts to / from utf8 encoded strings
|
|
6666
|
-
util.utf8 = require(
|
|
6746
|
+
util.utf8 = require(11);
|
|
6667
6747
|
|
|
6668
6748
|
// provides a node-like buffer pool in the browser
|
|
6669
|
-
util.pool = require(
|
|
6749
|
+
util.pool = require(10);
|
|
6670
6750
|
|
|
6671
6751
|
// utility to work with the low and high bits of a 64 bit value
|
|
6672
|
-
util.LongBits = require(
|
|
6752
|
+
util.LongBits = require(37);
|
|
6753
|
+
|
|
6754
|
+
/**
|
|
6755
|
+
* Tests if the specified key can affect object prototypes.
|
|
6756
|
+
* @memberof util
|
|
6757
|
+
* @param {string} key Key to test
|
|
6758
|
+
* @returns {boolean} `true` if the key is unsafe
|
|
6759
|
+
*/
|
|
6760
|
+
function isUnsafeProperty(key) {
|
|
6761
|
+
return key === "__proto__" || key === "prototype" || key === "constructor";
|
|
6762
|
+
}
|
|
6763
|
+
|
|
6764
|
+
util.isUnsafeProperty = isUnsafeProperty;
|
|
6673
6765
|
|
|
6674
6766
|
/**
|
|
6675
6767
|
* Whether running within node or not.
|
|
@@ -6771,7 +6863,7 @@ util.isSet = function isSet(obj, prop) {
|
|
|
6771
6863
|
*/
|
|
6772
6864
|
util.Buffer = (function() {
|
|
6773
6865
|
try {
|
|
6774
|
-
var Buffer = util.
|
|
6866
|
+
var Buffer = util.global.Buffer;
|
|
6775
6867
|
// refuse to use non-node buffers if not explicitly assigned (perf reasons):
|
|
6776
6868
|
return Buffer.prototype.utf8Write ? Buffer : /* istanbul ignore next */ null;
|
|
6777
6869
|
} catch (e) {
|
|
@@ -6825,7 +6917,15 @@ util.Array = typeof Uint8Array !== "undefined" ? Uint8Array /* istanbul ignore n
|
|
|
6825
6917
|
*/
|
|
6826
6918
|
util.Long = /* istanbul ignore next */ util.global.dcodeIO && /* istanbul ignore next */ util.global.dcodeIO.Long
|
|
6827
6919
|
|| /* istanbul ignore next */ util.global.Long
|
|
6828
|
-
||
|
|
6920
|
+
|| (function() {
|
|
6921
|
+
try {
|
|
6922
|
+
var Long = require("long");
|
|
6923
|
+
return Long && Long.isLong ? Long : null;
|
|
6924
|
+
} catch (e) {
|
|
6925
|
+
/* istanbul ignore next */
|
|
6926
|
+
return null;
|
|
6927
|
+
}
|
|
6928
|
+
})();
|
|
6829
6929
|
|
|
6830
6930
|
/**
|
|
6831
6931
|
* Regular expression used to verify 2 bit (`bool`) map keys.
|
|
@@ -6876,26 +6976,39 @@ util.longFromHash = function longFromHash(hash, unsigned) {
|
|
|
6876
6976
|
* Merges the properties of the source object into the destination object.
|
|
6877
6977
|
* @memberof util
|
|
6878
6978
|
* @param {Object.<string,*>} dst Destination object
|
|
6879
|
-
* @param {Object.<string
|
|
6880
|
-
* @param {boolean} [ifNotSet=false] Merges only if the key is not already set
|
|
6979
|
+
* @param {...(Object.<string,*>|boolean)} src Source objects, optionally followed by an `ifNotSet` flag
|
|
6881
6980
|
* @returns {Object.<string,*>} Destination object
|
|
6882
6981
|
*/
|
|
6883
|
-
function merge(dst
|
|
6884
|
-
|
|
6885
|
-
|
|
6886
|
-
|
|
6982
|
+
function merge(dst) { // used by converters
|
|
6983
|
+
var ifNotSet = typeof arguments[arguments.length - 1] === "boolean",
|
|
6984
|
+
limit = ifNotSet ? arguments.length - 1 : arguments.length;
|
|
6985
|
+
ifNotSet = ifNotSet && arguments[arguments.length - 1];
|
|
6986
|
+
for (var a = 1; a < limit; ++a) {
|
|
6987
|
+
var src = arguments[a];
|
|
6988
|
+
if (!src)
|
|
6989
|
+
continue;
|
|
6990
|
+
for (var keys = Object.keys(src), i = 0; i < keys.length; ++i)
|
|
6991
|
+
if (!isUnsafeProperty(keys[i]) && (dst[keys[i]] === undefined || !ifNotSet))
|
|
6887
6992
|
dst[keys[i]] = src[keys[i]];
|
|
6993
|
+
}
|
|
6888
6994
|
return dst;
|
|
6889
6995
|
}
|
|
6890
6996
|
|
|
6891
6997
|
util.merge = merge;
|
|
6892
6998
|
|
|
6999
|
+
/**
|
|
7000
|
+
* Schema declaration nesting limit.
|
|
7001
|
+
* @memberof util
|
|
7002
|
+
* @type {number}
|
|
7003
|
+
*/
|
|
7004
|
+
util.nestingLimit = 32; // protoc: MaxMessageDeclarationNestingDepth
|
|
7005
|
+
|
|
6893
7006
|
/**
|
|
6894
7007
|
* Recursion limit.
|
|
6895
7008
|
* @memberof util
|
|
6896
7009
|
* @type {number}
|
|
6897
7010
|
*/
|
|
6898
|
-
util.recursionLimit = 100;
|
|
7011
|
+
util.recursionLimit = 100; // protoc: CodedInputStream::default_recursion_limit_
|
|
6899
7012
|
|
|
6900
7013
|
/**
|
|
6901
7014
|
* Makes a property safe for assignment as an own property.
|
|
@@ -7106,7 +7219,7 @@ util._configure = function() {
|
|
|
7106
7219
|
};
|
|
7107
7220
|
};
|
|
7108
7221
|
|
|
7109
|
-
},{"1":1,"10":10,"2":2,"
|
|
7222
|
+
},{"1":1,"10":10,"11":11,"2":2,"37":37,"4":4,"7":7,"8":8,"long":"long"}],39:[function(require,module,exports){
|
|
7110
7223
|
"use strict";
|
|
7111
7224
|
|
|
7112
7225
|
var patterns = exports;
|
|
@@ -7114,14 +7227,13 @@ var patterns = exports;
|
|
|
7114
7227
|
patterns.numberRe = /^(?![eE])[0-9]*(?:\.[0-9]*)?(?:[eE][+-]?[0-9]+)?$/;
|
|
7115
7228
|
patterns.typeRefRe = /^(?:\.?[a-zA-Z_][a-zA-Z_0-9]*)(?:\.[a-zA-Z_][a-zA-Z_0-9]*)*$/;
|
|
7116
7229
|
patterns.reservedRe = /^(?:do|if|in|for|let|new|try|var|case|else|enum|eval|false|null|this|true|void|with|break|catch|class|const|super|throw|while|yield|delete|export|import|public|return|static|switch|typeof|default|extends|finally|package|private|continue|debugger|function|arguments|interface|protected|implements|instanceof)$/;
|
|
7117
|
-
patterns.unsafePropertyRe = /^(?:__proto__|prototype|constructor)$/;
|
|
7118
7230
|
|
|
7119
|
-
},{}],
|
|
7231
|
+
},{}],40:[function(require,module,exports){
|
|
7120
7232
|
"use strict";
|
|
7121
7233
|
module.exports = verifier;
|
|
7122
7234
|
|
|
7123
|
-
var Enum = require(
|
|
7124
|
-
util = require(
|
|
7235
|
+
var Enum = require(16),
|
|
7236
|
+
util = require(35);
|
|
7125
7237
|
|
|
7126
7238
|
function invalid(field, expected) {
|
|
7127
7239
|
return field.name + ": " + expected + (field.repeated && expected !== "array" ? "[]" : field.map && expected !== "object" ? "{k:"+field.keyType+"}" : "") + " expected";
|
|
@@ -7298,7 +7410,7 @@ function verifier(mtype) {
|
|
|
7298
7410
|
/* eslint-enable no-unexpected-multiline */
|
|
7299
7411
|
}
|
|
7300
7412
|
|
|
7301
|
-
},{"
|
|
7413
|
+
},{"16":16,"35":35}],41:[function(require,module,exports){
|
|
7302
7414
|
"use strict";
|
|
7303
7415
|
|
|
7304
7416
|
/**
|
|
@@ -7308,7 +7420,8 @@ function verifier(mtype) {
|
|
|
7308
7420
|
*/
|
|
7309
7421
|
var wrappers = exports;
|
|
7310
7422
|
|
|
7311
|
-
var Message = require(
|
|
7423
|
+
var Message = require(21),
|
|
7424
|
+
util = require(38);
|
|
7312
7425
|
|
|
7313
7426
|
/**
|
|
7314
7427
|
* From object converter part of an {@link IWrapper}.
|
|
@@ -7355,10 +7468,9 @@ wrappers[".google.protobuf.Any"] = {
|
|
|
7355
7468
|
if (type_url.indexOf("/") === -1) {
|
|
7356
7469
|
type_url = "/" + type_url;
|
|
7357
7470
|
}
|
|
7358
|
-
var nextDepth = depth === undefined ? 1 : depth + 1;
|
|
7359
7471
|
return this.create({
|
|
7360
7472
|
type_url: type_url,
|
|
7361
|
-
value: type.encode(type.fromObject(object,
|
|
7473
|
+
value: type.encode(type.fromObject(object, depth === undefined ? 1 : depth + 1)).finish()
|
|
7362
7474
|
});
|
|
7363
7475
|
}
|
|
7364
7476
|
}
|
|
@@ -7366,7 +7478,11 @@ wrappers[".google.protobuf.Any"] = {
|
|
|
7366
7478
|
return this.fromObject(object, depth);
|
|
7367
7479
|
},
|
|
7368
7480
|
|
|
7369
|
-
toObject: function(message, options) {
|
|
7481
|
+
toObject: function(message, options, depth) {
|
|
7482
|
+
if (depth === undefined)
|
|
7483
|
+
depth = 0;
|
|
7484
|
+
if (depth > util.recursionLimit)
|
|
7485
|
+
throw Error("max depth exceeded");
|
|
7370
7486
|
|
|
7371
7487
|
// Default prefix
|
|
7372
7488
|
var googleApi = "type.googleapis.com/";
|
|
@@ -7382,12 +7498,12 @@ wrappers[".google.protobuf.Any"] = {
|
|
|
7382
7498
|
var type = this.lookup(name);
|
|
7383
7499
|
/* istanbul ignore else */
|
|
7384
7500
|
if (type)
|
|
7385
|
-
message = type.decode(message.value);
|
|
7501
|
+
message = type.decode(message.value, undefined, undefined, depth + 1);
|
|
7386
7502
|
}
|
|
7387
7503
|
|
|
7388
7504
|
// wrap value if unmapped
|
|
7389
7505
|
if (!(message instanceof this.ctor) && message instanceof Message) {
|
|
7390
|
-
var object = message.$type.toObject(message, options);
|
|
7506
|
+
var object = message.$type.toObject(message, options, depth + 1);
|
|
7391
7507
|
var messageName = message.$type.fullName[0] === "." ?
|
|
7392
7508
|
message.$type.fullName.slice(1) : message.$type.fullName;
|
|
7393
7509
|
// Default to type.googleapis.com prefix if no prefix is used
|
|
@@ -7399,15 +7515,15 @@ wrappers[".google.protobuf.Any"] = {
|
|
|
7399
7515
|
return object;
|
|
7400
7516
|
}
|
|
7401
7517
|
|
|
7402
|
-
return this.toObject(message, options);
|
|
7518
|
+
return this.toObject(message, options, depth);
|
|
7403
7519
|
}
|
|
7404
7520
|
};
|
|
7405
7521
|
|
|
7406
|
-
},{"
|
|
7522
|
+
},{"21":21,"38":38}],42:[function(require,module,exports){
|
|
7407
7523
|
"use strict";
|
|
7408
7524
|
module.exports = Writer;
|
|
7409
7525
|
|
|
7410
|
-
var util = require(
|
|
7526
|
+
var util = require(38);
|
|
7411
7527
|
|
|
7412
7528
|
var BufferWriter; // cyclic
|
|
7413
7529
|
|
|
@@ -7631,7 +7747,7 @@ Writer.prototype.uint32 = function write_uint32(value) {
|
|
|
7631
7747
|
* @returns {Writer} `this`
|
|
7632
7748
|
*/
|
|
7633
7749
|
Writer.prototype.int32 = function write_int32(value) {
|
|
7634
|
-
return value < 0
|
|
7750
|
+
return (value |= 0) < 0
|
|
7635
7751
|
? this._push(writeVarint64, 10, LongBits.fromNumber(value)) // 10 bytes per spec
|
|
7636
7752
|
: this.uint32(value);
|
|
7637
7753
|
};
|
|
@@ -7646,16 +7762,18 @@ Writer.prototype.sint32 = function write_sint32(value) {
|
|
|
7646
7762
|
};
|
|
7647
7763
|
|
|
7648
7764
|
function writeVarint64(val, buf, pos) {
|
|
7649
|
-
|
|
7650
|
-
|
|
7651
|
-
|
|
7652
|
-
|
|
7765
|
+
var lo = val.lo,
|
|
7766
|
+
hi = val.hi;
|
|
7767
|
+
while (hi) {
|
|
7768
|
+
buf[pos++] = lo & 127 | 128;
|
|
7769
|
+
lo = (lo >>> 7 | hi << 25) >>> 0;
|
|
7770
|
+
hi >>>= 7;
|
|
7653
7771
|
}
|
|
7654
|
-
while (
|
|
7655
|
-
buf[pos++] =
|
|
7656
|
-
|
|
7772
|
+
while (lo > 127) {
|
|
7773
|
+
buf[pos++] = lo & 127 | 128;
|
|
7774
|
+
lo = lo >>> 7;
|
|
7657
7775
|
}
|
|
7658
|
-
buf[pos++] =
|
|
7776
|
+
buf[pos++] = lo;
|
|
7659
7777
|
}
|
|
7660
7778
|
|
|
7661
7779
|
/**
|
|
@@ -7870,15 +7988,15 @@ Writer._configure = function(BufferWriter_) {
|
|
|
7870
7988
|
BufferWriter._configure();
|
|
7871
7989
|
};
|
|
7872
7990
|
|
|
7873
|
-
},{"
|
|
7991
|
+
},{"38":38}],43:[function(require,module,exports){
|
|
7874
7992
|
"use strict";
|
|
7875
7993
|
module.exports = BufferWriter;
|
|
7876
7994
|
|
|
7877
7995
|
// extends Writer
|
|
7878
|
-
var Writer = require(
|
|
7996
|
+
var Writer = require(42);
|
|
7879
7997
|
(BufferWriter.prototype = Object.create(Writer.prototype)).constructor = BufferWriter;
|
|
7880
7998
|
|
|
7881
|
-
var util = require(
|
|
7999
|
+
var util = require(38);
|
|
7882
8000
|
|
|
7883
8001
|
/**
|
|
7884
8002
|
* Constructs a new buffer writer instance.
|
|
@@ -7957,7 +8075,7 @@ BufferWriter.prototype.string = function write_string_buffer(value) {
|
|
|
7957
8075
|
|
|
7958
8076
|
BufferWriter._configure();
|
|
7959
8077
|
|
|
7960
|
-
},{"
|
|
8078
|
+
},{"38":38,"42":42}]},{},[18])
|
|
7961
8079
|
|
|
7962
8080
|
})();
|
|
7963
8081
|
//# sourceMappingURL=protobuf.js.map
|