@xapps-platform/cli 0.1.3 → 0.2.0
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 +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -63,7 +63,9 @@ npm install -D @xapps-platform/cli
|
|
|
63
63
|
Note:
|
|
64
64
|
|
|
65
65
|
- This package is now in first public release-candidate shape for the supported non-breaking publish subset.
|
|
66
|
-
- Current published patch line is `@xapps-platform/cli@0.1.
|
|
66
|
+
- Current published patch line is `@xapps-platform/cli@0.1.3` for that supported subset.
|
|
67
|
+
- The next additive refresh planned from current source is `@xapps-platform/cli@0.2.0`
|
|
68
|
+
together with the current bootstrap/linking SDK wave.
|
|
67
69
|
- This README documents only that supported external contract; it does not claim the whole CLI surface is public/stable.
|
|
68
70
|
|
|
69
71
|
## Commands (baseline)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xapps-platform/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Daniel Vladescu <daniel.vladescu@gmail.com>",
|
|
6
6
|
"description": "Xapps developer CLI",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@xapps-platform/openapi-import": "^0.1.1",
|
|
18
|
-
"@xapps-platform/server-sdk": "^0.
|
|
18
|
+
"@xapps-platform/server-sdk": "^0.2.0"
|
|
19
19
|
},
|
|
20
20
|
"files": [
|
|
21
21
|
"dist"
|