@@ -26,22 +26,22 @@ echo "Using release notes from: $NOTES_FILE"
2626
2727# Define packages - must match those in sync-ver.sh
2828declare -A PACKAGES
29- PACKAGES[" packages/utils" ]=" cognesy/instructor-utils"
30- PACKAGES[" packages/events" ]=" cognesy/instructor-events"
31- PACKAGES[" packages/config" ]=" cognesy/instructor-config"
32- PACKAGES[" packages/schema" ]=" cognesy/instructor-schema"
33- PACKAGES[" packages/schema-s6" ]=" cognesy/instructor-schema-s6"
34- PACKAGES[" packages/http-client" ]=" cognesy/instructor-http-client"
35- PACKAGES[" packages/templates" ]=" cognesy/instructor-templates"
36- PACKAGES[" packages/polyglot" ]=" cognesy/instructor-polyglot"
37- PACKAGES[" packages/setup" ]=" cognesy/instructor-setup"
38- PACKAGES[" packages/instructor" ]=" cognesy/instructor-struct"
3929PACKAGES[" packages/addons" ]=" cognesy/instructor-addons"
4030PACKAGES[" packages/auxiliary" ]=" cognesy/instructor-auxiliary"
31+ PACKAGES[" packages/config" ]=" cognesy/instructor-config"
4132PACKAGES[" packages/evals" ]=" cognesy/instructor-evals"
33+ PACKAGES[" packages/events" ]=" cognesy/instructor-events"
4234# PACKAGES["packages/experimental"]="cognesy/instructor-experimental"
35+ PACKAGES[" packages/http-client" ]=" cognesy/instructor-http-client"
4336PACKAGES[" packages/hub" ]=" cognesy/instructor-hub"
37+ PACKAGES[" packages/instructor" ]=" cognesy/instructor-struct"
38+ PACKAGES[" packages/polyglot" ]=" cognesy/instructor-polyglot"
39+ PACKAGES[" packages/schema" ]=" cognesy/instructor-schema"
40+ PACKAGES[" packages/schema-v6" ]=" cognesy/instructor-schema-v6"
41+ PACKAGES[" packages/setup" ]=" cognesy/instructor-setup"
4442PACKAGES[" packages/tell" ]=" cognesy/instructor-tell"
43+ PACKAGES[" packages/templates" ]=" cognesy/instructor-templates"
44+ PACKAGES[" packages/utils" ]=" cognesy/instructor-utils"
4545
4646# 0. Build docs
4747echo " Step 0: Rebuilding documentation..."
0 commit comments