@ubercode/dcmtk 0.16.1 → 1.0.0-rc.1
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# @ubercode/dcmtk
|
|
2
2
|
|
|
3
|
-
> **
|
|
3
|
+
> **RELEASE CANDIDATE** — the public API is frozen for 1.0. In production use. Breaking changes before
|
|
4
|
+
> 1.0 final would require a compelling reason and will be called out in the [changelog](CHANGELOG.md).
|
|
4
5
|
|
|
5
6
|
[](https://www.npmjs.com/package/@ubercode/dcmtk)
|
|
6
7
|
[](https://www.npmjs.com/package/@ubercode/dcmtk)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ubercode/dcmtk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-rc.1",
|
|
4
4
|
"description": "Type-safe Node.js wrapper for DCMTK (DICOM Toolkit) command-line utilities",
|
|
5
5
|
"author": "Michael Lee Hobbs <michael.lee.hobbs@gmail.com> (https://github.com/MichaelLeeHobbs)",
|
|
6
6
|
"license": "MIT",
|