@gemeentenijmegen/webapp 1.1.1 → 1.1.2
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/.jsii +10 -10
- package/assets/webapp/auth/auth.lambda/index.js +56 -35
- package/assets/webapp/login/login.lambda/index.js +56 -35
- package/assets/webapp/logout/logout.lambda/index.js +56 -209
- package/lib/webapp/Criticality.js +1 -1
- package/lib/webapp/Webapp.js +1 -1
- package/lib/webapp/Webpage.js +1 -1
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +23 -20
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +15 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +28 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +32 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +758 -655
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +744 -641
- package/node_modules/@aws-sdk/client-dynamodb/package.json +37 -37
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +152 -29
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +48 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +75 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -42
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +77 -57
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +60 -45
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +92 -66
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +30 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +18 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +52 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +25 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +41 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +18 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +61 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +30 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +62 -44
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +98 -79
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +20 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +32 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +61 -39
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +10 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +12 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +82 -65
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +23 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +47 -32
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +84 -45
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +30 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +126 -78
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +52 -41
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +66 -52
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +1720 -1409
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +509 -414
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +799 -780
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +303 -279
- package/node_modules/@aws-sdk/client-s3/package.json +57 -57
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +35 -35
- package/node_modules/@aws-sdk/client-ssm/README.md +39 -7
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +99 -144
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +167 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +141 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +711 -706
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2303 -2337
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +961 -196
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +24 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +36 -36
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
- package/node_modules/@aws-sdk/client-sts/README.md +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +89 -12
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-sts/package.json +36 -36
- package/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
- package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -10
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +19 -18
- package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +11 -11
- package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -12
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
- package/node_modules/@aws-sdk/token-providers/package.json +8 -8
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@gemeentenijmegen/apiclient/package.json +7 -7
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
- package/node_modules/@gemeentenijmegen/session/package.json +5 -5
- package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
- package/node_modules/@smithy/abort-controller/package.json +4 -3
- package/node_modules/@smithy/config-resolver/package.json +7 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/package.json +10 -9
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/eventstream-codec/package.json +4 -3
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -4
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +5 -4
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
- package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
- package/node_modules/@smithy/hash-blob-browser/package.json +4 -3
- package/node_modules/@smithy/hash-node/package.json +4 -3
- package/node_modules/@smithy/hash-stream-node/package.json +4 -3
- package/node_modules/@smithy/invalid-dependency/package.json +4 -3
- package/node_modules/@smithy/md5-js/package.json +4 -3
- package/node_modules/@smithy/middleware-content-length/package.json +5 -4
- package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
- package/node_modules/@smithy/middleware-retry/package.json +12 -10
- package/node_modules/@smithy/middleware-serde/package.json +6 -4
- package/node_modules/@smithy/middleware-stack/package.json +4 -3
- package/node_modules/@smithy/node-config-provider/package.json +6 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
- package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/package.json +7 -6
- package/node_modules/@smithy/property-provider/package.json +4 -3
- package/node_modules/@smithy/protocol-http/package.json +4 -3
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +4 -3
- package/node_modules/@smithy/service-error-classification/package.json +4 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
- package/node_modules/@smithy/signature-v4/package.json +6 -5
- package/node_modules/@smithy/smithy-client/package.json +9 -8
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +5 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
- package/node_modules/@smithy/util-endpoints/package.json +7 -5
- package/node_modules/@smithy/util-middleware/package.json +4 -3
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/package.json +5 -4
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
- package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
- package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/package.json +10 -6
- package/node_modules/@smithy/util-waiter/package.json +5 -4
- package/package.json +13 -13
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/HISTORY.md +0 -147
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/LICENSE +0 -24
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/README.md +0 -317
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/SECURITY.md +0 -25
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/index.js +0 -274
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/package.json +0 -44
package/.jsii
CHANGED
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
},
|
|
8
8
|
"bundled": {
|
|
9
9
|
"@aws-lambda-powertools/logger": "^1.17.0",
|
|
10
|
-
"@aws-sdk/client-dynamodb": "^3.
|
|
11
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
10
|
+
"@aws-sdk/client-dynamodb": "^3.696.0",
|
|
11
|
+
"@aws-sdk/client-secrets-manager": "^3.696.0",
|
|
12
12
|
"@aws-solutions-constructs/aws-lambda-dynamodb": "^2.74.0",
|
|
13
|
-
"@gemeentenijmegen/apiclient": "^0.0.
|
|
14
|
-
"@gemeentenijmegen/apigateway-http": "^0.0.
|
|
15
|
-
"@gemeentenijmegen/session": "^0.0.
|
|
16
|
-
"@gemeentenijmegen/utils": "^0.0.
|
|
13
|
+
"@gemeentenijmegen/apiclient": "^0.0.20",
|
|
14
|
+
"@gemeentenijmegen/apigateway-http": "^0.0.17",
|
|
15
|
+
"@gemeentenijmegen/session": "^0.0.18",
|
|
16
|
+
"@gemeentenijmegen/utils": "^0.0.19",
|
|
17
17
|
"axios": "^1.7.7",
|
|
18
18
|
"cdk-remote-stack": "^2.1.0",
|
|
19
19
|
"cookie": "^0.7.2",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"openid-client": "^5.7.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@gemeentenijmegen/aws-constructs": "^0.0.
|
|
25
|
+
"@gemeentenijmegen/aws-constructs": "^0.0.23",
|
|
26
26
|
"aws-cdk-lib": "^2.122.0",
|
|
27
27
|
"constructs": "^10.0.5"
|
|
28
28
|
},
|
|
@@ -3685,7 +3685,7 @@
|
|
|
3685
3685
|
"stability": "stable"
|
|
3686
3686
|
},
|
|
3687
3687
|
"homepage": "https://github.com/GemeenteNijmegen/modules-webapp.git",
|
|
3688
|
-
"jsiiVersion": "5.5.
|
|
3688
|
+
"jsiiVersion": "5.5.10 (build 224bf90)",
|
|
3689
3689
|
"keywords": [
|
|
3690
3690
|
"cdk"
|
|
3691
3691
|
],
|
|
@@ -4698,6 +4698,6 @@
|
|
|
4698
4698
|
"symbolId": "src/webapp/Webpage:WebpageProps"
|
|
4699
4699
|
}
|
|
4700
4700
|
},
|
|
4701
|
-
"version": "1.1.
|
|
4702
|
-
"fingerprint": "
|
|
4701
|
+
"version": "1.1.2",
|
|
4702
|
+
"fingerprint": "WBW03rkvNK6+aFDCsr+oNpggghdotF2N0PlRW7HfnjA="
|
|
4703
4703
|
}
|
|
@@ -2589,75 +2589,99 @@ var require_lib2 = __commonJS({
|
|
|
2589
2589
|
}
|
|
2590
2590
|
});
|
|
2591
2591
|
|
|
2592
|
-
// node_modules
|
|
2592
|
+
// node_modules/cookie/index.js
|
|
2593
2593
|
var require_cookie = __commonJS({
|
|
2594
|
-
"node_modules
|
|
2594
|
+
"node_modules/cookie/index.js"(exports2) {
|
|
2595
2595
|
"use strict";
|
|
2596
2596
|
exports2.parse = parse;
|
|
2597
2597
|
exports2.serialize = serialize;
|
|
2598
2598
|
var __toString = Object.prototype.toString;
|
|
2599
|
-
var
|
|
2600
|
-
|
|
2599
|
+
var __hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
2600
|
+
var cookieNameRegExp = /^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;
|
|
2601
|
+
var cookieValueRegExp = /^("?)[\u0021\u0023-\u002B\u002D-\u003A\u003C-\u005B\u005D-\u007E]*\1$/;
|
|
2602
|
+
var domainValueRegExp = /^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i;
|
|
2603
|
+
var pathValueRegExp = /^[\u0020-\u003A\u003D-\u007E]*$/;
|
|
2604
|
+
function parse(str, opt) {
|
|
2601
2605
|
if (typeof str !== "string") {
|
|
2602
2606
|
throw new TypeError("argument str must be a string");
|
|
2603
2607
|
}
|
|
2604
2608
|
var obj = {};
|
|
2605
|
-
var
|
|
2606
|
-
|
|
2609
|
+
var len = str.length;
|
|
2610
|
+
if (len < 2) return obj;
|
|
2611
|
+
var dec = opt && opt.decode || decode;
|
|
2607
2612
|
var index = 0;
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2613
|
+
var eqIdx = 0;
|
|
2614
|
+
var endIdx = 0;
|
|
2615
|
+
do {
|
|
2616
|
+
eqIdx = str.indexOf("=", index);
|
|
2617
|
+
if (eqIdx === -1) break;
|
|
2618
|
+
endIdx = str.indexOf(";", index);
|
|
2614
2619
|
if (endIdx === -1) {
|
|
2615
|
-
endIdx =
|
|
2616
|
-
} else if (
|
|
2620
|
+
endIdx = len;
|
|
2621
|
+
} else if (eqIdx > endIdx) {
|
|
2617
2622
|
index = str.lastIndexOf(";", eqIdx - 1) + 1;
|
|
2618
2623
|
continue;
|
|
2619
2624
|
}
|
|
2620
|
-
var
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2625
|
+
var keyStartIdx = startIndex(str, index, eqIdx);
|
|
2626
|
+
var keyEndIdx = endIndex(str, eqIdx, keyStartIdx);
|
|
2627
|
+
var key = str.slice(keyStartIdx, keyEndIdx);
|
|
2628
|
+
if (!__hasOwnProperty.call(obj, key)) {
|
|
2629
|
+
var valStartIdx = startIndex(str, eqIdx + 1, endIdx);
|
|
2630
|
+
var valEndIdx = endIndex(str, endIdx, valStartIdx);
|
|
2631
|
+
if (str.charCodeAt(valStartIdx) === 34 && str.charCodeAt(valEndIdx - 1) === 34) {
|
|
2632
|
+
valStartIdx++;
|
|
2633
|
+
valEndIdx--;
|
|
2634
|
+
}
|
|
2635
|
+
var val = str.slice(valStartIdx, valEndIdx);
|
|
2626
2636
|
obj[key] = tryDecode(val, dec);
|
|
2627
2637
|
}
|
|
2628
2638
|
index = endIdx + 1;
|
|
2629
|
-
}
|
|
2639
|
+
} while (index < len);
|
|
2630
2640
|
return obj;
|
|
2631
2641
|
}
|
|
2632
|
-
function
|
|
2633
|
-
|
|
2634
|
-
|
|
2642
|
+
function startIndex(str, index, max) {
|
|
2643
|
+
do {
|
|
2644
|
+
var code = str.charCodeAt(index);
|
|
2645
|
+
if (code !== 32 && code !== 9) return index;
|
|
2646
|
+
} while (++index < max);
|
|
2647
|
+
return max;
|
|
2648
|
+
}
|
|
2649
|
+
function endIndex(str, index, min) {
|
|
2650
|
+
while (index > min) {
|
|
2651
|
+
var code = str.charCodeAt(--index);
|
|
2652
|
+
if (code !== 32 && code !== 9) return index + 1;
|
|
2653
|
+
}
|
|
2654
|
+
return min;
|
|
2655
|
+
}
|
|
2656
|
+
function serialize(name, val, opt) {
|
|
2657
|
+
var enc = opt && opt.encode || encodeURIComponent;
|
|
2635
2658
|
if (typeof enc !== "function") {
|
|
2636
2659
|
throw new TypeError("option encode is invalid");
|
|
2637
2660
|
}
|
|
2638
|
-
if (!
|
|
2661
|
+
if (!cookieNameRegExp.test(name)) {
|
|
2639
2662
|
throw new TypeError("argument name is invalid");
|
|
2640
2663
|
}
|
|
2641
2664
|
var value = enc(val);
|
|
2642
|
-
if (
|
|
2665
|
+
if (!cookieValueRegExp.test(value)) {
|
|
2643
2666
|
throw new TypeError("argument val is invalid");
|
|
2644
2667
|
}
|
|
2645
2668
|
var str = name + "=" + value;
|
|
2669
|
+
if (!opt) return str;
|
|
2646
2670
|
if (null != opt.maxAge) {
|
|
2647
|
-
var maxAge = opt.maxAge
|
|
2648
|
-
if (
|
|
2671
|
+
var maxAge = Math.floor(opt.maxAge);
|
|
2672
|
+
if (!isFinite(maxAge)) {
|
|
2649
2673
|
throw new TypeError("option maxAge is invalid");
|
|
2650
2674
|
}
|
|
2651
|
-
str += "; Max-Age=" +
|
|
2675
|
+
str += "; Max-Age=" + maxAge;
|
|
2652
2676
|
}
|
|
2653
2677
|
if (opt.domain) {
|
|
2654
|
-
if (!
|
|
2678
|
+
if (!domainValueRegExp.test(opt.domain)) {
|
|
2655
2679
|
throw new TypeError("option domain is invalid");
|
|
2656
2680
|
}
|
|
2657
2681
|
str += "; Domain=" + opt.domain;
|
|
2658
2682
|
}
|
|
2659
2683
|
if (opt.path) {
|
|
2660
|
-
if (!
|
|
2684
|
+
if (!pathValueRegExp.test(opt.path)) {
|
|
2661
2685
|
throw new TypeError("option path is invalid");
|
|
2662
2686
|
}
|
|
2663
2687
|
str += "; Path=" + opt.path;
|
|
@@ -2718,11 +2742,8 @@ var require_cookie = __commonJS({
|
|
|
2718
2742
|
function decode(str) {
|
|
2719
2743
|
return str.indexOf("%") !== -1 ? decodeURIComponent(str) : str;
|
|
2720
2744
|
}
|
|
2721
|
-
function encode(val) {
|
|
2722
|
-
return encodeURIComponent(val);
|
|
2723
|
-
}
|
|
2724
2745
|
function isDate(val) {
|
|
2725
|
-
return __toString.call(val) === "[object Date]"
|
|
2746
|
+
return __toString.call(val) === "[object Date]";
|
|
2726
2747
|
}
|
|
2727
2748
|
function tryDecode(str, decode2) {
|
|
2728
2749
|
try {
|
|
@@ -109,75 +109,99 @@ var require_Response = __commonJS({
|
|
|
109
109
|
}
|
|
110
110
|
});
|
|
111
111
|
|
|
112
|
-
// node_modules
|
|
112
|
+
// node_modules/cookie/index.js
|
|
113
113
|
var require_cookie = __commonJS({
|
|
114
|
-
"node_modules
|
|
114
|
+
"node_modules/cookie/index.js"(exports2) {
|
|
115
115
|
"use strict";
|
|
116
116
|
exports2.parse = parse;
|
|
117
117
|
exports2.serialize = serialize;
|
|
118
118
|
var __toString = Object.prototype.toString;
|
|
119
|
-
var
|
|
120
|
-
|
|
119
|
+
var __hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
120
|
+
var cookieNameRegExp = /^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;
|
|
121
|
+
var cookieValueRegExp = /^("?)[\u0021\u0023-\u002B\u002D-\u003A\u003C-\u005B\u005D-\u007E]*\1$/;
|
|
122
|
+
var domainValueRegExp = /^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i;
|
|
123
|
+
var pathValueRegExp = /^[\u0020-\u003A\u003D-\u007E]*$/;
|
|
124
|
+
function parse(str, opt) {
|
|
121
125
|
if (typeof str !== "string") {
|
|
122
126
|
throw new TypeError("argument str must be a string");
|
|
123
127
|
}
|
|
124
128
|
var obj = {};
|
|
125
|
-
var
|
|
126
|
-
|
|
129
|
+
var len = str.length;
|
|
130
|
+
if (len < 2) return obj;
|
|
131
|
+
var dec = opt && opt.decode || decode;
|
|
127
132
|
var index = 0;
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
133
|
+
var eqIdx = 0;
|
|
134
|
+
var endIdx = 0;
|
|
135
|
+
do {
|
|
136
|
+
eqIdx = str.indexOf("=", index);
|
|
137
|
+
if (eqIdx === -1) break;
|
|
138
|
+
endIdx = str.indexOf(";", index);
|
|
134
139
|
if (endIdx === -1) {
|
|
135
|
-
endIdx =
|
|
136
|
-
} else if (
|
|
140
|
+
endIdx = len;
|
|
141
|
+
} else if (eqIdx > endIdx) {
|
|
137
142
|
index = str.lastIndexOf(";", eqIdx - 1) + 1;
|
|
138
143
|
continue;
|
|
139
144
|
}
|
|
140
|
-
var
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
145
|
+
var keyStartIdx = startIndex(str, index, eqIdx);
|
|
146
|
+
var keyEndIdx = endIndex(str, eqIdx, keyStartIdx);
|
|
147
|
+
var key = str.slice(keyStartIdx, keyEndIdx);
|
|
148
|
+
if (!__hasOwnProperty.call(obj, key)) {
|
|
149
|
+
var valStartIdx = startIndex(str, eqIdx + 1, endIdx);
|
|
150
|
+
var valEndIdx = endIndex(str, endIdx, valStartIdx);
|
|
151
|
+
if (str.charCodeAt(valStartIdx) === 34 && str.charCodeAt(valEndIdx - 1) === 34) {
|
|
152
|
+
valStartIdx++;
|
|
153
|
+
valEndIdx--;
|
|
154
|
+
}
|
|
155
|
+
var val = str.slice(valStartIdx, valEndIdx);
|
|
146
156
|
obj[key] = tryDecode(val, dec);
|
|
147
157
|
}
|
|
148
158
|
index = endIdx + 1;
|
|
149
|
-
}
|
|
159
|
+
} while (index < len);
|
|
150
160
|
return obj;
|
|
151
161
|
}
|
|
152
|
-
function
|
|
153
|
-
|
|
154
|
-
|
|
162
|
+
function startIndex(str, index, max) {
|
|
163
|
+
do {
|
|
164
|
+
var code = str.charCodeAt(index);
|
|
165
|
+
if (code !== 32 && code !== 9) return index;
|
|
166
|
+
} while (++index < max);
|
|
167
|
+
return max;
|
|
168
|
+
}
|
|
169
|
+
function endIndex(str, index, min) {
|
|
170
|
+
while (index > min) {
|
|
171
|
+
var code = str.charCodeAt(--index);
|
|
172
|
+
if (code !== 32 && code !== 9) return index + 1;
|
|
173
|
+
}
|
|
174
|
+
return min;
|
|
175
|
+
}
|
|
176
|
+
function serialize(name, val, opt) {
|
|
177
|
+
var enc = opt && opt.encode || encodeURIComponent;
|
|
155
178
|
if (typeof enc !== "function") {
|
|
156
179
|
throw new TypeError("option encode is invalid");
|
|
157
180
|
}
|
|
158
|
-
if (!
|
|
181
|
+
if (!cookieNameRegExp.test(name)) {
|
|
159
182
|
throw new TypeError("argument name is invalid");
|
|
160
183
|
}
|
|
161
184
|
var value = enc(val);
|
|
162
|
-
if (
|
|
185
|
+
if (!cookieValueRegExp.test(value)) {
|
|
163
186
|
throw new TypeError("argument val is invalid");
|
|
164
187
|
}
|
|
165
188
|
var str = name + "=" + value;
|
|
189
|
+
if (!opt) return str;
|
|
166
190
|
if (null != opt.maxAge) {
|
|
167
|
-
var maxAge = opt.maxAge
|
|
168
|
-
if (
|
|
191
|
+
var maxAge = Math.floor(opt.maxAge);
|
|
192
|
+
if (!isFinite(maxAge)) {
|
|
169
193
|
throw new TypeError("option maxAge is invalid");
|
|
170
194
|
}
|
|
171
|
-
str += "; Max-Age=" +
|
|
195
|
+
str += "; Max-Age=" + maxAge;
|
|
172
196
|
}
|
|
173
197
|
if (opt.domain) {
|
|
174
|
-
if (!
|
|
198
|
+
if (!domainValueRegExp.test(opt.domain)) {
|
|
175
199
|
throw new TypeError("option domain is invalid");
|
|
176
200
|
}
|
|
177
201
|
str += "; Domain=" + opt.domain;
|
|
178
202
|
}
|
|
179
203
|
if (opt.path) {
|
|
180
|
-
if (!
|
|
204
|
+
if (!pathValueRegExp.test(opt.path)) {
|
|
181
205
|
throw new TypeError("option path is invalid");
|
|
182
206
|
}
|
|
183
207
|
str += "; Path=" + opt.path;
|
|
@@ -238,11 +262,8 @@ var require_cookie = __commonJS({
|
|
|
238
262
|
function decode(str) {
|
|
239
263
|
return str.indexOf("%") !== -1 ? decodeURIComponent(str) : str;
|
|
240
264
|
}
|
|
241
|
-
function encode(val) {
|
|
242
|
-
return encodeURIComponent(val);
|
|
243
|
-
}
|
|
244
265
|
function isDate(val) {
|
|
245
|
-
return __toString.call(val) === "[object Date]"
|
|
266
|
+
return __toString.call(val) === "[object Date]";
|
|
246
267
|
}
|
|
247
268
|
function tryDecode(str, decode2) {
|
|
248
269
|
try {
|
|
@@ -104,75 +104,99 @@ var require_Response = __commonJS({
|
|
|
104
104
|
}
|
|
105
105
|
});
|
|
106
106
|
|
|
107
|
-
// node_modules
|
|
107
|
+
// node_modules/cookie/index.js
|
|
108
108
|
var require_cookie = __commonJS({
|
|
109
|
-
"node_modules
|
|
109
|
+
"node_modules/cookie/index.js"(exports2) {
|
|
110
110
|
"use strict";
|
|
111
111
|
exports2.parse = parse;
|
|
112
112
|
exports2.serialize = serialize;
|
|
113
113
|
var __toString = Object.prototype.toString;
|
|
114
|
-
var
|
|
115
|
-
|
|
114
|
+
var __hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
115
|
+
var cookieNameRegExp = /^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;
|
|
116
|
+
var cookieValueRegExp = /^("?)[\u0021\u0023-\u002B\u002D-\u003A\u003C-\u005B\u005D-\u007E]*\1$/;
|
|
117
|
+
var domainValueRegExp = /^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i;
|
|
118
|
+
var pathValueRegExp = /^[\u0020-\u003A\u003D-\u007E]*$/;
|
|
119
|
+
function parse(str, opt) {
|
|
116
120
|
if (typeof str !== "string") {
|
|
117
121
|
throw new TypeError("argument str must be a string");
|
|
118
122
|
}
|
|
119
123
|
var obj = {};
|
|
120
|
-
var
|
|
121
|
-
|
|
124
|
+
var len = str.length;
|
|
125
|
+
if (len < 2) return obj;
|
|
126
|
+
var dec = opt && opt.decode || decode;
|
|
122
127
|
var index = 0;
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
128
|
+
var eqIdx = 0;
|
|
129
|
+
var endIdx = 0;
|
|
130
|
+
do {
|
|
131
|
+
eqIdx = str.indexOf("=", index);
|
|
132
|
+
if (eqIdx === -1) break;
|
|
133
|
+
endIdx = str.indexOf(";", index);
|
|
129
134
|
if (endIdx === -1) {
|
|
130
|
-
endIdx =
|
|
131
|
-
} else if (
|
|
135
|
+
endIdx = len;
|
|
136
|
+
} else if (eqIdx > endIdx) {
|
|
132
137
|
index = str.lastIndexOf(";", eqIdx - 1) + 1;
|
|
133
138
|
continue;
|
|
134
139
|
}
|
|
135
|
-
var
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
+
var keyStartIdx = startIndex(str, index, eqIdx);
|
|
141
|
+
var keyEndIdx = endIndex(str, eqIdx, keyStartIdx);
|
|
142
|
+
var key = str.slice(keyStartIdx, keyEndIdx);
|
|
143
|
+
if (!__hasOwnProperty.call(obj, key)) {
|
|
144
|
+
var valStartIdx = startIndex(str, eqIdx + 1, endIdx);
|
|
145
|
+
var valEndIdx = endIndex(str, endIdx, valStartIdx);
|
|
146
|
+
if (str.charCodeAt(valStartIdx) === 34 && str.charCodeAt(valEndIdx - 1) === 34) {
|
|
147
|
+
valStartIdx++;
|
|
148
|
+
valEndIdx--;
|
|
140
149
|
}
|
|
150
|
+
var val = str.slice(valStartIdx, valEndIdx);
|
|
141
151
|
obj[key] = tryDecode(val, dec);
|
|
142
152
|
}
|
|
143
153
|
index = endIdx + 1;
|
|
144
|
-
}
|
|
154
|
+
} while (index < len);
|
|
145
155
|
return obj;
|
|
146
156
|
}
|
|
147
|
-
function
|
|
148
|
-
|
|
149
|
-
|
|
157
|
+
function startIndex(str, index, max) {
|
|
158
|
+
do {
|
|
159
|
+
var code = str.charCodeAt(index);
|
|
160
|
+
if (code !== 32 && code !== 9) return index;
|
|
161
|
+
} while (++index < max);
|
|
162
|
+
return max;
|
|
163
|
+
}
|
|
164
|
+
function endIndex(str, index, min) {
|
|
165
|
+
while (index > min) {
|
|
166
|
+
var code = str.charCodeAt(--index);
|
|
167
|
+
if (code !== 32 && code !== 9) return index + 1;
|
|
168
|
+
}
|
|
169
|
+
return min;
|
|
170
|
+
}
|
|
171
|
+
function serialize(name, val, opt) {
|
|
172
|
+
var enc = opt && opt.encode || encodeURIComponent;
|
|
150
173
|
if (typeof enc !== "function") {
|
|
151
174
|
throw new TypeError("option encode is invalid");
|
|
152
175
|
}
|
|
153
|
-
if (!
|
|
176
|
+
if (!cookieNameRegExp.test(name)) {
|
|
154
177
|
throw new TypeError("argument name is invalid");
|
|
155
178
|
}
|
|
156
179
|
var value = enc(val);
|
|
157
|
-
if (
|
|
180
|
+
if (!cookieValueRegExp.test(value)) {
|
|
158
181
|
throw new TypeError("argument val is invalid");
|
|
159
182
|
}
|
|
160
183
|
var str = name + "=" + value;
|
|
184
|
+
if (!opt) return str;
|
|
161
185
|
if (null != opt.maxAge) {
|
|
162
|
-
var maxAge = opt.maxAge
|
|
163
|
-
if (
|
|
186
|
+
var maxAge = Math.floor(opt.maxAge);
|
|
187
|
+
if (!isFinite(maxAge)) {
|
|
164
188
|
throw new TypeError("option maxAge is invalid");
|
|
165
189
|
}
|
|
166
|
-
str += "; Max-Age=" +
|
|
190
|
+
str += "; Max-Age=" + maxAge;
|
|
167
191
|
}
|
|
168
192
|
if (opt.domain) {
|
|
169
|
-
if (!
|
|
193
|
+
if (!domainValueRegExp.test(opt.domain)) {
|
|
170
194
|
throw new TypeError("option domain is invalid");
|
|
171
195
|
}
|
|
172
196
|
str += "; Domain=" + opt.domain;
|
|
173
197
|
}
|
|
174
198
|
if (opt.path) {
|
|
175
|
-
if (!
|
|
199
|
+
if (!pathValueRegExp.test(opt.path)) {
|
|
176
200
|
throw new TypeError("option path is invalid");
|
|
177
201
|
}
|
|
178
202
|
str += "; Path=" + opt.path;
|
|
@@ -233,11 +257,8 @@ var require_cookie = __commonJS({
|
|
|
233
257
|
function decode(str) {
|
|
234
258
|
return str.indexOf("%") !== -1 ? decodeURIComponent(str) : str;
|
|
235
259
|
}
|
|
236
|
-
function encode(val) {
|
|
237
|
-
return encodeURIComponent(val);
|
|
238
|
-
}
|
|
239
260
|
function isDate(val) {
|
|
240
|
-
return __toString.call(val) === "[object Date]"
|
|
261
|
+
return __toString.call(val) === "[object Date]";
|
|
241
262
|
}
|
|
242
263
|
function tryDecode(str, decode2) {
|
|
243
264
|
try {
|
|
@@ -441,172 +462,6 @@ var require_lib = __commonJS({
|
|
|
441
462
|
}
|
|
442
463
|
});
|
|
443
464
|
|
|
444
|
-
// node_modules/cookie/index.js
|
|
445
|
-
var require_cookie2 = __commonJS({
|
|
446
|
-
"node_modules/cookie/index.js"(exports2) {
|
|
447
|
-
"use strict";
|
|
448
|
-
exports2.parse = parse;
|
|
449
|
-
exports2.serialize = serialize;
|
|
450
|
-
var __toString = Object.prototype.toString;
|
|
451
|
-
var __hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
452
|
-
var cookieNameRegExp = /^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;
|
|
453
|
-
var cookieValueRegExp = /^("?)[\u0021\u0023-\u002B\u002D-\u003A\u003C-\u005B\u005D-\u007E]*\1$/;
|
|
454
|
-
var domainValueRegExp = /^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i;
|
|
455
|
-
var pathValueRegExp = /^[\u0020-\u003A\u003D-\u007E]*$/;
|
|
456
|
-
function parse(str, opt) {
|
|
457
|
-
if (typeof str !== "string") {
|
|
458
|
-
throw new TypeError("argument str must be a string");
|
|
459
|
-
}
|
|
460
|
-
var obj = {};
|
|
461
|
-
var len = str.length;
|
|
462
|
-
if (len < 2) return obj;
|
|
463
|
-
var dec = opt && opt.decode || decode;
|
|
464
|
-
var index = 0;
|
|
465
|
-
var eqIdx = 0;
|
|
466
|
-
var endIdx = 0;
|
|
467
|
-
do {
|
|
468
|
-
eqIdx = str.indexOf("=", index);
|
|
469
|
-
if (eqIdx === -1) break;
|
|
470
|
-
endIdx = str.indexOf(";", index);
|
|
471
|
-
if (endIdx === -1) {
|
|
472
|
-
endIdx = len;
|
|
473
|
-
} else if (eqIdx > endIdx) {
|
|
474
|
-
index = str.lastIndexOf(";", eqIdx - 1) + 1;
|
|
475
|
-
continue;
|
|
476
|
-
}
|
|
477
|
-
var keyStartIdx = startIndex(str, index, eqIdx);
|
|
478
|
-
var keyEndIdx = endIndex(str, eqIdx, keyStartIdx);
|
|
479
|
-
var key = str.slice(keyStartIdx, keyEndIdx);
|
|
480
|
-
if (!__hasOwnProperty.call(obj, key)) {
|
|
481
|
-
var valStartIdx = startIndex(str, eqIdx + 1, endIdx);
|
|
482
|
-
var valEndIdx = endIndex(str, endIdx, valStartIdx);
|
|
483
|
-
if (str.charCodeAt(valStartIdx) === 34 && str.charCodeAt(valEndIdx - 1) === 34) {
|
|
484
|
-
valStartIdx++;
|
|
485
|
-
valEndIdx--;
|
|
486
|
-
}
|
|
487
|
-
var val = str.slice(valStartIdx, valEndIdx);
|
|
488
|
-
obj[key] = tryDecode(val, dec);
|
|
489
|
-
}
|
|
490
|
-
index = endIdx + 1;
|
|
491
|
-
} while (index < len);
|
|
492
|
-
return obj;
|
|
493
|
-
}
|
|
494
|
-
function startIndex(str, index, max) {
|
|
495
|
-
do {
|
|
496
|
-
var code = str.charCodeAt(index);
|
|
497
|
-
if (code !== 32 && code !== 9) return index;
|
|
498
|
-
} while (++index < max);
|
|
499
|
-
return max;
|
|
500
|
-
}
|
|
501
|
-
function endIndex(str, index, min) {
|
|
502
|
-
while (index > min) {
|
|
503
|
-
var code = str.charCodeAt(--index);
|
|
504
|
-
if (code !== 32 && code !== 9) return index + 1;
|
|
505
|
-
}
|
|
506
|
-
return min;
|
|
507
|
-
}
|
|
508
|
-
function serialize(name, val, opt) {
|
|
509
|
-
var enc = opt && opt.encode || encodeURIComponent;
|
|
510
|
-
if (typeof enc !== "function") {
|
|
511
|
-
throw new TypeError("option encode is invalid");
|
|
512
|
-
}
|
|
513
|
-
if (!cookieNameRegExp.test(name)) {
|
|
514
|
-
throw new TypeError("argument name is invalid");
|
|
515
|
-
}
|
|
516
|
-
var value = enc(val);
|
|
517
|
-
if (!cookieValueRegExp.test(value)) {
|
|
518
|
-
throw new TypeError("argument val is invalid");
|
|
519
|
-
}
|
|
520
|
-
var str = name + "=" + value;
|
|
521
|
-
if (!opt) return str;
|
|
522
|
-
if (null != opt.maxAge) {
|
|
523
|
-
var maxAge = Math.floor(opt.maxAge);
|
|
524
|
-
if (!isFinite(maxAge)) {
|
|
525
|
-
throw new TypeError("option maxAge is invalid");
|
|
526
|
-
}
|
|
527
|
-
str += "; Max-Age=" + maxAge;
|
|
528
|
-
}
|
|
529
|
-
if (opt.domain) {
|
|
530
|
-
if (!domainValueRegExp.test(opt.domain)) {
|
|
531
|
-
throw new TypeError("option domain is invalid");
|
|
532
|
-
}
|
|
533
|
-
str += "; Domain=" + opt.domain;
|
|
534
|
-
}
|
|
535
|
-
if (opt.path) {
|
|
536
|
-
if (!pathValueRegExp.test(opt.path)) {
|
|
537
|
-
throw new TypeError("option path is invalid");
|
|
538
|
-
}
|
|
539
|
-
str += "; Path=" + opt.path;
|
|
540
|
-
}
|
|
541
|
-
if (opt.expires) {
|
|
542
|
-
var expires = opt.expires;
|
|
543
|
-
if (!isDate(expires) || isNaN(expires.valueOf())) {
|
|
544
|
-
throw new TypeError("option expires is invalid");
|
|
545
|
-
}
|
|
546
|
-
str += "; Expires=" + expires.toUTCString();
|
|
547
|
-
}
|
|
548
|
-
if (opt.httpOnly) {
|
|
549
|
-
str += "; HttpOnly";
|
|
550
|
-
}
|
|
551
|
-
if (opt.secure) {
|
|
552
|
-
str += "; Secure";
|
|
553
|
-
}
|
|
554
|
-
if (opt.partitioned) {
|
|
555
|
-
str += "; Partitioned";
|
|
556
|
-
}
|
|
557
|
-
if (opt.priority) {
|
|
558
|
-
var priority = typeof opt.priority === "string" ? opt.priority.toLowerCase() : opt.priority;
|
|
559
|
-
switch (priority) {
|
|
560
|
-
case "low":
|
|
561
|
-
str += "; Priority=Low";
|
|
562
|
-
break;
|
|
563
|
-
case "medium":
|
|
564
|
-
str += "; Priority=Medium";
|
|
565
|
-
break;
|
|
566
|
-
case "high":
|
|
567
|
-
str += "; Priority=High";
|
|
568
|
-
break;
|
|
569
|
-
default:
|
|
570
|
-
throw new TypeError("option priority is invalid");
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
if (opt.sameSite) {
|
|
574
|
-
var sameSite = typeof opt.sameSite === "string" ? opt.sameSite.toLowerCase() : opt.sameSite;
|
|
575
|
-
switch (sameSite) {
|
|
576
|
-
case true:
|
|
577
|
-
str += "; SameSite=Strict";
|
|
578
|
-
break;
|
|
579
|
-
case "lax":
|
|
580
|
-
str += "; SameSite=Lax";
|
|
581
|
-
break;
|
|
582
|
-
case "strict":
|
|
583
|
-
str += "; SameSite=Strict";
|
|
584
|
-
break;
|
|
585
|
-
case "none":
|
|
586
|
-
str += "; SameSite=None";
|
|
587
|
-
break;
|
|
588
|
-
default:
|
|
589
|
-
throw new TypeError("option sameSite is invalid");
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
return str;
|
|
593
|
-
}
|
|
594
|
-
function decode(str) {
|
|
595
|
-
return str.indexOf("%") !== -1 ? decodeURIComponent(str) : str;
|
|
596
|
-
}
|
|
597
|
-
function isDate(val) {
|
|
598
|
-
return __toString.call(val) === "[object Date]";
|
|
599
|
-
}
|
|
600
|
-
function tryDecode(str, decode2) {
|
|
601
|
-
try {
|
|
602
|
-
return decode2(str);
|
|
603
|
-
} catch (e) {
|
|
604
|
-
return str;
|
|
605
|
-
}
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
});
|
|
609
|
-
|
|
610
465
|
// node_modules/mustache/mustache.js
|
|
611
466
|
var require_mustache = __commonJS({
|
|
612
467
|
"node_modules/mustache/mustache.js"(exports2, module2) {
|
|
@@ -1078,7 +933,7 @@ var import_Response2 = __toESM(require_Response());
|
|
|
1078
933
|
// src/webapp/logout/handleLogoutRequest.ts
|
|
1079
934
|
var import_Response = __toESM(require_Response());
|
|
1080
935
|
var import_session = __toESM(require_lib());
|
|
1081
|
-
var import_cookie = __toESM(
|
|
936
|
+
var import_cookie = __toESM(require_cookie());
|
|
1082
937
|
|
|
1083
938
|
// src/webapp/logout/templates/logout.mustache
|
|
1084
939
|
var logout_default = '{{>header}}\n\n<main>\n <!-- START: template component(s) -->\n <div class="container" id="section-1">\n <h1>Uitgelogd</h1>\n <p class="lead">U bent nu uitgelogd.</p>\n </div>\n </div>\n\n <!-- END: template component(s) -->\n</main>\n\n{{>footer}}';
|
|
@@ -1172,14 +1027,6 @@ exports.handler = async (event, _context) => {
|
|
|
1172
1027
|
};
|
|
1173
1028
|
/*! Bundled license information:
|
|
1174
1029
|
|
|
1175
|
-
cookie/index.js:
|
|
1176
|
-
(*!
|
|
1177
|
-
* cookie
|
|
1178
|
-
* Copyright(c) 2012-2014 Roman Shtylman
|
|
1179
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
1180
|
-
* MIT Licensed
|
|
1181
|
-
*)
|
|
1182
|
-
|
|
1183
1030
|
cookie/index.js:
|
|
1184
1031
|
(*!
|
|
1185
1032
|
* cookie
|