@atomist/slack-messages
Advanced tools
Comparing version 1.0.1-master.20180830190736 to 1.0.1-master.20181109094511
@@ -10,2 +10,6 @@ # Changelog | ||
### Added | ||
- Add SlackFileJson and ApplicationJson MIME types. | ||
## [1.0.0](https://github.com/atomist/slack-messages/compare/0.12.1...1.0.0) - 2018-08-30 | ||
@@ -12,0 +16,0 @@ |
@@ -1,3 +0,5 @@ | ||
# @atomist/slack-messages | ||
# `@atomist/slack-messages` | ||
`@atomist/slack-messages` is licensed under Apache License 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0). | ||
This page details all runtime OSS dependencies of `@atomist/slack-messages`. | ||
@@ -4,0 +6,0 @@ |
/** | ||
* Type defining the MIME types that the Slack message API accepts. | ||
*/ | ||
export declare type MessageMimeType = "application/x-atomist-slack+json" | "text/plain"; | ||
export declare type MessageMimeType = "application/x-atomist-slack+json" | "application/x-atomist-slack-file+json" | "text/plain" | "application/json"; | ||
/** | ||
@@ -6,0 +6,0 @@ * Helper constants for the MIME types the Slack message API accepts. |
@@ -24,3 +24,5 @@ "use strict"; | ||
SlackJson: "application/x-atomist-slack+json", | ||
SlackFileJson: "application/x-atomist-slack-file+json", | ||
PlainText: "text/plain", | ||
ApplicationJson: "application/json", | ||
}; | ||
@@ -27,0 +29,0 @@ /** |
{ | ||
"name": "@atomist/slack-messages", | ||
"version": "1.0.1-master.20180830190736", | ||
"version": "1.0.1-master.20181109094511", | ||
"description": "Atomist utilities for creating formatted Slack messages", | ||
@@ -37,4 +37,4 @@ "author": { | ||
"tslint": "^5.11.0", | ||
"typedoc": "^0.11.1", | ||
"typescript": "^2.9.2" | ||
"typedoc": "^0.13.0", | ||
"typescript": "^3.1.6" | ||
}, | ||
@@ -41,0 +41,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
50784
620