Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RocketChat
Rocket.Chat.Apps-cli
Commits
8b3f0646
Unverified
Commit
8b3f0646
authored
Dec 06, 2018
by
Rodrigo Nascimento
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.3.2
parent
188e9b79
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+1
-1
package-lock.json
package-lock.json
+1
-1
package.json
package.json
+1
-1
src/misc/appPackager.ts
src/misc/appPackager.ts
+1
-1
src/misc/variousUtils.ts
src/misc/variousUtils.ts
+1
-1
No files found.
README.md
View file @
8b3f0646
...
...
@@ -28,7 +28,7 @@ The app description file, named `app.json`, contains basic information about the
"name": "App Name",
"nameSlug": "app-name",
"version": "0.0.1",
"requiredApiVersion": "^
0.9.13
",
"requiredApiVersion": "^
1.3.2
",
"description": "App which provides something very useful for Rocket.Chat users.",
"author": {
"name": "Author Name <author@email.com>",
...
...
package-lock.json
View file @
8b3f0646
{
"name"
:
"@rocket.chat/apps-cli"
,
"version"
:
"1.3.
1
"
,
"version"
:
"1.3.
2
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
8b3f0646
{
"name"
:
"@rocket.chat/apps-cli"
,
"description"
:
"The CLI tool for helping with Rocket.Chat Apps."
,
"version"
:
"1.3.
1
"
,
"version"
:
"1.3.
2
"
,
"author"
:
"Rocket.Chat <support@rocket.chat>"
,
"preferGlobal"
:
true
,
"bin"
:
{
...
...
src/misc/appPackager.ts
View file @
8b3f0646
...
...
@@ -26,7 +26,7 @@ export class AppPackager {
public
static
PackagerInfo
:
{
[
key
:
string
]:
string
}
=
{
tool
:
'
@rocket.chat/apps-cli
'
,
version
:
'
1.
0.0
'
,
version
:
'
1.
3.2
'
,
};
constructor
(
private
command
:
Command
,
private
fd
:
FolderDetails
)
{}
...
...
src/misc/variousUtils.ts
View file @
8b3f0646
...
...
@@ -21,7 +21,7 @@ export class VariousUtils {
return
'
^
'
+
info
.
version
as
string
;
}
return
'
^1.3.
1
'
;
return
'
^1.3.
2
'
;
};
// tslint:disable:promise-function-async
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment