moderndash 2.3.0 → 2.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.
Files changed (2) hide show
  1. package/README.md +4 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,7 +45,7 @@
45
45
  ---
46
46
 
47
47
  <div align=center class="space-y">
48
- <img alt="introduction code" src="https://raw.githubusercontent.com/Maggi64/moderndash/main/website/src/assets/introCodeV6.png">
48
+ <img alt="Intro Code" width=100% src="https://raw.githubusercontent.com/Maggi64/moderndash/main/website/src/assets/introCodeV6.svg"></img>
49
49
  </div>
50
50
 
51
51
  ## 💾 Installation
@@ -57,13 +57,10 @@ npm install moderndash
57
57
 
58
58
  **NodeJS**: >16.14 | **Typescript**: >4.7
59
59
 
60
- *NodeJS 16-18*:
61
- To use the `crypto` functions, set the [experimental-global-webcrypto](https://nodejs.dev/en/api/v16/cli#--experimental-global-webcrypto) flag.
60
+ > `NodeJS 16-18`: Enable the [experimental-global-webcrypto](https://nodejs.dev/en/api/v16/cli#--experimental-global-webcrypto) flag to use crypto functions.
61
+ > `TypeScript 4.8-4.9`: Enable the [experimentalDecorators](https://www.typescriptlang.org/tsconfig#experimentalDecorators) flag to use decorator functions.
62
62
 
63
- *Typescript 4.8 - 4.9:*
64
- To use the `decorator` functions, set the [experimentalDecorators](https://www.typescriptlang.org/tsconfig#experimentalDecorators) flag.
65
-
66
- *Works out of the box with NodeJS 19 & Typescript 5 or above.*
63
+ Works out of the box with `NodeJS 19+` & `Typescript 5+`
67
64
 
68
65
  ## 🚀 Performance
69
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moderndash",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "type": "module",
5
5
  "description": "A lodash inspired utility framework for ESM/Typescript/ESNext",
6
6
  "engines": {