@lunora/cloudflare-access 1.0.0-alpha.2 → 1.0.0-alpha.21
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.md +126 -0
- package/dist/admin.mjs +7 -4
- package/dist/context.d.mts +2 -1
- package/dist/context.d.ts +2 -1
- package/dist/context.mjs +3 -2
- package/dist/index.d.mts +11 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.mjs +2 -2
- package/dist/packem_shared/{accessIssuer-DhKaNoyU.mjs → accessIssuer-C69kkiYc.mjs} +16 -8
- package/dist/packem_shared/{composeResolvers-C_7T5dDj.mjs → composeResolvers-BlVswT75.mjs} +10 -9
- package/dist/packem_shared/identity-groups-CONuLY61.mjs +8 -0
- package/dist/packem_shared/{index.d-C7lOF4ZA.d.mts → index.d-ByAnpUzP.d.mts} +1 -0
- package/dist/packem_shared/{index.d-C7lOF4ZA.d.ts → index.d-ByAnpUzP.d.ts} +1 -0
- package/dist/roles.d.mts +2 -1
- package/dist/roles.d.ts +2 -1
- package/dist/roles.mjs +3 -7
- package/package.json +4 -3
package/LICENSE.md
CHANGED
|
@@ -103,3 +103,129 @@ Unless required by applicable law or agreed to in writing, software distributed
|
|
|
103
103
|
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
104
104
|
CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
105
105
|
specific language governing permissions and limitations under the License.
|
|
106
|
+
|
|
107
|
+
<!-- DEPENDENCIES -->
|
|
108
|
+
<!-- /DEPENDENCIES -->
|
|
109
|
+
|
|
110
|
+
<!-- TYPE_DEPENDENCIES -->
|
|
111
|
+
|
|
112
|
+
# Licenses of bundled types
|
|
113
|
+
The published @lunora/cloudflare-access artifact additionally contains code with the following licenses:
|
|
114
|
+
FSL-1.1-Apache-2.0
|
|
115
|
+
|
|
116
|
+
# Bundled types:
|
|
117
|
+
## @lunora/server
|
|
118
|
+
License: FSL-1.1-Apache-2.0
|
|
119
|
+
By: Daniel Bannert
|
|
120
|
+
Repository: git+https://github.com/anolilab/lunora.git
|
|
121
|
+
|
|
122
|
+
> # Functional Source License, Version 1.1, Apache 2.0 Future License
|
|
123
|
+
>
|
|
124
|
+
> ## Abbreviation
|
|
125
|
+
>
|
|
126
|
+
> FSL-1.1-Apache-2.0
|
|
127
|
+
>
|
|
128
|
+
> ## Notice
|
|
129
|
+
>
|
|
130
|
+
> Copyright 2026 anolilab and contributors
|
|
131
|
+
>
|
|
132
|
+
> ## Terms and Conditions
|
|
133
|
+
>
|
|
134
|
+
> ### Licensor ("We")
|
|
135
|
+
>
|
|
136
|
+
> The party offering the Software under these Terms and Conditions.
|
|
137
|
+
>
|
|
138
|
+
> ### The Software
|
|
139
|
+
>
|
|
140
|
+
> The "Software" is each version of the software that we make available under
|
|
141
|
+
> these Terms and Conditions, as indicated by our inclusion of these Terms and
|
|
142
|
+
> Conditions with the Software.
|
|
143
|
+
>
|
|
144
|
+
> ### License Grant
|
|
145
|
+
>
|
|
146
|
+
> Subject to your compliance with this License Grant and the Patents,
|
|
147
|
+
> Redistribution and Trademark clauses below, we hereby grant you the right to
|
|
148
|
+
> use, copy, modify, create derivative works, publicly perform, publicly display
|
|
149
|
+
> and redistribute the Software for any Permitted Purpose identified below.
|
|
150
|
+
>
|
|
151
|
+
> ### Permitted Purpose
|
|
152
|
+
>
|
|
153
|
+
> A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
|
|
154
|
+
> means making the Software available to others in a commercial product or service
|
|
155
|
+
> that:
|
|
156
|
+
>
|
|
157
|
+
> 1. substitutes for the Software;
|
|
158
|
+
>
|
|
159
|
+
> 2. substitutes for any other product or service we offer using the Software that
|
|
160
|
+
> exists as of the date we make the Software available; or
|
|
161
|
+
>
|
|
162
|
+
> 3. offers the same or substantially similar functionality as the Software.
|
|
163
|
+
>
|
|
164
|
+
> Permitted Purposes specifically include using the Software:
|
|
165
|
+
>
|
|
166
|
+
> 1. for your internal use and access;
|
|
167
|
+
>
|
|
168
|
+
> 2. for non-commercial education;
|
|
169
|
+
>
|
|
170
|
+
> 3. for non-commercial research; and
|
|
171
|
+
>
|
|
172
|
+
> 4. in connection with professional services that you provide to a licensee using
|
|
173
|
+
> the Software in accordance with these Terms and Conditions.
|
|
174
|
+
>
|
|
175
|
+
> ### Patents
|
|
176
|
+
>
|
|
177
|
+
> To the extent your use for a Permitted Purpose would necessarily infringe our
|
|
178
|
+
> patents, the license grant above includes a license under our patents. If you
|
|
179
|
+
> make a claim against any party that the Software infringes or contributes to the
|
|
180
|
+
> infringement of any patent, then your patent license to the Software ends
|
|
181
|
+
> immediately.
|
|
182
|
+
>
|
|
183
|
+
> ### Redistribution
|
|
184
|
+
>
|
|
185
|
+
> The Terms and Conditions apply to all copies, modifications and derivatives of
|
|
186
|
+
> the Software.
|
|
187
|
+
>
|
|
188
|
+
> If you redistribute any copies, modifications or derivatives of the Software,
|
|
189
|
+
> you must include a copy of or a link to these Terms and Conditions and not
|
|
190
|
+
> remove any copyright notices provided in or with the Software.
|
|
191
|
+
>
|
|
192
|
+
> ### Disclaimer
|
|
193
|
+
>
|
|
194
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
|
|
195
|
+
> IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
|
|
196
|
+
> PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
|
|
197
|
+
>
|
|
198
|
+
> IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
|
|
199
|
+
> SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES, EVEN
|
|
200
|
+
> IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
|
|
201
|
+
>
|
|
202
|
+
> ### Trademarks
|
|
203
|
+
>
|
|
204
|
+
> Except for displaying the License Details and identifying us as the origin of
|
|
205
|
+
> the Software, you have no right under these Terms and Conditions to use our
|
|
206
|
+
> trademarks, trade names, service marks or product names.
|
|
207
|
+
>
|
|
208
|
+
> ## Grant of Future License
|
|
209
|
+
>
|
|
210
|
+
> We hereby irrevocably grant you an additional license to use the Software under
|
|
211
|
+
> the Apache License, Version 2.0 that is effective on the second anniversary of
|
|
212
|
+
> the date we make the Software available. On or after that date, you may use the
|
|
213
|
+
> Software under the Apache License, Version 2.0, in which case the following will
|
|
214
|
+
> apply:
|
|
215
|
+
>
|
|
216
|
+
> Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
217
|
+
> this file except in compliance with the License.
|
|
218
|
+
>
|
|
219
|
+
> You may obtain a copy of the License at
|
|
220
|
+
>
|
|
221
|
+
> http://www.apache.org/licenses/LICENSE-2.0
|
|
222
|
+
>
|
|
223
|
+
> Unless required by applicable law or agreed to in writing, software distributed
|
|
224
|
+
> under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
225
|
+
> CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
226
|
+
> specific language governing permissions and limitations under the License.
|
|
227
|
+
>
|
|
228
|
+
> <!-- DEPENDENCIES -->
|
|
229
|
+
> <!-- /DEPENDENCIES -->
|
|
230
|
+
|
|
231
|
+
<!-- /TYPE_DEPENDENCIES -->
|
package/dist/admin.mjs
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { verifyRequest } from './packem_shared/accessIssuer-
|
|
1
|
+
import { assertVerifyOptions, verifyRequest } from './packem_shared/accessIssuer-C69kkiYc.mjs';
|
|
2
2
|
|
|
3
|
-
const accessAdminGate = (options) =>
|
|
4
|
-
|
|
5
|
-
return
|
|
3
|
+
const accessAdminGate = (options) => {
|
|
4
|
+
assertVerifyOptions(options);
|
|
5
|
+
return async (request) => {
|
|
6
|
+
const claims = await verifyRequest(request, options);
|
|
7
|
+
return claims === void 0 ? false : options.isAdmin(claims);
|
|
8
|
+
};
|
|
6
9
|
};
|
|
7
10
|
|
|
8
11
|
export { accessAdminGate };
|
package/dist/context.d.mts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { M as Middleware } from "./packem_shared/index.d-
|
|
1
|
+
import { M as Middleware } from "./packem_shared/index.d-ByAnpUzP.mjs";
|
|
2
2
|
import { A as AccessClaims } from "./packem_shared/types.d-BO8d74KI.mjs";
|
|
3
|
+
import '@lunora/errors';
|
|
3
4
|
import 'jose';
|
|
4
5
|
/**
|
|
5
6
|
* The slice of context {@link accessContext} reads: the `auth` facade every
|
package/dist/context.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { M as Middleware } from "./packem_shared/index.d-
|
|
1
|
+
import { M as Middleware } from "./packem_shared/index.d-ByAnpUzP.js";
|
|
2
2
|
import { A as AccessClaims } from "./packem_shared/types.d-BO8d74KI.js";
|
|
3
|
+
import '@lunora/errors';
|
|
3
4
|
import 'jose';
|
|
4
5
|
/**
|
|
5
6
|
* The slice of context {@link accessContext} reads: the `auth` facade every
|
package/dist/context.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { r as readIdentityGroups } from './packem_shared/identity-groups-CONuLY61.mjs';
|
|
2
|
+
|
|
2
3
|
const stringClaim = (value) => typeof value === "string" ? value : void 0;
|
|
3
4
|
const ANONYMOUS_FACADE = {
|
|
4
5
|
authenticated: false,
|
|
@@ -15,7 +16,7 @@ const facadeFor = (identity, userId) => {
|
|
|
15
16
|
return ANONYMOUS_FACADE;
|
|
16
17
|
}
|
|
17
18
|
const claims = raw;
|
|
18
|
-
const groups =
|
|
19
|
+
const groups = readIdentityGroups(identity) ?? [];
|
|
19
20
|
return {
|
|
20
21
|
authenticated: true,
|
|
21
22
|
claims,
|
package/dist/index.d.mts
CHANGED
|
@@ -40,6 +40,17 @@ declare const composeResolvers: (...resolvers: ResolveIdentityFunction[]) => Res
|
|
|
40
40
|
* bare name with no dot is expanded to the `cloudflareaccess.com` host.
|
|
41
41
|
*/
|
|
42
42
|
declare const accessIssuer: (teamDomain: string) => string;
|
|
43
|
+
/**
|
|
44
|
+
* Eagerly validate the static, construction-time verify options so a misconfigured
|
|
45
|
+
* deployment fails fast at factory build time instead of degrading to
|
|
46
|
+
* silent-anonymous on every request. `createAccessResolver` / `accessAdminGate`
|
|
47
|
+
* call this once when built: `teamDomain` must resolve to a valid Access issuer
|
|
48
|
+
* and `aud` must be a non-empty tag. The per-request catch in {@link verifyRequest}
|
|
49
|
+
* then covers only genuine token-verification failures, not config mistakes — a
|
|
50
|
+
* broken deployment throws here at startup rather than resolving every caller to
|
|
51
|
+
* anonymous with zero signal.
|
|
52
|
+
*/
|
|
53
|
+
|
|
43
54
|
/**
|
|
44
55
|
* Verify a Cloudflare Access JWT and return its claims.
|
|
45
56
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -40,6 +40,17 @@ declare const composeResolvers: (...resolvers: ResolveIdentityFunction[]) => Res
|
|
|
40
40
|
* bare name with no dot is expanded to the `cloudflareaccess.com` host.
|
|
41
41
|
*/
|
|
42
42
|
declare const accessIssuer: (teamDomain: string) => string;
|
|
43
|
+
/**
|
|
44
|
+
* Eagerly validate the static, construction-time verify options so a misconfigured
|
|
45
|
+
* deployment fails fast at factory build time instead of degrading to
|
|
46
|
+
* silent-anonymous on every request. `createAccessResolver` / `accessAdminGate`
|
|
47
|
+
* call this once when built: `teamDomain` must resolve to a valid Access issuer
|
|
48
|
+
* and `aud` must be a non-empty tag. The per-request catch in {@link verifyRequest}
|
|
49
|
+
* then covers only genuine token-verification failures, not config mistakes — a
|
|
50
|
+
* broken deployment throws here at startup rather than resolving every caller to
|
|
51
|
+
* anonymous with zero signal.
|
|
52
|
+
*/
|
|
53
|
+
|
|
43
54
|
/**
|
|
44
55
|
* Verify a Cloudflare Access JWT and return its claims.
|
|
45
56
|
*
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { composeResolvers, createAccessResolver } from './packem_shared/composeResolvers-
|
|
2
|
-
export { accessIssuer, verifyAccessJwt } from './packem_shared/accessIssuer-
|
|
1
|
+
export { composeResolvers, createAccessResolver } from './packem_shared/composeResolvers-BlVswT75.mjs';
|
|
2
|
+
export { accessIssuer, verifyAccessJwt } from './packem_shared/accessIssuer-C69kkiYc.mjs';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { LunoraError } from '@lunora/errors';
|
|
1
2
|
import { jwtVerify, createRemoteJWKSet } from 'jose';
|
|
2
3
|
|
|
3
4
|
const DEFAULT_HEADER = "cf-access-jwt-assertion";
|
|
@@ -36,7 +37,7 @@ const stripTrailingSlashes = (value) => {
|
|
|
36
37
|
const accessIssuer = (teamDomain) => {
|
|
37
38
|
const trimmed = stripTrailingSlashes(teamDomain.trim().replace(SCHEME_PREFIX, ""));
|
|
38
39
|
if (trimmed.length === 0) {
|
|
39
|
-
throw new
|
|
40
|
+
throw new LunoraError("INTERNAL", '@lunora/cloudflare-access: `teamDomain` is required (e.g. "acme" or "acme.cloudflareaccess.com")');
|
|
40
41
|
}
|
|
41
42
|
const candidate = trimmed.includes(".") ? `https://${trimmed}` : `https://${trimmed}.cloudflareaccess.com`;
|
|
42
43
|
const host = new URL(candidate).host.toLowerCase();
|
|
@@ -51,16 +52,23 @@ const remoteJwks = (issuer) => {
|
|
|
51
52
|
}
|
|
52
53
|
return getter;
|
|
53
54
|
};
|
|
54
|
-
const
|
|
55
|
-
const
|
|
56
|
-
const audiences = (Array.isArray(options.aud) ? options.aud : [options.aud]).filter(
|
|
57
|
-
(entry) => typeof entry === "string" && entry.length > 0
|
|
58
|
-
);
|
|
55
|
+
const normalizeAudiences = (aud) => {
|
|
56
|
+
const audiences = (Array.isArray(aud) ? aud : [aud]).filter((entry) => typeof entry === "string" && entry.length > 0);
|
|
59
57
|
if (audiences.length === 0) {
|
|
60
|
-
throw new
|
|
58
|
+
throw new LunoraError(
|
|
59
|
+
"INTERNAL",
|
|
61
60
|
"@lunora/cloudflare-access: `aud` is required and must be a non-empty Access AUD tag — refusing to verify a token without an audience to scope it to your application"
|
|
62
61
|
);
|
|
63
62
|
}
|
|
63
|
+
return audiences;
|
|
64
|
+
};
|
|
65
|
+
const assertVerifyOptions = (options) => {
|
|
66
|
+
accessIssuer(options.teamDomain);
|
|
67
|
+
normalizeAudiences(options.aud);
|
|
68
|
+
};
|
|
69
|
+
const verifyAccessJwt = async (token, options) => {
|
|
70
|
+
const issuer = accessIssuer(options.teamDomain);
|
|
71
|
+
const audiences = normalizeAudiences(options.aud);
|
|
64
72
|
const keySet = options.keySet ?? remoteJwks(issuer);
|
|
65
73
|
const { payload } = await jwtVerify(token, keySet, {
|
|
66
74
|
algorithms: ["RS256"],
|
|
@@ -88,4 +96,4 @@ const verifyRequest = async (request, options) => {
|
|
|
88
96
|
}
|
|
89
97
|
};
|
|
90
98
|
|
|
91
|
-
export { accessIssuer, verifyAccessJwt, verifyRequest };
|
|
99
|
+
export { accessIssuer, assertVerifyOptions, verifyAccessJwt, verifyRequest };
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import { verifyRequest } from './accessIssuer-
|
|
1
|
+
import { assertVerifyOptions, verifyRequest } from './accessIssuer-C69kkiYc.mjs';
|
|
2
2
|
|
|
3
3
|
const ANONYMOUS = null;
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
return sub ?? claims.email ?? claims.common_name;
|
|
7
|
-
};
|
|
4
|
+
const nonEmpty = (value) => typeof value === "string" && value.length > 0 ? value : void 0;
|
|
5
|
+
const deriveUserId = (claims) => nonEmpty(claims.sub) ?? nonEmpty(claims.email) ?? nonEmpty(claims.common_name);
|
|
8
6
|
const toIdentity = (claims, mapClaims) => {
|
|
9
7
|
const overrides = mapClaims?.(claims) ?? {};
|
|
10
|
-
const userId =
|
|
8
|
+
const userId = nonEmpty(overrides.userId) ?? deriveUserId(claims);
|
|
11
9
|
if (userId === void 0) {
|
|
12
10
|
return ANONYMOUS;
|
|
13
11
|
}
|
|
@@ -21,9 +19,12 @@ const toIdentity = (claims, mapClaims) => {
|
|
|
21
19
|
userId
|
|
22
20
|
};
|
|
23
21
|
};
|
|
24
|
-
const createAccessResolver = (options) =>
|
|
25
|
-
|
|
26
|
-
return
|
|
22
|
+
const createAccessResolver = (options) => {
|
|
23
|
+
assertVerifyOptions(options);
|
|
24
|
+
return async (request) => {
|
|
25
|
+
const claims = await verifyRequest(request, options);
|
|
26
|
+
return claims === void 0 ? ANONYMOUS : toIdentity(claims, options.mapClaims);
|
|
27
|
+
};
|
|
27
28
|
};
|
|
28
29
|
const composeResolvers = (...resolvers) => async (request, env) => {
|
|
29
30
|
for (const resolve of resolvers) {
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const readIdentityGroups = (identity) => {
|
|
2
|
+
const { access } = identity;
|
|
3
|
+
const nested = typeof access === "object" && access !== null ? access.groups : void 0;
|
|
4
|
+
const groups = identity["groups"] ?? nested;
|
|
5
|
+
return Array.isArray(groups) ? groups.filter((group) => typeof group === "string") : void 0;
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export { readIdentityGroups as r };
|
package/dist/roles.d.mts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { M as Middleware } from "./packem_shared/index.d-
|
|
1
|
+
import { M as Middleware } from "./packem_shared/index.d-ByAnpUzP.mjs";
|
|
2
|
+
import '@lunora/errors';
|
|
2
3
|
/**
|
|
3
4
|
* The slice of context {@link accessRoles} reads and augments: the `auth` facade
|
|
4
5
|
* every Lunora ctx carries. `getIdentity()` returns the verified identity
|
package/dist/roles.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { M as Middleware } from "./packem_shared/index.d-
|
|
1
|
+
import { M as Middleware } from "./packem_shared/index.d-ByAnpUzP.js";
|
|
2
|
+
import '@lunora/errors';
|
|
2
3
|
/**
|
|
3
4
|
* The slice of context {@link accessRoles} reads and augments: the `auth` facade
|
|
4
5
|
* every Lunora ctx carries. `getIdentity()` returns the verified identity
|
package/dist/roles.mjs
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
const nested = typeof access === "object" && access !== null ? access.groups : void 0;
|
|
4
|
-
const groups = identity["groups"] ?? nested;
|
|
5
|
-
return Array.isArray(groups) ? groups.filter((group) => typeof group === "string") : void 0;
|
|
6
|
-
};
|
|
1
|
+
import { r as readIdentityGroups } from './packem_shared/identity-groups-CONuLY61.mjs';
|
|
2
|
+
|
|
7
3
|
const rolesForGroup = (group, map) => {
|
|
8
4
|
if (map === void 0) {
|
|
9
5
|
return [group];
|
|
@@ -15,7 +11,7 @@ const rolesForGroup = (group, map) => {
|
|
|
15
11
|
return Array.isArray(resolved) ? resolved : [resolved];
|
|
16
12
|
};
|
|
17
13
|
const accessRoles = (options = {}) => {
|
|
18
|
-
const readGroups = options.readGroups ??
|
|
14
|
+
const readGroups = options.readGroups ?? readIdentityGroups;
|
|
19
15
|
return async ({ ctx, next }) => {
|
|
20
16
|
const identity = await ctx.auth?.getIdentity?.() ?? void 0;
|
|
21
17
|
const groups = identity ? readGroups(identity) : void 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunora/cloudflare-access",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.21",
|
|
4
4
|
"description": "Cloudflare Access (Zero Trust) identity for Lunora — verify the Cf-Access-Jwt-Assertion JWT against your team JWKS and feed the verified identity into ctx.auth / RLS via a resolveIdentity adapter",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"access",
|
|
@@ -54,10 +54,11 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"
|
|
57
|
+
"@lunora/errors": "1.0.0-alpha.4",
|
|
58
|
+
"jose": "^6.2.3"
|
|
58
59
|
},
|
|
59
60
|
"peerDependencies": {
|
|
60
|
-
"@lunora/server": "1.0.0-alpha.
|
|
61
|
+
"@lunora/server": "1.0.0-alpha.23"
|
|
61
62
|
},
|
|
62
63
|
"peerDependenciesMeta": {
|
|
63
64
|
"@lunora/server": {
|