Skip to content

Commit

Permalink
bump version and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Apr 29, 2024
1 parent 916a1cd commit 7995f2d
Show file tree
Hide file tree
Showing 8 changed files with 160 additions and 158 deletions.
304 changes: 152 additions & 152 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tinode-sdk",
"description": "Tinode SDK",
"version": "0.22.12",
"version": "0.22.13",
"scripts": {
"format": "js-beautify -r src/*.js",
"build": "npm run format && npm run vers && npm run build:prod && npm run build:dev",
Expand Down
2 changes: 2 additions & 0 deletions src/drafty.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ const ALLOWED_ENT_FIELDS = ['act', 'height', 'duration', 'incoming', 'mime', 'na
'ref', 'size', 'state', 'url', 'val', 'width'
];

// Intl.Segmenter is not available in Firefox 124 and earlier. FF 125 with support for Intl.Segmenter
// was released on April 15, 2024. Polyfill is included in the top package (webapp).
const segmenter = new Intl.Segmenter();

// Regular expressions for parsing inline formats. Javascript does not support lookbehind,
Expand Down
2 changes: 1 addition & 1 deletion umd/tinode.dev.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion umd/tinode.dev.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion umd/tinode.prod.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion umd/tinode.prod.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = "0.22.12";
export const PACKAGE_VERSION = "0.22.13";

0 comments on commit 7995f2d

Please sign in to comment.