smart-load-manager 1.0.0 → 1.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 +3 -0
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# smart-load-manager
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/smart-load-manager)
|
|
4
|
+
[](https://github.com/dshovchko/smart-services/blob/main/packages/smart-load-manager/LICENSE)
|
|
5
|
+
|
|
3
6
|
A queued loader and utility toolkit for third-party scripts. Provides a configurable `SmartService` base class, a cooperative `SmartLoad` queue, and tiny helpers for defer/idle orchestration.
|
|
4
7
|
|
|
5
8
|
## Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "smart-load-manager",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A service and add-on utilities for managing third-party service (e.g., AdSense) loading for your web application that help improve Core Web Vitals.",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -23,6 +23,10 @@
|
|
|
23
23
|
"url": "git+https://github.com/dshovchko/smart-services.git",
|
|
24
24
|
"directory": "packages/smart-load-manager"
|
|
25
25
|
},
|
|
26
|
+
"homepage": "https://github.com/dshovchko/smart-services/tree/main/packages/smart-load-manager#readme",
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/dshovchko/smart-services/issues"
|
|
29
|
+
},
|
|
26
30
|
"keywords": [
|
|
27
31
|
"loader",
|
|
28
32
|
"manager",
|