@harborclient/core 0.1.4 → 0.1.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.
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* answers instead of Chai/Postman guesses. Pin behavior with scriptExpect tests
|
|
6
6
|
* before changing the guidance below.
|
|
7
7
|
*
|
|
8
|
-
* User-facing site docs and `
|
|
8
|
+
* User-facing site docs and `resources/docsSearchIndex.json` are rebuilt
|
|
9
9
|
* separately via `pnpm index-docs` from the sibling site repo; prefer this tool
|
|
10
10
|
* for exact hc syntax over `search_docs` embeddings.
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* answers instead of Chai/Postman guesses. Pin behavior with scriptExpect tests
|
|
6
6
|
* before changing the guidance below.
|
|
7
7
|
*
|
|
8
|
-
* User-facing site docs and `
|
|
8
|
+
* User-facing site docs and `resources/docsSearchIndex.json` are rebuilt
|
|
9
9
|
* separately via `pnpm index-docs` from the sibling site repo; prefer this tool
|
|
10
10
|
* for exact hc syntax over `search_docs` embeddings.
|
|
11
11
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harborclient/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Platform-neutral HarborClient engine: types, request orchestration helpers, and shared utilities.",
|
|
5
5
|
"homepage": "https://harborclient.github.io/harborclient/core/",
|
|
6
6
|
"bugs": {
|