@openvcs/sdk 0.2.18-beta.8 → 0.2.18-edge.20260411.9

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -219,11 +219,13 @@ CI release channels can publish prereleases to npm using dist-tags:
219
219
 
220
220
  - `latest`: stable releases
221
221
  - `beta`: builds from the `Beta` branch
222
+ - `edge`: working builds from `Dev` push commits
222
223
  - `nightly`: scheduled builds from `Dev` when there are changes since the last nightly
223
224
 
224
225
  Examples:
225
226
 
226
227
  ```bash
228
+ npm install @openvcs/sdk@edge
227
229
  npm install @openvcs/sdk@beta
228
230
  npm install @openvcs/sdk@nightly
229
231
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openvcs/sdk",
3
- "version": "0.2.18-beta.8",
3
+ "version": "0.2.18-edge.20260411.9",
4
4
  "description": "OpenVCS SDK CLI for plugin scaffolding and runtime asset builds",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "homepage": "https://openvcs.app/",