Commit d5c6fd5
chore(nodejs): use 0.0.0-dev version sentinel for consistency
The Node SDK committed a real-looking version (0.1.8) in package.json and
reset to 0.1.0 in the package script, unlike the .NET and Rust SDKs which
use a 0.0.0-dev sentinel. CI injects the real version at publish via
set-version.js, so the committed value should be an unmistakable dev
placeholder rather than a stale real version.
Align package.json, the package script, set-version.js default, and the
package-lock.json files (including nodejs/samples) to 0.0.0-dev.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9dd1c2e commit d5c6fd5
4 files changed
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments