@node-jhora/analytics 2.0.5 → 2.1.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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -46,6 +46,6 @@ export type { ShadbalaResult, VargaInfo, AshtakavargaResult, ChartData,
|
|
|
46
46
|
|
|
47
47
|
## License
|
|
48
48
|
|
|
49
|
-
**© Copyright HariEshwar
|
|
49
|
+
**© Copyright HariEshwar-J-A (Harieshwar Jagan Abirami).** All rights reserved.
|
|
50
50
|
|
|
51
|
-
This software is proprietary. For commercial use, enterprise integration, or any other use cases, explicit permission is required. Usage is subject to agreed-upon payment and licensing terms. Please contact the author for licensing inquiries.
|
|
51
|
+
This software is proprietary. For commercial use, enterprise integration, or any other use cases, explicit permission is required. Usage is subject to agreed-upon payment and licensing terms. Please contact the author for licensing inquiries.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@node-jhora/analytics",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"build": "tsc"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@node-jhora/core": "^2.0
|
|
23
|
+
"@node-jhora/core": "^2.1.0",
|
|
24
24
|
"decimal.js": "^10.4.3",
|
|
25
25
|
"luxon": "^3.7.2"
|
|
26
26
|
},
|
|
@@ -41,4 +41,4 @@
|
|
|
41
41
|
"url": "https://github.com/HariEshwar-J-A/node-jhora.git",
|
|
42
42
|
"directory": "packages/analytics"
|
|
43
43
|
}
|
|
44
|
-
}
|
|
44
|
+
}
|