@contractspec/example.product-intent 3.7.3 → 3.7.5

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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=9 noBundle=false
6
- Bundled 9 modules in 35ms
6
+ Bundled 9 modules in 59ms
7
7
 
8
8
  docs/index.js 1.41 KB (entry point)
9
9
  ./sync-actions.js 15.97 KB (entry point)
@@ -16,7 +16,7 @@ Bundled 9 modules in 35ms
16
16
  ./posthog-signals.js 7.59 KB (entry point)
17
17
 
18
18
  [contractspec-bun-build] transpile target=node root=src entries=9 noBundle=false
19
- Bundled 9 modules in 61ms
19
+ Bundled 9 modules in 43ms
20
20
 
21
21
  docs/index.js 1.40 KB (entry point)
22
22
  ./sync-actions.js 15.97 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @contractspec/example.product-intent
2
2
 
3
+ ## 3.7.5
4
+
5
+ ### Patch Changes
6
+
7
+ - ecf195a: fix: release security
8
+ - Updated dependencies [ecf195a]
9
+ - @contractspec/integration.providers-impls@3.7.5
10
+ - @contractspec/lib.contracts-integrations@3.7.5
11
+ - @contractspec/lib.product-intent-utils@3.7.5
12
+ - @contractspec/lib.contracts-spec@3.7.5
13
+ - @contractspec/lib.ai-agent@7.0.5
14
+
15
+ ## 3.7.4
16
+
17
+ ### Patch Changes
18
+
19
+ - fix: release security
20
+ - Updated dependencies
21
+ - @contractspec/integration.providers-impls@3.7.4
22
+ - @contractspec/lib.contracts-integrations@3.7.4
23
+ - @contractspec/lib.product-intent-utils@3.7.4
24
+ - @contractspec/lib.contracts-spec@3.7.4
25
+ - @contractspec/lib.ai-agent@7.0.4
26
+
3
27
  ## 3.7.3
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.product-intent",
3
- "version": "3.7.3",
3
+ "version": "3.7.5",
4
4
  "description": "Product intent example: evidence ingestion and prompt-ready outputs.",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -83,16 +83,16 @@
83
83
  "typecheck": "tsc --noEmit"
84
84
  },
85
85
  "dependencies": {
86
- "@contractspec/lib.contracts-spec": "3.7.3",
87
- "@contractspec/lib.contracts-integrations": "3.7.3",
88
- "@contractspec/lib.ai-agent": "7.0.3",
89
- "@contractspec/lib.product-intent-utils": "3.7.3",
90
- "@contractspec/integration.providers-impls": "3.7.3"
86
+ "@contractspec/lib.contracts-spec": "3.7.5",
87
+ "@contractspec/lib.contracts-integrations": "3.7.5",
88
+ "@contractspec/lib.ai-agent": "7.0.5",
89
+ "@contractspec/lib.product-intent-utils": "3.7.5",
90
+ "@contractspec/integration.providers-impls": "3.7.5"
91
91
  },
92
92
  "devDependencies": {
93
- "@contractspec/tool.typescript": "3.7.3",
93
+ "@contractspec/tool.typescript": "3.7.5",
94
94
  "typescript": "^5.9.3",
95
- "@contractspec/tool.bun": "3.7.3"
95
+ "@contractspec/tool.bun": "3.7.5"
96
96
  },
97
97
  "publishConfig": {
98
98
  "access": "public",