@contractspec/example.product-intent 1.60.0 → 1.62.0

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=6
6
- Bundled 6 modules in 8ms
6
+ Bundled 6 modules in 16ms
7
7
 
8
8
  ./example.js 0.80 KB (entry point)
9
9
  ./index.js 10.71 KB (entry point)
@@ -13,7 +13,7 @@ Bundled 6 modules in 8ms
13
13
  ./posthog-signals.js 7.59 KB (entry point)
14
14
 
15
15
  [contractspec-bun-build] transpile target=node root=src entries=6
16
- Bundled 6 modules in 29ms
16
+ Bundled 6 modules in 25ms
17
17
 
18
18
  ./example.js 0.79 KB (entry point)
19
19
  ./index.js 10.71 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @contractspec/example.product-intent
2
2
 
3
+ ## 1.62.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 064258d: feat: upgrade all dependencies
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [064258d]
12
+ - Updated dependencies [064258d]
13
+ - Updated dependencies [064258d]
14
+ - @contractspec/lib.ai-agent@1.62.0
15
+ - @contractspec/integration.providers-impls@1.62.0
16
+ - @contractspec/lib.product-intent-utils@1.62.0
17
+ - @contractspec/lib.contracts@1.62.0
18
+
19
+ ## 1.61.0
20
+
21
+ ### Minor Changes
22
+
23
+ - 374fd71: fix: publishing
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [374fd71]
28
+ - @contractspec/integration.providers-impls@1.61.0
29
+ - @contractspec/lib.product-intent-utils@1.61.0
30
+ - @contractspec/lib.contracts@1.61.0
31
+ - @contractspec/lib.ai-agent@1.61.0
32
+
3
33
  ## 1.60.0
4
34
 
5
35
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.product-intent",
3
- "version": "1.60.0",
3
+ "version": "1.62.0",
4
4
  "description": "Product intent example: evidence ingestion and prompt-ready outputs.",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -15,37 +15,37 @@
15
15
  ".": {
16
16
  "types": "./dist/index.d.ts",
17
17
  "bun": "./dist/index.js",
18
- "node": "./dist/node/index.mjs",
18
+ "node": "./dist/node/index.js",
19
19
  "default": "./dist/index.js"
20
20
  },
21
21
  "./example": {
22
22
  "types": "./dist/example.d.ts",
23
23
  "bun": "./dist/example.js",
24
- "node": "./dist/node/example.mjs",
24
+ "node": "./dist/node/example.js",
25
25
  "default": "./dist/example.js"
26
26
  },
27
27
  "./load-evidence": {
28
28
  "types": "./dist/load-evidence.d.ts",
29
29
  "bun": "./dist/load-evidence.js",
30
- "node": "./dist/node/load-evidence.mjs",
30
+ "node": "./dist/node/load-evidence.js",
31
31
  "default": "./dist/load-evidence.js"
32
32
  },
33
33
  "./posthog-signals": {
34
34
  "types": "./dist/posthog-signals.d.ts",
35
35
  "bun": "./dist/posthog-signals.js",
36
- "node": "./dist/node/posthog-signals.mjs",
36
+ "node": "./dist/node/posthog-signals.js",
37
37
  "default": "./dist/posthog-signals.js"
38
38
  },
39
39
  "./script": {
40
40
  "types": "./dist/script.d.ts",
41
41
  "bun": "./dist/script.js",
42
- "node": "./dist/node/script.mjs",
42
+ "node": "./dist/node/script.js",
43
43
  "default": "./dist/script.js"
44
44
  },
45
45
  "./sync-actions": {
46
46
  "types": "./dist/sync-actions.d.ts",
47
47
  "bun": "./dist/sync-actions.js",
48
- "node": "./dist/node/sync-actions.mjs",
48
+ "node": "./dist/node/sync-actions.js",
49
49
  "default": "./dist/sync-actions.js"
50
50
  }
51
51
  },
@@ -65,15 +65,15 @@
65
65
  "typecheck": "tsc --noEmit"
66
66
  },
67
67
  "dependencies": {
68
- "@contractspec/lib.contracts": "1.60.0",
69
- "@contractspec/lib.ai-agent": "1.60.0",
70
- "@contractspec/lib.product-intent-utils": "1.60.0",
71
- "@contractspec/integration.providers-impls": "1.60.0"
68
+ "@contractspec/lib.contracts": "1.62.0",
69
+ "@contractspec/lib.ai-agent": "1.62.0",
70
+ "@contractspec/lib.product-intent-utils": "1.62.0",
71
+ "@contractspec/integration.providers-impls": "1.62.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@contractspec/tool.typescript": "1.60.0",
74
+ "@contractspec/tool.typescript": "1.62.0",
75
75
  "typescript": "^5.9.3",
76
- "@contractspec/tool.bun": "1.59.0"
76
+ "@contractspec/tool.bun": "1.61.0"
77
77
  },
78
78
  "publishConfig": {
79
79
  "access": "public",
@@ -81,37 +81,37 @@
81
81
  ".": {
82
82
  "types": "./dist/index.d.ts",
83
83
  "bun": "./dist/index.js",
84
- "node": "./dist/node/index.mjs",
84
+ "node": "./dist/node/index.js",
85
85
  "default": "./dist/index.js"
86
86
  },
87
87
  "./example": {
88
88
  "types": "./dist/example.d.ts",
89
89
  "bun": "./dist/example.js",
90
- "node": "./dist/node/example.mjs",
90
+ "node": "./dist/node/example.js",
91
91
  "default": "./dist/example.js"
92
92
  },
93
93
  "./load-evidence": {
94
94
  "types": "./dist/load-evidence.d.ts",
95
95
  "bun": "./dist/load-evidence.js",
96
- "node": "./dist/node/load-evidence.mjs",
96
+ "node": "./dist/node/load-evidence.js",
97
97
  "default": "./dist/load-evidence.js"
98
98
  },
99
99
  "./posthog-signals": {
100
100
  "types": "./dist/posthog-signals.d.ts",
101
101
  "bun": "./dist/posthog-signals.js",
102
- "node": "./dist/node/posthog-signals.mjs",
102
+ "node": "./dist/node/posthog-signals.js",
103
103
  "default": "./dist/posthog-signals.js"
104
104
  },
105
105
  "./script": {
106
106
  "types": "./dist/script.d.ts",
107
107
  "bun": "./dist/script.js",
108
- "node": "./dist/node/script.mjs",
108
+ "node": "./dist/node/script.js",
109
109
  "default": "./dist/script.js"
110
110
  },
111
111
  "./sync-actions": {
112
112
  "types": "./dist/sync-actions.d.ts",
113
113
  "bun": "./dist/sync-actions.js",
114
- "node": "./dist/node/sync-actions.mjs",
114
+ "node": "./dist/node/sync-actions.js",
115
115
  "default": "./dist/sync-actions.js"
116
116
  }
117
117
  },