@predy-js/render-interface 0.3.4-beta.16 → 0.3.4-beta.17
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/statistic.js +1 -1
- package/dist/types/EventSystem.d.ts +1 -1
- package/package.json +1 -1
- package/types/EventSystem.ts +1 -1
package/dist/index.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
* Name: @predy-js/render-interface
|
3
3
|
* Description: undefined
|
4
4
|
* Author: undefined
|
5
|
-
* Version: v0.3.4-beta.
|
5
|
+
* Version: v0.3.4-beta.17
|
6
6
|
*/
|
7
7
|
|
8
8
|
'use strict';
|
@@ -6600,7 +6600,7 @@ var BaseRecognizer = /** @class */ (function () {
|
|
6600
6600
|
return BaseRecognizer;
|
6601
6601
|
}());
|
6602
6602
|
|
6603
|
-
consoleLog('version: ' + "0.3.4-beta.
|
6603
|
+
consoleLog('version: ' + "0.3.4-beta.17");
|
6604
6604
|
var ModuleMsg = 'RI Package: @predy-js/render-interface';
|
6605
6605
|
|
6606
6606
|
var RI = /*#__PURE__*/Object.freeze({
|