tiny-essentials 1.2.1 → 1.3.0
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/README.md +3 -3
- package/dist/TinyEssentials.js +2346 -77084
- package/dist/TinyEssentials.min.js +1 -1
- package/dist/TinyEssentials.min.js.LICENSE.txt +0 -2
- package/dist/v1/index.cjs +0 -4
- package/dist/v1/index.d.mts +1 -3
- package/dist/v1/index.mjs +1 -3
- package/docs/README.md +1 -11
- package/package.json +2 -5
- package/dist/TinyCertCrypto.js +0 -31364
- package/dist/TinyCertCrypto.min.js +0 -2
- package/dist/TinyCertCrypto.min.js.LICENSE.txt +0 -8
- package/dist/TinyCrypto.js +0 -48138
- package/dist/TinyCrypto.min.js +0 -2
- package/dist/TinyCrypto.min.js.LICENSE.txt +0 -10
- package/dist/v1/build/TinyCertCrypto.cjs +0 -7
- package/dist/v1/build/TinyCertCrypto.d.mts +0 -2
- package/dist/v1/build/TinyCertCrypto.mjs +0 -2
- package/dist/v1/build/TinyCrypto.cjs +0 -7
- package/dist/v1/build/TinyCrypto.d.mts +0 -2
- package/dist/v1/build/TinyCrypto.mjs +0 -2
- package/dist/v1/libs/TinyCertCrypto.cjs +0 -573
- package/dist/v1/libs/TinyCertCrypto.d.mts +0 -193
- package/dist/v1/libs/TinyCertCrypto.mjs +0 -481
- package/dist/v1/libs/TinyCrypto.cjs +0 -640
- package/dist/v1/libs/TinyCrypto.d.mts +0 -306
- package/dist/v1/libs/TinyCrypto.mjs +0 -597
- package/docs/libs/TinyCertCrypto.md +0 -202
- package/docs/libs/TinyCrypto.md +0 -177
package/README.md
CHANGED
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
- ⏱️ **Time Calculations**: Easily calculate durations, format timers, and more.
|
|
22
22
|
- 🧠 **Object Utilities**: Perform type checks, count object properties, and calculate percentages.
|
|
23
23
|
- 🛠️ **Custom Utilities**: Includes various helper functions like `ruleOfThree` for proportion calculations and `getAge` to calculate the age based on a given birth date.
|
|
24
|
-
- 🔐 **Encryption Tools**:
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
- 🔐 **Encryption Tools**:
|
|
25
|
+
This feature has been migrated.
|
|
26
|
+
👉 For the latest version and full functionality, please visit the new [Tiny Crypto Suite repository](https://github.com/JasminDreasond/Tiny-Crypto-Suite).
|
|
27
27
|
|
|
28
28
|
## 📦 Installation
|
|
29
29
|
|