@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
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.1.5 - 2026-07-26
6
+
7
+ - Refactor resource paths and update documentation indexing. (`89d0d78f`)
8
+
5
9
  ## 0.1.4 - 2026-07-26
6
10
 
7
11
  - Add new images and plugin metadata. (`37969b6e`)
@@ -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 `apps/gui/resources/docsSearchIndex.json` are rebuilt
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 `apps/gui/resources/docsSearchIndex.json` are rebuilt
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.4",
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": {