@openvcs/git-plugin 0.2.0-edge.20260501.46 → 0.2.0-edge.20260501.48

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -61,12 +61,12 @@ npm pack
61
61
 
62
62
  ## Release Channels
63
63
 
64
- The npm package can be consumed from prerelease channels published by CI:
64
+ CI publishes prereleases with these dist-tags:
65
65
 
66
- - `latest`: stable releases
66
+ - `latest`: stable releases from `Stable`
67
67
  - `beta`: builds from the `Beta` branch
68
+ - `nightly`: scheduled builds from `Dev` when changes exist since the last nightly
68
69
  - `edge`: working builds from `Dev` push commits
69
- - `nightly`: scheduled builds from `Dev` when there are changes since the last nightly
70
70
 
71
71
  Examples:
72
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openvcs/git-plugin",
3
- "version": "0.2.0-edge.20260501.46",
3
+ "version": "0.2.0-edge.20260501.48",
4
4
  "description": "OpenVCS Git plugin - Node.js runtime",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "homepage": "https://github.com/Open-VCS/OpenVCS-Plugin-Git",
@@ -18,7 +18,7 @@
18
18
  "openvcs": {
19
19
  "id": "openvcs.git",
20
20
  "name": "Git",
21
- "version": "0.2.0-edge.20260501.46",
21
+ "version": "0.2.0-edge.20260501.48",
22
22
  "author": "OpenVCS Contributors",
23
23
  "description": "Git VCS backend plugin for OpenVCS",
24
24
  "default_enabled": true,