@ghcrawl/api-core 0.8.0-beta.1 → 0.8.0-beta.2
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ghcrawl/api-core",
|
|
3
|
-
"version": "0.8.0-beta.
|
|
3
|
+
"version": "0.8.0-beta.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "ghcrawl core library for GitHub sync, SQLite storage, embeddings, search, and clustering",
|
|
6
6
|
"author": "PwrDrvr LLC <harold@pwrdrvr.com>",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"@octokit/plugin-throttling": "^11.0.1",
|
|
43
43
|
"@shutterstock/p-map-iterable": "^1.1.2",
|
|
44
44
|
"better-sqlite3": "^12.2.0",
|
|
45
|
-
"dotenv": "^17.
|
|
45
|
+
"dotenv": "^17.4.1",
|
|
46
46
|
"octokit": "^5.0.3",
|
|
47
47
|
"openai": "^6.33.0",
|
|
48
48
|
"vectorlite": "^0.2.0",
|
|
49
49
|
"zod": "^4.3.6",
|
|
50
|
-
"@ghcrawl/api-contract": "0.8.0-beta.
|
|
50
|
+
"@ghcrawl/api-contract": "0.8.0-beta.2"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"build": "tsc -p tsconfig.build.json",
|