@jterrazz/intelligence 7.0.0 → 7.0.1
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/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -336,3 +336,7 @@ Each rule is deliberately best-effort where full static verification isn't possi
|
|
|
336
336
|
> disk (`require.resolve` + `readFileSync`), which breaks when bundled. Add
|
|
337
337
|
> `serverExternalPackages: ['@jterrazz/intelligence']` to `next.config.ts` so
|
|
338
338
|
> the package stays a native server require.
|
|
339
|
+
|
|
340
|
+
## Decisions
|
|
341
|
+
|
|
342
|
+
Why this package looks the way it does is recorded in [`docs/decisions/`](docs/decisions/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jterrazz/intelligence",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"author": "Jean-Baptiste Terrazzoni <contact@jterrazz.com>",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@ai-sdk/provider": "^4.0.3",
|
|
50
50
|
"@cspell/dict-companies": "^3.2.12",
|
|
51
51
|
"@cspell/dict-software-terms": "^5.2.4",
|
|
52
|
-
"@jterrazz/typescript": "^
|
|
52
|
+
"@jterrazz/typescript": "^9.0.0",
|
|
53
53
|
"@types/node": "^26.1.1",
|
|
54
54
|
"@types/nspell": "^2.1.6",
|
|
55
55
|
"ai": "^7.0.28",
|