@openvcs/sdk 0.2.18-beta.8 → 0.2.18-nightly.20260412.10
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/README.md +2 -0
- 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