@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 CHANGED
@@ -8402,7 +8402,7 @@ declare const VERSION: {
8402
8402
  /**
8403
8403
  * Version of PNPM to use in workflows at github actions.
8404
8404
  */
8405
- readonly PNPM_VERSION: "11.1.0";
8405
+ readonly PNPM_VERSION: "11.1.1";
8406
8406
  /**
8407
8407
  * Version of Projen to use.
8408
8408
  */
package/lib/index.d.ts CHANGED
@@ -8451,7 +8451,7 @@ declare const VERSION: {
8451
8451
  /**
8452
8452
  * Version of PNPM to use in workflows at github actions.
8453
8453
  */
8454
- readonly PNPM_VERSION: "11.1.0";
8454
+ readonly PNPM_VERSION: "11.1.1";
8455
8455
  /**
8456
8456
  * Version of Projen to use.
8457
8457
  */
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.0",
28280
+ PNPM_VERSION: "11.1.1",
28276
28281
  /**
28277
28282
  * Version of Projen to use.
28278
28283
  */