imzo-agnost 1.0.1 → 1.2.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/LICENSE +15 -15
- package/README.md +27 -6
- package/dist/index.cjs +601 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +163 -15
- package/dist/index.d.ts +163 -15
- package/dist/index.js +601 -17
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +600 -18
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "imzo-agnost",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Modern TypeScript library for E-IMZO API with comprehensive plugin architecture supporting all E-IMZO operations including PFX/PKCS7/FTJC/CryptoAuth/X509/TSA/CRL/PKI and more",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"license": "ISC",
|
|
53
53
|
"repository": {
|
|
54
54
|
"type": "git",
|
|
55
|
-
"url": "git+https://github.com/
|
|
55
|
+
"url": "git+https://github.com/ulugbek-erkinov/imzo-agnost.git"
|
|
56
56
|
},
|
|
57
57
|
"bugs": {
|
|
58
|
-
"url": "https://github.com/
|
|
58
|
+
"url": "https://github.com/ulugbek-erkinov/imzo-agnost/issues"
|
|
59
59
|
},
|
|
60
|
-
"homepage": "https://
|
|
60
|
+
"homepage": "https://ulugbek-erkinov.github.io/imzo-agnost/",
|
|
61
61
|
"files": [
|
|
62
62
|
"dist",
|
|
63
63
|
"README.md",
|