dphelper 4.0.0 → 4.0.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/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
  ![TypeScript](https://img.shields.io/badge/TypeScript-gray?logo=typescript)
15
15
  ![esbuild](https://img.shields.io/badge/esbuild-gray?logo=esbuild)
16
16
 
17
- ![Jest](https://img.shields.io/badge/Jest-gray?logo=jest)
17
+ ![Vitest](https://img.shields.io/badge/Vitest-gray?logo=vitest)
18
18
  ![ESLint](https://img.shields.io/badge/Eslint-gray?logo=eslint)
19
19
  ![Playwright](https://img.shields.io/badge/Playwright-gray?logo=playwright)
20
20
  ![AI Ready](https://img.shields.io/badge/AI-Ready-brightgreen?logo=openai)
@@ -81,8 +81,9 @@ npm i dphelper --save-dev
81
81
  Import it precisely **once** in your entry point (e.g., `index.js`, `main.ts`, or `App.tsx`):
82
82
 
83
83
  ```js
84
+ // IMPORT ONCE AT YOUR APP ENTRY POINT
85
+
84
86
  import "dphelper";
85
- // dphelper is now available globally across your entire project!
86
87
  ```
87
88
 
88
89
  For plain HTML/CDN:
@@ -317,8 +318,6 @@ Manage your `dphelper` environment, monitor memory usage, and access documentati
317
318
 
318
319
  ---
319
320
 
320
- ---
321
-
322
321
  ## Environment Compatibility
323
322
 
324
323
  `dphelper` tools are classified by their execution target to ensure stability across the stack.