@contractspec/lib.product-intent-utils 3.7.6 → 3.7.7

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.
@@ -1,5 +1,5 @@
1
- import type { ContractPatchIntent, ImpactReport, Ticket } from '@contractspec/lib.contracts-spec/product-intent/types';
2
1
  import type { ProjectManagementWorkItemInput, ProjectManagementWorkItemPriority } from '@contractspec/lib.contracts-integrations';
2
+ import type { ContractPatchIntent, ImpactReport, Ticket } from '@contractspec/lib.contracts-spec/product-intent/types';
3
3
  export interface ProjectManagementSyncOptions {
4
4
  includeSummary?: boolean;
5
5
  summaryTitle?: string;
@@ -1,5 +1,5 @@
1
- import type { SchemaModelType } from '@contractspec/lib.schema';
2
1
  import { type ContractPatchIntent, type EvidenceChunk, type ImpactReport, type InsightExtraction, type OpportunityBrief, type TaskPack } from '@contractspec/lib.contracts-spec/product-intent/types';
2
+ import type { SchemaModelType } from '@contractspec/lib.schema';
3
3
  /**
4
4
  * Parse a raw string as JSON and validate it against a SchemaModelType.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.product-intent-utils",
3
- "version": "3.7.6",
3
+ "version": "3.7.7",
4
4
  "description": "Prompt builders and validators for product-intent workflows.",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -25,16 +25,17 @@
25
25
  "dev": "contractspec-bun-build dev",
26
26
  "clean": "rimraf dist .turbo",
27
27
  "lint": "bun lint:fix",
28
- "lint:fix": "eslint src --fix",
29
- "lint:check": "eslint src",
28
+ "lint:fix": "biome check --write --unsafe --only=nursery/useSortedClasses . && biome check --write .",
29
+ "lint:check": "biome check .",
30
30
  "test": "bun test",
31
31
  "prebuild": "contractspec-bun-build prebuild",
32
32
  "typecheck": "tsc --noEmit"
33
33
  },
34
34
  "peerDependencies": {},
35
35
  "dependencies": {
36
- "@contractspec/lib.contracts-spec": "3.7.6",
37
- "@contractspec/lib.contracts-integrations": "3.7.6"
36
+ "@contractspec/lib.contracts-spec": "4.0.0",
37
+ "@contractspec/lib.contracts-integrations": "3.7.7",
38
+ "@contractspec/lib.schema": "3.7.6"
38
39
  },
39
40
  "devDependencies": {
40
41
  "@contractspec/tool.typescript": "3.7.6",