commitrail 0.1.0-alpha.0 → 0.1.0-alpha.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 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
**CommitRail is not publicly available.**
|
|
4
4
|
|
|
5
|
-
This package is published as a prerelease. It is undocumented
|
|
6
|
-
|
|
5
|
+
This package is published as a prerelease. It is undocumented and its API may change without
|
|
6
|
+
notice.
|
|
7
7
|
|
|
8
8
|
**Please do not use it in production.**
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "commitrail",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
4
|
-
"description": "CommitRail SDK
|
|
3
|
+
"version": "0.1.0-alpha.1",
|
|
4
|
+
"description": "CommitRail SDK — prerelease.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Syrenox Systems Ltd",
|
|
7
7
|
"repository": {
|