UNPKG

2.85 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.PUPPET_NAME_DEFAULT = exports.PUPPET_DEPENDENCIES = void 0;
4/* eslint-disable sort-keys */
5/**
6 * Wechaty Chatbot SDK - https://github.com/wechaty/wechaty
7 *
8 * @copyright 2016 Huan LI (李卓桓) <https://github.com/huan>, and
9 * Wechaty Contributors <https://github.com/wechaty>.
10 *
11 * Licensed under the Apache License, Version 2.0 (the "License");
12 * you may not use this file except in compliance with the License.
13 * You may obtain a copy of the License at
14 *
15 * http://www.apache.org/licenses/LICENSE-2.0
16 *
17 * Unless required by applicable law or agreed to in writing, software
18 * distributed under the License is distributed on an "AS IS" BASIS,
19 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 * See the License for the specific language governing permissions and
21 * limitations under the License.
22 *
23 */
24exports.PUPPET_DEPENDENCIES = {
25 /**
26 * The following puppets were DEPRECATED before 2020
27 */
28 // 'wechaty-puppet-ioscat' : '^0.5.22', // https://www.npmjs.com/package/wechaty-puppet-ioscat
29 // 'wechaty-puppet-padchat' : '^0.19.3', // https://www.npmjs.com/package/wechaty-puppet-padchat
30 // 'wechaty-puppet-padpro' : '^0.3.21', // https://www.npmjs.com/package/wechaty-puppet-padpro
31 /**
32 * Deprecated on Dec 2020
33 * https://github.com/wechaty/puppet-service-providers/issues/11
34 */
35 // 'wechaty-puppet-padplus' : '^0.7.30', // https://www.npmjs.com/package/wechaty-puppet-padplus
36 /**
37 * Deprecated on Jan 2021: rename to wechaty-puppet-service
38 * https://github.com/wechaty/wechaty-puppet-service/issues/118
39 *
40 * TODO: Huan(202101): will be removed after Dec 31, 2021
41 */
42 'wechaty-puppet-hostie': '*',
43 'wechaty-puppet-puppeteer': '>=0.24',
44 /**
45 * Wechaty Internal Puppets: dependency by package.json
46 */
47 'wechaty-puppet-service': '>=0.21',
48 'wechaty-puppet-mock': '>=0.29',
49 /**
50 * WeChat External Puppets
51 */
52 'wechaty-puppet-wechat': '>=0.28',
53 'wechaty-puppet-wechat4u': '>=0.17',
54 'wechaty-puppet-padlocal': '>=0.2',
55 'wechaty-puppet-official-account': '>=0.5',
56 /**
57 * Non-WeChat External Puppets
58 */
59 'wechaty-puppet-gitter': '>=0.4.7',
60 'wechaty-puppet-lark': '>=0.4.5',
61 'wechaty-puppet-whatsapp': '>=0.2.2',
62 /**
63 * Scoped puppets (private)
64 */
65 '@juzibot/wechaty-puppet-donut': '*',
66 '@juzibot/wechaty-puppet-wxwork': '*', // https://www.npmjs.com/package/wechaty-puppet-wxwork (to be published)
67};
68// Huan(202004): we change default puppet from puppet-service -> puppet-wechat (with UOS support)
69exports.PUPPET_NAME_DEFAULT = 'wechaty-puppet-wechat';
70//# sourceMappingURL=puppet-config.js.map
\No newline at end of file