joopjs 2.0.3 โ 2.0.5
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 +4 -0
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
|
|
12
12
|
> Author: **Kundan Singh**
|
|
13
13
|
|
|
14
|
+
**[๐ Live Playground Demo](https://kundan-leo.github.io/JoopJs/demo/)** ยท **[๐ฆ npm](https://www.npmjs.com/package/joopjs)** ยท **[๐ป GitHub](https://github.com/kundan-leo/JoopJs)**
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
14
18
|
JoopJS provides 80+ production-ready services covering banking, finance, security, authentication, and encryption โ all as plain TypeScript classes with no framework dependencies. Works with **React 18+**, **Angular 17+**, **Vue 3+**, or any plain TypeScript/JavaScript project.
|
|
15
19
|
|
|
16
20
|
---
|
package/package.json
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joopjs",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "Framework-agnostic JavaScript SDK for enterprise web applications. Works with React, Angular, Vue, and any JavaScript project.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kundan Singh"
|
|
7
7
|
},
|
|
8
8
|
"license": "MIT",
|
|
9
|
+
"homepage": "https://kundan-leo.github.io/JoopJs/demo/",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/kundan-leo/JoopJs.git"
|
|
13
|
+
},
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/kundan-leo/JoopJs/issues"
|
|
16
|
+
},
|
|
9
17
|
"keywords": [
|
|
10
18
|
"sdk",
|
|
11
19
|
"banking",
|
|
@@ -224,4 +232,4 @@
|
|
|
224
232
|
},
|
|
225
233
|
"sideEffects": false
|
|
226
234
|
}
|
|
227
|
-
|
|
235
|
+
|