@tspro/ts-utils-lib 3.3.0 → 3.3.1
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/CHANGELOG.md +5 -1
- package/README.md +30 -30
- package/dist/index.es5.iife.js +1 -1
- package/dist/index.es5.polyfilled.iife.js +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
/*!
|
|
4
|
-
* TsUtilsLib v3.3.
|
|
4
|
+
* TsUtilsLib v3.3.1 (cjs)
|
|
5
5
|
* (c) 2023-2025 PahkaSoft
|
|
6
6
|
* Licensed under the MIT License
|
|
7
7
|
*/
|
|
@@ -4466,7 +4466,7 @@ var CallTracker = _CallTracker;
|
|
|
4466
4466
|
|
|
4467
4467
|
// src/index.ts
|
|
4468
4468
|
function getLibInfo() {
|
|
4469
|
-
return "TsUtilsLib v3.3.
|
|
4469
|
+
return "TsUtilsLib v3.3.1 (cjs)";
|
|
4470
4470
|
}
|
|
4471
4471
|
|
|
4472
4472
|
exports.AnchoredRect = AnchoredRect;
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* TsUtilsLib v3.3.
|
|
2
|
+
* TsUtilsLib v3.3.1 (esm)
|
|
3
3
|
* (c) 2023-2025 PahkaSoft
|
|
4
4
|
* Licensed under the MIT License
|
|
5
5
|
*/
|
|
@@ -4464,7 +4464,7 @@ var CallTracker = _CallTracker;
|
|
|
4464
4464
|
|
|
4465
4465
|
// src/index.ts
|
|
4466
4466
|
function getLibInfo() {
|
|
4467
|
-
return "TsUtilsLib v3.3.
|
|
4467
|
+
return "TsUtilsLib v3.3.1 (esm)";
|
|
4468
4468
|
}
|
|
4469
4469
|
|
|
4470
4470
|
export { AnchoredRect, assert_exports as Assert, BaseContainer, BiMap, CallTracker, cookies_exports as Cookies, DefaultArray, DefaultEqualityFn, device_exports as Device, guard_exports as Guard, IndexArray, LRUCache, LinkedList, MultiContainer, Rect, SignedIndexArray, Stack, TriMap, UniMap, utils_exports as Utils, ValueSet, Vec, asMulti, getLibInfo };
|