@ad-execute-manager/count-recorder 2.0.1 → 2.0.2
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/package.json +11 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ad-execute-manager/count-recorder",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "A flexible count recorder utility for JavaScript applications with
|
|
3
|
+
"version": "2.0.2",
|
|
4
|
+
"description": "A flexible count recorder utility for JavaScript applications with daily tracking, expiration support, and user-specific counting.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"url": "https://github.com/singcl"
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
24
|
-
"homepage": "https://npmjs.com/package/@ad-execute-manager/
|
|
24
|
+
"homepage": "https://npmjs.com/package/@ad-execute-manager/count-recorder",
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
27
27
|
"url": "git+https://github.com/singcl/ad-execute-manager.git",
|
|
28
|
-
"directory": "packages/
|
|
28
|
+
"directory": "packages/count-recorder"
|
|
29
29
|
},
|
|
30
30
|
"bugs": {
|
|
31
31
|
"url": "https://github.com/singcl/ad-execute-manager/issues"
|
|
@@ -34,14 +34,16 @@
|
|
|
34
34
|
"node": ">=14.0.0"
|
|
35
35
|
},
|
|
36
36
|
"keywords": [
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
37
|
+
"count-recorder",
|
|
38
|
+
"counter",
|
|
39
|
+
"daily-tracker",
|
|
40
|
+
"usage-limit",
|
|
40
41
|
"javascript",
|
|
41
42
|
"nodejs",
|
|
42
43
|
"typescript",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
44
|
+
"storage",
|
|
45
|
+
"user-specific",
|
|
46
|
+
"expiration"
|
|
45
47
|
],
|
|
46
48
|
"scripts": {
|
|
47
49
|
"build": "rslib build && tsc",
|