thecore-auth 0.0.78 → 0.0.80
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 +39 -18
- package/dist/thecore-auth.cjs.js +19 -19
- package/dist/thecore-auth.css +1 -1
- package/dist/thecore-auth.esm.js +530 -527
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "thecore-auth",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.80",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/thecore-auth.cjs.js",
|
|
7
7
|
"style": "dist/thecore-auth.css",
|
|
@@ -68,4 +68,4 @@
|
|
|
68
68
|
"author": "Santiago Galvan<santiagogalvancolorado@gmail.com>",
|
|
69
69
|
"license": "MIT",
|
|
70
70
|
"description": "Un pacchetto per l'autenticazione in React utilizzando JWT nell'accezione implementata in thecore e React Router"
|
|
71
|
-
}
|
|
71
|
+
}
|