@neuctra/authix 1.1.15 → 1.1.17
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 +1 -5
package/package.json
CHANGED
|
@@ -1,26 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neuctra/authix",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.17",
|
|
4
4
|
"description": "Universal authentication SDK and UI components for React (v16–v19) with TailwindCSS.",
|
|
5
5
|
"author": "Taha Asif",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "./dist/neuctra-authix.umd.js",
|
|
9
9
|
"module": "./dist/neuctra-authix.es.js",
|
|
10
|
-
"types": "./dist/index.d.ts",
|
|
11
10
|
"exports": {
|
|
12
11
|
".": {
|
|
13
|
-
"types": "./dist/index.d.ts",
|
|
14
12
|
"import": "./dist/neuctra-authix.es.js",
|
|
15
13
|
"require": "./dist/neuctra-authix.umd.js"
|
|
16
14
|
},
|
|
17
15
|
"./react": {
|
|
18
|
-
"types": "./dist/react/index.d.ts",
|
|
19
16
|
"import": "./dist/react/index.es.js",
|
|
20
17
|
"require": "./dist/react/index.umd.js"
|
|
21
18
|
},
|
|
22
19
|
"./sdk": {
|
|
23
|
-
"types": "./dist/sdk/index.d.ts",
|
|
24
20
|
"import": "./dist/sdk/index.es.js",
|
|
25
21
|
"require": "./dist/sdk/index.umd.js"
|
|
26
22
|
}
|