From 9cb38e876874a83872e232b058eb9636c6c5acf5 Mon Sep 17 00:00:00 2001 From: Becky Gilbert Date: Thu, 31 Oct 2024 14:42:27 -0700 Subject: [PATCH 1/3] update consent template options --- packages/record/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/record/README.md b/packages/record/README.md index c79be74..a0c855b 100644 --- a/packages/record/README.md +++ b/packages/record/README.md @@ -232,11 +232,11 @@ following language codes: | Portuguese | Brazil | pt-BR | | Portuguese | | pt | -**`template` [String | "consent_005"]** +**`template` [String | "consent-template-5"]** Which consent document template to use. If you are setting up a new study, we recommend using the most recent (highest number) of these options. Options: -`consent_005` +`consent-template-5`, `consent-garden`. **`additional_video_privacy_statement` [String | ""]** From 6abb72eb30d0f19a43b713341d20b8bf42807e60 Mon Sep 17 00:00:00 2001 From: Becky Gilbert Date: Thu, 31 Oct 2024 14:43:38 -0700 Subject: [PATCH 2/3] add changeset --- .changeset/wet-guests-think.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/wet-guests-think.md diff --git a/.changeset/wet-guests-think.md b/.changeset/wet-guests-think.md new file mode 100644 index 0000000..af40ccb --- /dev/null +++ b/.changeset/wet-guests-think.md @@ -0,0 +1,5 @@ +--- +"@lookit/record": patch +--- + +Update video consent template options in documentation. From 68a99240e4b1ecdc178d7e1368b36961e248f246 Mon Sep 17 00:00:00 2001 From: Becky Gilbert Date: Thu, 31 Oct 2024 14:49:00 -0700 Subject: [PATCH 3/3] fix failing check (update package-lock) --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 42720eb..fcdb0ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20805,7 +20805,7 @@ }, "packages/lookit-initjspsych": { "name": "@lookit/lookit-initjspsych", - "version": "1.0.5", + "version": "1.0.6", "license": "ISC", "devDependencies": { "@jspsych/config": "^2.0.0"