bluera-knowledge 0.9.21 → 0.9.25

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bluera-knowledge",
3
- "version": "0.9.21",
3
+ "version": "0.9.25",
4
4
  "description": "Clone repos, crawl docs, search locally. Fast, authoritative answers for AI coding agents without web lookups.",
5
5
  "author": {
6
6
  "name": "Bluera Inc",
@@ -16,6 +16,7 @@ jobs:
16
16
  runs-on: ubuntu-latest
17
17
  permissions:
18
18
  contents: write
19
+ id-token: write # Required for npm trusted publishing (OIDC)
19
20
  steps:
20
21
  - uses: actions/checkout@v4
21
22
  with:
@@ -51,9 +52,12 @@ jobs:
51
52
  - name: Setup Node.js (for npm publish)
52
53
  uses: actions/setup-node@v4
53
54
  with:
54
- node-version: '20'
55
+ node-version: '22'
55
56
  registry-url: 'https://registry.npmjs.org'
56
57
 
58
+ - name: Update npm for trusted publishing
59
+ run: npm install -g npm@latest
60
+
57
61
  - name: Install dependencies
58
62
  run: bun install
59
63
 
@@ -61,6 +65,4 @@ jobs:
61
65
  run: bun run build
62
66
 
63
67
  - name: Publish to npm
64
- run: npm publish
65
- env:
66
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
68
+ run: npm publish --provenance --access public
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [0.9.25](https://github.com/blueraai/bluera-knowledge/compare/v0.9.23...v0.9.25) (2026-01-06)
6
+
7
+
8
+ ### Features
9
+
10
+ * **ci:** switch to npm trusted publishing (OIDC) ([269c48d](https://github.com/blueraai/bluera-knowledge/commit/269c48d6b04c9e6ebc3c3d77bfe1543f6519c68e))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **ci:** upgrade npm for trusted publishing support ([9a4a8e0](https://github.com/blueraai/bluera-knowledge/commit/9a4a8e041eb90d549fa5474368c60261e5ed0005))
16
+
17
+ ## [0.9.24](https://github.com/blueraai/bluera-knowledge/compare/v0.9.23...v0.9.24) (2026-01-06)
18
+
19
+
20
+ ### Features
21
+
22
+ * **ci:** switch to npm trusted publishing (OIDC) ([269c48d](https://github.com/blueraai/bluera-knowledge/commit/269c48d6b04c9e6ebc3c3d77bfe1543f6519c68e))
23
+
24
+ ## [0.9.23](https://github.com/blueraai/bluera-knowledge/compare/v0.9.22...v0.9.23) (2026-01-06)
25
+
26
+ ## [0.9.22](https://github.com/blueraai/bluera-knowledge/compare/v0.9.20...v0.9.22) (2026-01-06)
27
+
5
28
  ## [0.9.21](https://github.com/blueraai/bluera-knowledge/compare/v0.9.20...v0.9.21) (2026-01-06)
6
29
 
7
30
  ## [0.9.20](https://github.com/blueraai/bluera-knowledge/compare/v0.9.16...v0.9.20) (2026-01-06)
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # 🧠 Bluera Knowledge
2
2
 
3
3
  [![CI](https://github.com/blueraai/bluera-knowledge/actions/workflows/ci.yml/badge.svg)](https://github.com/blueraai/bluera-knowledge/actions/workflows/ci.yml)
4
- ![Version](https://img.shields.io/badge/version-0.9.21-blue)
4
+ ![Version](https://img.shields.io/badge/version-0.9.25-blue)
5
5
  ![License](https://img.shields.io/badge/license-MIT-green)
6
6
  ![Node](https://img.shields.io/badge/node-%3E%3D20-brightgreen)
7
7
  ![Python](https://img.shields.io/badge/python-%3E%3D3.8-blue)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bluera-knowledge",
3
- "version": "0.9.21",
3
+ "version": "0.9.25",
4
4
  "description": "CLI tool for managing knowledge stores with semantic search",
5
5
  "type": "module",
6
6
  "bin": {