@fyresmith/hive-server 1.0.1-3 → 2.0.0

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,6 +36,7 @@ Configure npm Trusted Publisher for this repo/workflow:
36
36
  - Provider: GitHub Actions
37
37
  - Repository: this repository
38
38
  - Workflow file: `.github/workflows/hive-server-publish.yml`
39
+ - GitHub Actions publish job should run Node 24+ (already configured in workflow)
39
40
 
40
41
  No `NPM_TOKEN` secret is required when Trusted Publishing is configured.
41
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fyresmith/hive-server",
3
- "version": "1.0.1-3",
3
+ "version": "2.0.0",
4
4
  "type": "module",
5
5
  "description": "Collaborative Obsidian vault server",
6
6
  "main": "index.js",