@codedrifters/configulator 0.0.304 → 0.0.306
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/lib/index.d.mts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +6 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +6 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +2 -2
package/lib/index.d.mts
CHANGED
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -12158,6 +12158,11 @@ function buildMeetingAnalysisBundle(tier = AGENT_MODEL.BALANCED) {
|
|
|
12158
12158
|
skills: [processMeetingSkill],
|
|
12159
12159
|
subAgents: [buildMeetingAnalystSubAgent(tier)],
|
|
12160
12160
|
labels: [
|
|
12161
|
+
{
|
|
12162
|
+
name: "type:meeting-processing",
|
|
12163
|
+
color: "5319E7",
|
|
12164
|
+
description: "Meeting transcript processing pipeline"
|
|
12165
|
+
},
|
|
12161
12166
|
{
|
|
12162
12167
|
name: "meeting:extract",
|
|
12163
12168
|
color: "C5DEF5",
|
|
@@ -28272,7 +28277,7 @@ var VERSION = {
|
|
|
28272
28277
|
/**
|
|
28273
28278
|
* Version of PNPM to use in workflows at github actions.
|
|
28274
28279
|
*/
|
|
28275
|
-
PNPM_VERSION: "11.1.
|
|
28280
|
+
PNPM_VERSION: "11.1.1",
|
|
28276
28281
|
/**
|
|
28277
28282
|
* Version of Projen to use.
|
|
28278
28283
|
*/
|