Commit a4891098 authored by 邓晓峰's avatar 邓晓峰

fix: 修复Message为导入C

parent 317ab13d
{
"name": "mqtt-client",
"version": "1.0.11",
"version": "1.0.13",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
......
import ClientImplementation from './ClientImplementation';
import { ERROR } from './consts';
import { validate, format } from './utils';
import Message from './Message';
/* eslint-disable */
const Client = function (host, port, path, clientId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment