Skip to content

Commit ea534fb

Browse files
committed
Update dependencies
Also adds changelog entries for ocilo#86. - Closes ocilo/skype-http385
1 parent f066982 commit ea534fb

File tree

5 files changed

+409
-6195
lines changed

5 files changed

+409
-6195
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Next
22

3+
- **[Feature]** Add `setConversationTopic(conversationId: string, topic: string)`
4+
- **[Feature]** Add `getJoinUrl(conversationId: string)`
5+
- **[Feature]** Add `addMemberToConversation(conversationId: string, memberId: string)`
6+
- **[Feature]** Add `createConversation(allUsers: AllUsers)`
37
- **[Fix]** Do not throw on unexpected extra keys when reading responses.
48
- **[Fix]** Fix message host resolution (API change).
59
- **[Fix]** Mark `isFavorite` in `ContactGroup` as optional.
610
- **[Fix]** Mark `name` in `ContactProfile` as optional.
11+
- **[Fix]** Move `.ts` sources to a different directory than `.d.ts` and `.js` in dist build
712
- **[Internal]** Run tests and coverage on `.mjs` files.
813

914
# 0.0.14 (2018-01-12)

gulpfile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const test: buildTools.MochaTarget = {
8484
scripts: ["test/**/*.ts", "lib/**/*.ts"],
8585
customTypingsDir: "src/custom-typings",
8686
tsconfigJson: "src/test/tsconfig.json",
87-
outModules: buildTools.OutModules.Mjs,
87+
outModules: buildTools.OutModules.Both,
8888
tscOptions: {
8989
skipLibCheck: true,
9090
},

0 commit comments

Comments
 (0)