@alifd/chat 0.3.0-beta.4 → 0.3.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.js +1 -1
- package/es/markdown/style.d.ts +1 -1
- package/es/markdown/style.js +1 -1
- package/lib/index.js +1 -1
- package/lib/markdown/style.d.ts +1 -1
- package/lib/markdown/style.js +1 -1
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -18,4 +18,4 @@ export { default as HtmlRenderer } from './html-render';
|
|
|
18
18
|
export { default as Markdown } from './markdown';
|
|
19
19
|
export { default as CardLoading } from './card-loading';
|
|
20
20
|
export { default as Origin } from './origin';
|
|
21
|
-
export const version = '0.3.0-beta.
|
|
21
|
+
export const version = '0.3.0-beta.5';
|
package/es/markdown/style.d.ts
CHANGED
package/es/markdown/style.js
CHANGED
package/lib/index.js
CHANGED
|
@@ -42,4 +42,4 @@ var card_loading_1 = require("./card-loading");
|
|
|
42
42
|
Object.defineProperty(exports, "CardLoading", { enumerable: true, get: function () { return tslib_1.__importDefault(card_loading_1).default; } });
|
|
43
43
|
var origin_1 = require("./origin");
|
|
44
44
|
Object.defineProperty(exports, "Origin", { enumerable: true, get: function () { return tslib_1.__importDefault(origin_1).default; } });
|
|
45
|
-
exports.version = '0.3.0-beta.
|
|
45
|
+
exports.version = '0.3.0-beta.5';
|
package/lib/markdown/style.d.ts
CHANGED
package/lib/markdown/style.js
CHANGED