@lukoweb/apitogo 0.1.41 → 0.1.42
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/dist/cli/cli.js +1 -1
- package/package.json +111 -30
package/dist/cli/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lukoweb/apitogo",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.42",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"**/*.css",
|
|
@@ -27,48 +27,129 @@
|
|
|
27
27
|
"apitogo": "./cli.js"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
30
|
-
".":
|
|
30
|
+
".": {
|
|
31
|
+
"types": "./dist/declarations/index.d.ts",
|
|
32
|
+
"default": "./src/index.ts"
|
|
33
|
+
},
|
|
31
34
|
"./package.json": "./package.json",
|
|
32
35
|
"./ui/*": {
|
|
33
|
-
"types": "./
|
|
36
|
+
"types": "./dist/declarations/lib/ui/*.d.ts",
|
|
34
37
|
"default": "./src/lib/ui/*.tsx"
|
|
35
38
|
},
|
|
36
39
|
"./ui/*.js": {
|
|
37
|
-
"types": "./
|
|
40
|
+
"types": "./dist/declarations/lib/ui/*.d.ts",
|
|
38
41
|
"default": "./src/lib/ui/*.tsx"
|
|
39
42
|
},
|
|
40
43
|
"./client": {
|
|
41
44
|
"types": "./client.d.ts"
|
|
42
45
|
},
|
|
43
|
-
"./auth/clerk":
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"./auth/
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"./
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"./
|
|
56
|
-
|
|
57
|
-
|
|
46
|
+
"./auth/clerk": {
|
|
47
|
+
"types": "./dist/declarations/lib/authentication/providers/clerk.d.ts",
|
|
48
|
+
"default": "./src/lib/authentication/providers/clerk.tsx"
|
|
49
|
+
},
|
|
50
|
+
"./auth/auth0": {
|
|
51
|
+
"types": "./dist/declarations/lib/authentication/providers/auth0.d.ts",
|
|
52
|
+
"default": "./src/lib/authentication/providers/auth0.tsx"
|
|
53
|
+
},
|
|
54
|
+
"./auth/openid": {
|
|
55
|
+
"types": "./dist/declarations/lib/authentication/providers/openid.d.ts",
|
|
56
|
+
"default": "./src/lib/authentication/providers/openid.tsx"
|
|
57
|
+
},
|
|
58
|
+
"./auth/supabase": {
|
|
59
|
+
"types": "./dist/declarations/lib/authentication/providers/supabase.d.ts",
|
|
60
|
+
"default": "./src/lib/authentication/providers/supabase.tsx"
|
|
61
|
+
},
|
|
62
|
+
"./auth/azureb2c": {
|
|
63
|
+
"types": "./dist/declarations/lib/authentication/providers/azureb2c.d.ts",
|
|
64
|
+
"default": "./src/lib/authentication/providers/azureb2c.tsx"
|
|
65
|
+
},
|
|
66
|
+
"./auth/firebase": {
|
|
67
|
+
"types": "./dist/declarations/lib/authentication/providers/firebase.d.ts",
|
|
68
|
+
"default": "./src/lib/authentication/providers/firebase.tsx"
|
|
69
|
+
},
|
|
70
|
+
"./auth/dev-portal": {
|
|
71
|
+
"types": "./dist/declarations/lib/authentication/providers/dev-portal.d.ts",
|
|
72
|
+
"default": "./src/lib/authentication/providers/dev-portal.tsx"
|
|
73
|
+
},
|
|
74
|
+
"./plugins": {
|
|
75
|
+
"types": "./dist/declarations/lib/core/plugins.d.ts",
|
|
76
|
+
"default": "./src/lib/core/plugins.ts"
|
|
77
|
+
},
|
|
78
|
+
"./plugins/api-keys": {
|
|
79
|
+
"types": "./dist/declarations/lib/plugins/api-keys/index.d.ts",
|
|
80
|
+
"default": "./src/lib/plugins/api-keys/index.tsx"
|
|
81
|
+
},
|
|
82
|
+
"./plugins/markdown": {
|
|
83
|
+
"types": "./dist/declarations/lib/plugins/markdown/index.d.ts",
|
|
84
|
+
"default": "./src/lib/plugins/markdown/index.tsx"
|
|
85
|
+
},
|
|
86
|
+
"./plugins/openapi": {
|
|
87
|
+
"types": "./dist/declarations/lib/plugins/openapi/index.d.ts",
|
|
88
|
+
"default": "./src/lib/plugins/openapi/index.tsx"
|
|
89
|
+
},
|
|
90
|
+
"./plugins/custom-pages": {
|
|
91
|
+
"types": "./dist/declarations/lib/plugins/custom-pages/index.d.ts",
|
|
92
|
+
"default": "./src/lib/plugins/custom-pages/index.tsx"
|
|
93
|
+
},
|
|
94
|
+
"./plugins/search-inkeep": {
|
|
95
|
+
"types": "./dist/declarations/lib/plugins/search-inkeep/index.d.ts",
|
|
96
|
+
"default": "./src/lib/plugins/search-inkeep/index.tsx"
|
|
97
|
+
},
|
|
98
|
+
"./plugins/search-pagefind": {
|
|
99
|
+
"types": "./dist/declarations/lib/plugins/search-pagefind/index.d.ts",
|
|
100
|
+
"default": "./src/lib/plugins/search-pagefind/index.tsx"
|
|
101
|
+
},
|
|
102
|
+
"./plugins/api-catalog": {
|
|
103
|
+
"types": "./dist/declarations/lib/plugins/api-catalog/index.d.ts",
|
|
104
|
+
"default": "./src/lib/plugins/api-catalog/index.tsx"
|
|
105
|
+
},
|
|
58
106
|
"./modules/landing": "@lukoweb/apitogo-module-landing",
|
|
59
107
|
"./modules/user-panel": "@lukoweb/apitogo-module-user-panel",
|
|
60
|
-
"./components":
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"./
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
108
|
+
"./components": {
|
|
109
|
+
"types": "./dist/declarations/lib/components/index.d.ts",
|
|
110
|
+
"default": "./src/lib/components/index.ts"
|
|
111
|
+
},
|
|
112
|
+
"./mermaid": {
|
|
113
|
+
"types": "./dist/declarations/lib/components/Mermaid.d.ts",
|
|
114
|
+
"default": "./src/lib/components/Mermaid.tsx"
|
|
115
|
+
},
|
|
116
|
+
"./router": {
|
|
117
|
+
"types": "./dist/declarations/lib/core/router.d.ts",
|
|
118
|
+
"default": "./src/lib/core/router.ts"
|
|
119
|
+
},
|
|
120
|
+
"./react-query": {
|
|
121
|
+
"types": "./dist/declarations/lib/core/react-query.d.ts",
|
|
122
|
+
"default": "./src/lib/core/react-query.ts"
|
|
123
|
+
},
|
|
124
|
+
"./icons": {
|
|
125
|
+
"types": "./dist/declarations/lib/icons.d.ts",
|
|
126
|
+
"default": "./src/lib/icons.ts"
|
|
127
|
+
},
|
|
128
|
+
"./vite": {
|
|
129
|
+
"types": "./dist/declarations/vite/index.d.ts",
|
|
130
|
+
"default": "./src/vite/index.ts"
|
|
131
|
+
},
|
|
132
|
+
"./app/*": {
|
|
133
|
+
"types": "./dist/declarations/app/*.d.ts",
|
|
134
|
+
"default": "./src/app/*"
|
|
135
|
+
},
|
|
136
|
+
"./hooks": {
|
|
137
|
+
"types": "./dist/declarations/lib/hooks/index.d.ts",
|
|
138
|
+
"default": "./src/lib/hooks/index.ts"
|
|
139
|
+
},
|
|
68
140
|
"./main.css": "./src/app/main.css",
|
|
69
|
-
"./processors/*":
|
|
70
|
-
|
|
71
|
-
|
|
141
|
+
"./processors/*": {
|
|
142
|
+
"types": "./dist/declarations/lib/plugins/openapi/processors/*.d.ts",
|
|
143
|
+
"default": "./src/lib/plugins/openapi/processors/*.ts"
|
|
144
|
+
},
|
|
145
|
+
"./with-zuplo": {
|
|
146
|
+
"types": "./dist/declarations/zuplo/with-zuplo.d.ts",
|
|
147
|
+
"default": "./src/zuplo/with-zuplo.ts"
|
|
148
|
+
},
|
|
149
|
+
"./testing": {
|
|
150
|
+
"types": "./dist/declarations/lib/testing/index.d.ts",
|
|
151
|
+
"default": "./src/lib/testing/index.tsx"
|
|
152
|
+
}
|
|
72
153
|
},
|
|
73
154
|
"scripts": {
|
|
74
155
|
"build": "esbuild src/cli/cli.ts src/vite/prerender/worker.ts --outdir=dist/cli --entry-names=[name] --bundle --format=esm --packages=external --target=node20 --platform=node --log-level=error",
|