create-cedar-app 5.0.5 → 5.0.6
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/database-overlays/neon-postgres/api/package.json +2 -2
- package/database-overlays/pglite/api/package.json +2 -2
- package/dist/create-cedar-app.js +1 -1
- package/package.json +3 -3
- package/templates/esm-js/api/package.json +2 -2
- package/templates/esm-js/package.json +4 -4
- package/templates/esm-js/web/package.json +4 -4
- package/templates/esm-ts/api/package.json +2 -2
- package/templates/esm-ts/package.json +4 -4
- package/templates/esm-ts/web/package.json +4 -4
- package/templates/js/api/package.json +2 -2
- package/templates/js/package.json +4 -4
- package/templates/js/web/package.json +4 -4
- package/templates/overlays/cjs/npm/package-lock.json +274 -208
- package/templates/overlays/cjs/npm/package.json +4 -4
- package/templates/overlays/cjs/pnpm/package.json +4 -4
- package/templates/overlays/cjs/pnpm/pnpm-lock.yaml +200 -200
- package/templates/overlays/cjs/yarn/package.json +4 -4
- package/templates/overlays/cjs/yarn/yarn.lock +193 -193
- package/templates/overlays/esm/npm/package-lock.json +274 -208
- package/templates/overlays/esm/npm/package.json +4 -4
- package/templates/overlays/esm/pnpm/package.json +4 -4
- package/templates/overlays/esm/pnpm/pnpm-lock.yaml +200 -200
- package/templates/overlays/esm/yarn/package.json +4 -4
- package/templates/overlays/esm/yarn/yarn.lock +193 -193
- package/templates/ts/api/package.json +2 -2
- package/templates/ts/package.json +4 -4
- package/templates/ts/web/package.json +4 -4
|
@@ -211,17 +211,17 @@ importers:
|
|
|
211
211
|
.:
|
|
212
212
|
devDependencies:
|
|
213
213
|
'@cedarjs/core':
|
|
214
|
-
specifier: 5.0.
|
|
215
|
-
version: 5.0.
|
|
214
|
+
specifier: 5.0.6
|
|
215
|
+
version: 5.0.6(def874e879d1999ced2f8734e232cef1)
|
|
216
216
|
'@cedarjs/eslint-config':
|
|
217
|
-
specifier: 5.0.
|
|
218
|
-
version: 5.0.
|
|
217
|
+
specifier: 5.0.6
|
|
218
|
+
version: 5.0.6(@cedarjs/auth@5.0.6)(@escape.tech/graphql-armor-types@0.6.0)(@swc/core@1.15.41)(@testing-library/dom@9.3.4)(@types/node@26.1.1)(@typescript-eslint/utils@8.60.1(eslint@8.57.1)(typescript@5.9.3))(babel-plugin-module-resolver@5.0.3)(graphql-tag@2.12.6(graphql@16.14.2))(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.49.0)(typescript@5.9.3)(yaml@2.9.0)
|
|
219
219
|
'@cedarjs/project-config':
|
|
220
|
-
specifier: 5.0.
|
|
221
|
-
version: 5.0.
|
|
220
|
+
specifier: 5.0.6
|
|
221
|
+
version: 5.0.6(typescript@5.9.3)
|
|
222
222
|
'@cedarjs/testing':
|
|
223
|
-
specifier: 5.0.
|
|
224
|
-
version: 5.0.
|
|
223
|
+
specifier: 5.0.6
|
|
224
|
+
version: 5.0.6(@babel/core@7.29.7)(@cedarjs/auth@5.0.6)(@cedarjs/router@5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(@cedarjs/web@5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@escape.tech/graphql-armor-types@0.6.0)(@testing-library/dom@9.3.4)(@types/react@18.3.31)(graphql-tag@2.12.6(graphql@16.14.2))(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(ts-node@10.9.2(@swc/core@1.15.41)(@types/node@26.1.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
225
225
|
prisma:
|
|
226
226
|
specifier: 7.8.0
|
|
227
227
|
version: 7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3)
|
|
@@ -229,11 +229,11 @@ importers:
|
|
|
229
229
|
api:
|
|
230
230
|
dependencies:
|
|
231
231
|
'@cedarjs/api':
|
|
232
|
-
specifier: 5.0.
|
|
233
|
-
version: 5.0.
|
|
232
|
+
specifier: 5.0.6
|
|
233
|
+
version: 5.0.6(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
234
234
|
'@cedarjs/graphql-server':
|
|
235
|
-
specifier: 5.0.
|
|
236
|
-
version: 5.0.
|
|
235
|
+
specifier: 5.0.6
|
|
236
|
+
version: 5.0.6(@escape.tech/graphql-armor-types@0.6.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
237
237
|
'@prisma/adapter-better-sqlite3':
|
|
238
238
|
specifier: 7.8.0
|
|
239
239
|
version: 7.8.0
|
|
@@ -247,14 +247,14 @@ importers:
|
|
|
247
247
|
web:
|
|
248
248
|
dependencies:
|
|
249
249
|
'@cedarjs/forms':
|
|
250
|
-
specifier: 5.0.
|
|
251
|
-
version: 5.0.
|
|
250
|
+
specifier: 5.0.6
|
|
251
|
+
version: 5.0.6(react@18.3.1)
|
|
252
252
|
'@cedarjs/router':
|
|
253
|
-
specifier: 5.0.
|
|
254
|
-
version: 5.0.
|
|
253
|
+
specifier: 5.0.6
|
|
254
|
+
version: 5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3)
|
|
255
255
|
'@cedarjs/web':
|
|
256
|
-
specifier: 5.0.
|
|
257
|
-
version: 5.0.
|
|
256
|
+
specifier: 5.0.6
|
|
257
|
+
version: 5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
258
258
|
react:
|
|
259
259
|
specifier: 18.3.1
|
|
260
260
|
version: 18.3.1
|
|
@@ -263,8 +263,8 @@ importers:
|
|
|
263
263
|
version: 18.3.1(react@18.3.1)
|
|
264
264
|
devDependencies:
|
|
265
265
|
'@cedarjs/vite':
|
|
266
|
-
specifier: 5.0.
|
|
267
|
-
version: 5.0.
|
|
266
|
+
specifier: 5.0.6
|
|
267
|
+
version: 5.0.6(@babel/core@7.29.7)(@cedarjs/auth@5.0.6)(@cedarjs/router@5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(@cedarjs/web@5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@escape.tech/graphql-armor-types@0.6.0)(@testing-library/dom@9.3.4)(@types/node@26.1.1)(@types/react@18.3.31)(graphql-tag@2.12.6(graphql@16.14.2))(hono@4.12.32)(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(rollup@4.62.3)(srvx@0.11.22)(terser@5.49.0)(ts-node@10.9.2(@swc/core@1.15.41)(@types/node@26.1.1)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.109.0(@swc/core@1.15.41))(yaml@2.9.0)
|
|
268
268
|
'@types/react':
|
|
269
269
|
specifier: ^18.2.55
|
|
270
270
|
version: 18.3.31
|
|
@@ -1059,17 +1059,17 @@ packages:
|
|
|
1059
1059
|
'@bcoe/v8-coverage@0.2.3':
|
|
1060
1060
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
|
1061
1061
|
|
|
1062
|
-
'@cedarjs/api-server@5.0.
|
|
1063
|
-
resolution: {integrity: sha512-
|
|
1062
|
+
'@cedarjs/api-server@5.0.6':
|
|
1063
|
+
resolution: {integrity: sha512-1EB/VMxLJeLbxkwzzSDsmnHd0FzQ20/7qSZxzuyCVBu5ZInQJWTcZhVUy2pBgaRi9DXAef2xBUcou9qj41po4g==}
|
|
1064
1064
|
hasBin: true
|
|
1065
1065
|
peerDependencies:
|
|
1066
|
-
'@cedarjs/graphql-server': 5.0.
|
|
1066
|
+
'@cedarjs/graphql-server': 5.0.6
|
|
1067
1067
|
peerDependenciesMeta:
|
|
1068
1068
|
'@cedarjs/graphql-server':
|
|
1069
1069
|
optional: true
|
|
1070
1070
|
|
|
1071
|
-
'@cedarjs/api@5.0.
|
|
1072
|
-
resolution: {integrity: sha512-
|
|
1071
|
+
'@cedarjs/api@5.0.6':
|
|
1072
|
+
resolution: {integrity: sha512-nScdxsvkdiFp2Vfkprt8o7y9QqWRJDpF1yjIo4OVdMc9lPPwKOwoCI0QCKj31NqgS9JH9WGvHL8m+UWzSdvxcg==}
|
|
1073
1073
|
engines: {node: '>=24'}
|
|
1074
1074
|
hasBin: true
|
|
1075
1075
|
peerDependencies:
|
|
@@ -1081,38 +1081,38 @@ packages:
|
|
|
1081
1081
|
redis:
|
|
1082
1082
|
optional: true
|
|
1083
1083
|
|
|
1084
|
-
'@cedarjs/auth@5.0.
|
|
1085
|
-
resolution: {integrity: sha512-
|
|
1084
|
+
'@cedarjs/auth@5.0.6':
|
|
1085
|
+
resolution: {integrity: sha512-4wIAcj60U4SCzwaKRy1+FG6R3kjNdo5S1qcNAWYncX3sBePMU+gZ55LCUizkoonf1AIMsjIy3KmJxUMaDICpvg==}
|
|
1086
1086
|
engines: {node: '>=24'}
|
|
1087
1087
|
|
|
1088
|
-
'@cedarjs/babel-config@5.0.
|
|
1089
|
-
resolution: {integrity: sha512-
|
|
1088
|
+
'@cedarjs/babel-config@5.0.6':
|
|
1089
|
+
resolution: {integrity: sha512-zGPF/fVHLBvSscsd9X3oyyxSVTkxxvGubBr9Lcmu98RHVqf8mju+wrknTFMflX3TXFd0hmQvvovwhrtcHyvigw==}
|
|
1090
1090
|
engines: {node: '>=24'}
|
|
1091
1091
|
|
|
1092
|
-
'@cedarjs/cli-helpers@5.0.
|
|
1093
|
-
resolution: {integrity: sha512-
|
|
1092
|
+
'@cedarjs/cli-helpers@5.0.6':
|
|
1093
|
+
resolution: {integrity: sha512-KzFvieBJ8UN0K2k7aRrH2Oo7mnMj/5bfVik+klIJY3kWQbQDk920aF67ChlUJHxHBf8JRyGbQYkpOHHaN09laQ==}
|
|
1094
1094
|
engines: {node: '>=24'}
|
|
1095
1095
|
|
|
1096
|
-
'@cedarjs/cli@5.0.
|
|
1097
|
-
resolution: {integrity: sha512-
|
|
1096
|
+
'@cedarjs/cli@5.0.6':
|
|
1097
|
+
resolution: {integrity: sha512-zP6D75DEyjJjk6HO9GodqCjo61xTLb8THsrciPsdIpybq7PMn8y6lDDuiPMvmT9WInUdZ2ozV9drrPn6KbGZSw==}
|
|
1098
1098
|
engines: {node: '>=24'}
|
|
1099
1099
|
hasBin: true
|
|
1100
1100
|
|
|
1101
|
-
'@cedarjs/context@5.0.
|
|
1102
|
-
resolution: {integrity: sha512-
|
|
1101
|
+
'@cedarjs/context@5.0.6':
|
|
1102
|
+
resolution: {integrity: sha512-9hALv4UvzfqNgpOSgVs7L2sm46AznjsdXCXmtzRhD4WhnPC/HHQ64SZ67mZQLRhoirATK1UbyDsoeQgvj35KcQ==}
|
|
1103
1103
|
engines: {node: '>=24'}
|
|
1104
1104
|
|
|
1105
|
-
'@cedarjs/cookie-jar@5.0.
|
|
1106
|
-
resolution: {integrity: sha512-
|
|
1105
|
+
'@cedarjs/cookie-jar@5.0.6':
|
|
1106
|
+
resolution: {integrity: sha512-7p0pCCUEpFuD1AZRWwwFwNqHYJ1HK7DMwkBYtXMdPUS4bNPGKG8n18atZTH8wv90em8sUOO0r5LxfzE3a14FlA==}
|
|
1107
1107
|
engines: {node: '>=24'}
|
|
1108
1108
|
|
|
1109
|
-
'@cedarjs/core@5.0.
|
|
1110
|
-
resolution: {integrity: sha512-
|
|
1109
|
+
'@cedarjs/core@5.0.6':
|
|
1110
|
+
resolution: {integrity: sha512-8kys3OprV8l/GBS66rV0mQ5Co+6Vub9+bVErgYBNqQQh/pSwMn6YJe8zOaIMa3wMNSOb2Gi/AMKvOhs6l3uXAQ==}
|
|
1111
1111
|
engines: {node: '>=24'}
|
|
1112
1112
|
hasBin: true
|
|
1113
1113
|
|
|
1114
|
-
'@cedarjs/eslint-config@5.0.
|
|
1115
|
-
resolution: {integrity: sha512-
|
|
1114
|
+
'@cedarjs/eslint-config@5.0.6':
|
|
1115
|
+
resolution: {integrity: sha512-3vb1VBpeMAtGB1vjxWwgjKERHddD6n8RPznw30yxptt5tenfBp7ZzKSPM0AGG/uXoEZ2RwMfdVBpCrqsGPc99w==}
|
|
1116
1116
|
engines: {node: '>=24'}
|
|
1117
1117
|
peerDependencies:
|
|
1118
1118
|
eslint-plugin-react-compiler: 19.1.0-rc.2
|
|
@@ -1120,98 +1120,98 @@ packages:
|
|
|
1120
1120
|
eslint-plugin-react-compiler:
|
|
1121
1121
|
optional: true
|
|
1122
1122
|
|
|
1123
|
-
'@cedarjs/eslint-plugin@5.0.
|
|
1124
|
-
resolution: {integrity: sha512-
|
|
1123
|
+
'@cedarjs/eslint-plugin@5.0.6':
|
|
1124
|
+
resolution: {integrity: sha512-lMAkt2vG44D8PesSgy38e4+M1wfHZuke8dYDPEMaU0jO18m6uHALdNRi7woN/2+TfvvVxvhWyIMz0pRI8DydFA==}
|
|
1125
1125
|
engines: {node: '>=24'}
|
|
1126
1126
|
|
|
1127
|
-
'@cedarjs/fastify-web@5.0.
|
|
1128
|
-
resolution: {integrity: sha512-
|
|
1127
|
+
'@cedarjs/fastify-web@5.0.6':
|
|
1128
|
+
resolution: {integrity: sha512-e7WLMtUeGzHo5PSZ+7l9VZZHRv2jBE403eX4WlsidAuaTFLvaqTZL7KGXKFyqUjMNkznmAQWJiXJIYPo9K8cbw==}
|
|
1129
1129
|
engines: {node: '>=24'}
|
|
1130
1130
|
|
|
1131
|
-
'@cedarjs/forms@5.0.
|
|
1132
|
-
resolution: {integrity: sha512-
|
|
1131
|
+
'@cedarjs/forms@5.0.6':
|
|
1132
|
+
resolution: {integrity: sha512-vrCfzGKdM861RABzOlpVxs7JTIAoW8Qq8k2kyYkMff5A0xmKOfKAXMRVb9pEkPB7qtQaGiX6+vlYG+GP9zzpfQ==}
|
|
1133
1133
|
engines: {node: '>=24'}
|
|
1134
1134
|
peerDependencies:
|
|
1135
1135
|
react: 18.3.1
|
|
1136
1136
|
|
|
1137
|
-
'@cedarjs/graphql-server@5.0.
|
|
1138
|
-
resolution: {integrity: sha512-
|
|
1137
|
+
'@cedarjs/graphql-server@5.0.6':
|
|
1138
|
+
resolution: {integrity: sha512-twByXRasRS49M58fbggD7v3twt5pmnQ4A4/+TYhCg4XCzBABpu1rB9voOc5vm9mhzgA7yw9JQjyuEXCohRd+kg==}
|
|
1139
1139
|
engines: {node: '>=24'}
|
|
1140
1140
|
|
|
1141
|
-
'@cedarjs/internal@5.0.
|
|
1142
|
-
resolution: {integrity: sha512-
|
|
1141
|
+
'@cedarjs/internal@5.0.6':
|
|
1142
|
+
resolution: {integrity: sha512-VgfirPeqLkg62f8EuG4JUr9SWAjQK6KHCZoJ7CfcFBvHr+96rRQjzuGrI34p7u3EoDbu7k0eqgT6fyHUA4PLJg==}
|
|
1143
1143
|
engines: {node: '>=24'}
|
|
1144
1144
|
hasBin: true
|
|
1145
1145
|
|
|
1146
|
-
'@cedarjs/prerender@5.0.
|
|
1147
|
-
resolution: {integrity: sha512-
|
|
1146
|
+
'@cedarjs/prerender@5.0.6':
|
|
1147
|
+
resolution: {integrity: sha512-krWx24yqpsCBDS1VaqGV0ZVV4mP/2jZ3GGXSEluW4XA7M+YSSbyLjqVPH4zgb8LhOw4xA2+BNl0a9jmbsMhxCw==}
|
|
1148
1148
|
engines: {node: '>=24'}
|
|
1149
1149
|
peerDependencies:
|
|
1150
|
-
'@cedarjs/router': 5.0.
|
|
1151
|
-
'@cedarjs/web': 5.0.
|
|
1150
|
+
'@cedarjs/router': 5.0.6
|
|
1151
|
+
'@cedarjs/web': 5.0.6
|
|
1152
1152
|
react: 18.3.1
|
|
1153
1153
|
react-dom: 18.3.1
|
|
1154
1154
|
|
|
1155
|
-
'@cedarjs/project-config@5.0.
|
|
1156
|
-
resolution: {integrity: sha512-
|
|
1155
|
+
'@cedarjs/project-config@5.0.6':
|
|
1156
|
+
resolution: {integrity: sha512-JMEathOy/+vu4ietyIEts4uapHVtC5NsRyqIgbiU7lmVEZMJBpdhhVWp6kXQzHlXcdlRtC48VoZmutEwktFY7w==}
|
|
1157
1157
|
engines: {node: '>=24'}
|
|
1158
1158
|
|
|
1159
|
-
'@cedarjs/router@5.0.
|
|
1160
|
-
resolution: {integrity: sha512-
|
|
1159
|
+
'@cedarjs/router@5.0.6':
|
|
1160
|
+
resolution: {integrity: sha512-5X8ANjGLCPDMwmeQPSRUEh8FygVHixuwVxz8D/uOMGgd0JMeCcREv9gqruQtio6PPdRSuahEEW/QifOsgpOgsg==}
|
|
1161
1161
|
engines: {node: '>=24'}
|
|
1162
1162
|
peerDependencies:
|
|
1163
|
-
'@cedarjs/auth': 5.0.
|
|
1163
|
+
'@cedarjs/auth': 5.0.6
|
|
1164
1164
|
react: 18.3.1
|
|
1165
1165
|
react-dom: 18.3.1
|
|
1166
1166
|
|
|
1167
|
-
'@cedarjs/server-store@5.0.
|
|
1168
|
-
resolution: {integrity: sha512-
|
|
1167
|
+
'@cedarjs/server-store@5.0.6':
|
|
1168
|
+
resolution: {integrity: sha512-mOL0N7+8tirSOuHHE4pLbbSLzsXR34JtruTM/N2iwughu9ja3wssrmIQ16Fn7Fbr0XgwhKXve944O/zzgAmvmg==}
|
|
1169
1169
|
engines: {node: '>=24'}
|
|
1170
1170
|
|
|
1171
|
-
'@cedarjs/structure@5.0.
|
|
1172
|
-
resolution: {integrity: sha512-
|
|
1171
|
+
'@cedarjs/structure@5.0.6':
|
|
1172
|
+
resolution: {integrity: sha512-PXcz3VwznJzKMJE1Na//qYIPC8FPAHDG9enoImYwsS4GoNelGsRsa8MG4ddKjbrpl1YTeYm5Fm070IWdbgNCpQ==}
|
|
1173
1173
|
engines: {node: '>=24'}
|
|
1174
1174
|
|
|
1175
|
-
'@cedarjs/telemetry@5.0.
|
|
1176
|
-
resolution: {integrity: sha512-
|
|
1175
|
+
'@cedarjs/telemetry@5.0.6':
|
|
1176
|
+
resolution: {integrity: sha512-fPctyh/yQfdtOqr9KsYABpFLGU3TZT+b9P1TVcepSdaQpImHXqqEFCA4IiYs7hr8e5QwzFbIjhtnL5Hzw7guWQ==}
|
|
1177
1177
|
engines: {node: '>=24'}
|
|
1178
1178
|
|
|
1179
|
-
'@cedarjs/testing@5.0.
|
|
1180
|
-
resolution: {integrity: sha512-
|
|
1179
|
+
'@cedarjs/testing@5.0.6':
|
|
1180
|
+
resolution: {integrity: sha512-1LYTSGWG0d88/WQi8UcWT6KPb7LkkDvGTGLzwqxFQ0VXl7lKvot+oQVUAABPjXN1nVNl4ODWldNqbn3i9zvuAg==}
|
|
1181
1181
|
engines: {node: '>=24'}
|
|
1182
1182
|
peerDependencies:
|
|
1183
|
-
'@cedarjs/auth': 5.0.
|
|
1184
|
-
'@cedarjs/router': 5.0.
|
|
1185
|
-
'@cedarjs/web': 5.0.
|
|
1183
|
+
'@cedarjs/auth': 5.0.6
|
|
1184
|
+
'@cedarjs/router': 5.0.6
|
|
1185
|
+
'@cedarjs/web': 5.0.6
|
|
1186
1186
|
vitest: 3.2.6
|
|
1187
1187
|
peerDependenciesMeta:
|
|
1188
1188
|
vitest:
|
|
1189
1189
|
optional: true
|
|
1190
1190
|
|
|
1191
|
-
'@cedarjs/utils@5.0.
|
|
1192
|
-
resolution: {integrity: sha512-
|
|
1191
|
+
'@cedarjs/utils@5.0.6':
|
|
1192
|
+
resolution: {integrity: sha512-G4F6NtH29Dv4NzUAt53dU/8Om/3jryyQ9yaklxnVd2RecQBsH7ZOHys82Flfo0emilNnZCM/hBAO1XTfQY/jeg==}
|
|
1193
1193
|
engines: {node: '>=24'}
|
|
1194
1194
|
|
|
1195
|
-
'@cedarjs/vite@5.0.
|
|
1196
|
-
resolution: {integrity: sha512-
|
|
1195
|
+
'@cedarjs/vite@5.0.6':
|
|
1196
|
+
resolution: {integrity: sha512-AO5i6UhxJq7hoyWK3Z2WQrRQ53fjLuaS3jNGCrUFaP9NJxe9409WT9kQUuPca+cAoE0hO7cyPjo4m2/jjgbhYw==}
|
|
1197
1197
|
engines: {node: '>=24'}
|
|
1198
1198
|
hasBin: true
|
|
1199
1199
|
peerDependencies:
|
|
1200
|
-
'@cedarjs/auth': 5.0.
|
|
1201
|
-
'@cedarjs/router': 5.0.
|
|
1202
|
-
'@cedarjs/web': 5.0.
|
|
1200
|
+
'@cedarjs/auth': 5.0.6
|
|
1201
|
+
'@cedarjs/router': 5.0.6
|
|
1202
|
+
'@cedarjs/web': 5.0.6
|
|
1203
1203
|
|
|
1204
|
-
'@cedarjs/web-server@5.0.
|
|
1205
|
-
resolution: {integrity: sha512-
|
|
1204
|
+
'@cedarjs/web-server@5.0.6':
|
|
1205
|
+
resolution: {integrity: sha512-hfBQRekJ8/0zd1EHlNEr6ZpHM31KSAcHPfAJM1gtVl8A1Cq0y30Xl+0GM+eMFCzVJUtswEi3sx48tYdrQmO5Ow==}
|
|
1206
1206
|
engines: {node: '>=24'}
|
|
1207
1207
|
hasBin: true
|
|
1208
1208
|
|
|
1209
|
-
'@cedarjs/web@5.0.
|
|
1210
|
-
resolution: {integrity: sha512-
|
|
1209
|
+
'@cedarjs/web@5.0.6':
|
|
1210
|
+
resolution: {integrity: sha512-M24BNZKxSza1Dlcm+XGhDJvH3woLc0mcDyiPqyxmvK94oDu7fpwIaacgc8bowjP6deJD9Vuvoz/c8cT4R1Xhkg==}
|
|
1211
1211
|
engines: {node: '>=24'}
|
|
1212
1212
|
hasBin: true
|
|
1213
1213
|
peerDependencies:
|
|
1214
|
-
'@cedarjs/auth': 5.0.
|
|
1214
|
+
'@cedarjs/auth': 5.0.6
|
|
1215
1215
|
react: 18.3.1
|
|
1216
1216
|
react-dom: 18.3.1
|
|
1217
1217
|
|
|
@@ -9296,13 +9296,13 @@ snapshots:
|
|
|
9296
9296
|
|
|
9297
9297
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
9298
9298
|
|
|
9299
|
-
'@cedarjs/api-server@5.0.
|
|
9299
|
+
'@cedarjs/api-server@5.0.6(@cedarjs/auth@5.0.6)(@cedarjs/graphql-server@5.0.6(@escape.tech/graphql-armor-types@0.6.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3))(@escape.tech/graphql-armor-types@0.6.0)(@swc/core@1.15.41)(@types/node@26.1.1)(graphql-tag@2.12.6(graphql@16.14.2))(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.49.0)(typescript@5.9.3)(yaml@2.9.0)':
|
|
9300
9300
|
dependencies:
|
|
9301
|
-
'@cedarjs/context': 5.0.
|
|
9302
|
-
'@cedarjs/fastify-web': 5.0.
|
|
9303
|
-
'@cedarjs/internal': 5.0.
|
|
9304
|
-
'@cedarjs/project-config': 5.0.
|
|
9305
|
-
'@cedarjs/web-server': 5.0.
|
|
9301
|
+
'@cedarjs/context': 5.0.6
|
|
9302
|
+
'@cedarjs/fastify-web': 5.0.6(typescript@5.9.3)
|
|
9303
|
+
'@cedarjs/internal': 5.0.6(@cedarjs/auth@5.0.6)(@escape.tech/graphql-armor-types@0.6.0)(@swc/core@1.15.41)(@types/node@26.1.1)(graphql-tag@2.12.6(graphql@16.14.2))(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.49.0)(yaml@2.9.0)
|
|
9304
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
9305
|
+
'@cedarjs/web-server': 5.0.6(typescript@5.9.3)
|
|
9306
9306
|
'@fastify/multipart': 9.4.0
|
|
9307
9307
|
'@fastify/url-data': 6.0.3
|
|
9308
9308
|
ansis: 4.2.0
|
|
@@ -9319,7 +9319,7 @@ snapshots:
|
|
|
9319
9319
|
termi-link: 1.1.0
|
|
9320
9320
|
yargs: 17.7.3
|
|
9321
9321
|
optionalDependencies:
|
|
9322
|
-
'@cedarjs/graphql-server': 5.0.
|
|
9322
|
+
'@cedarjs/graphql-server': 5.0.6(@escape.tech/graphql-armor-types@0.6.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
9323
9323
|
transitivePeerDependencies:
|
|
9324
9324
|
- '@apollo/server'
|
|
9325
9325
|
- '@cedarjs/auth'
|
|
@@ -9354,7 +9354,7 @@ snapshots:
|
|
|
9354
9354
|
- utf-8-validate
|
|
9355
9355
|
- yaml
|
|
9356
9356
|
|
|
9357
|
-
'@cedarjs/api@5.0.
|
|
9357
|
+
'@cedarjs/api@5.0.6(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3)':
|
|
9358
9358
|
dependencies:
|
|
9359
9359
|
'@prisma/client': 7.8.0(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
9360
9360
|
'@whatwg-node/fetch': 0.10.13
|
|
@@ -9369,11 +9369,11 @@ snapshots:
|
|
|
9369
9369
|
- prisma
|
|
9370
9370
|
- typescript
|
|
9371
9371
|
|
|
9372
|
-
'@cedarjs/auth@5.0.
|
|
9372
|
+
'@cedarjs/auth@5.0.6':
|
|
9373
9373
|
dependencies:
|
|
9374
9374
|
react: 18.3.1
|
|
9375
9375
|
|
|
9376
|
-
'@cedarjs/babel-config@5.0.
|
|
9376
|
+
'@cedarjs/babel-config@5.0.6(graphql-tag@2.12.6(graphql@16.14.2))':
|
|
9377
9377
|
dependencies:
|
|
9378
9378
|
'@babel/core': 7.29.7
|
|
9379
9379
|
'@babel/parser': 7.29.7
|
|
@@ -9384,7 +9384,7 @@ snapshots:
|
|
|
9384
9384
|
'@babel/preset-typescript': 7.29.7(@babel/core@7.29.7)
|
|
9385
9385
|
'@babel/register': 7.29.7(@babel/core@7.29.7)
|
|
9386
9386
|
'@babel/traverse': 7.29.7
|
|
9387
|
-
'@cedarjs/project-config': 5.0.
|
|
9387
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
9388
9388
|
babel-plugin-auto-import: 1.1.0
|
|
9389
9389
|
babel-plugin-graphql-tag: 3.3.0(@babel/core@7.29.7)(graphql-tag@2.12.6(graphql@16.14.2))
|
|
9390
9390
|
babel-plugin-module-resolver: 5.0.3
|
|
@@ -9396,11 +9396,11 @@ snapshots:
|
|
|
9396
9396
|
- magicast
|
|
9397
9397
|
- supports-color
|
|
9398
9398
|
|
|
9399
|
-
'@cedarjs/cli-helpers@5.0.
|
|
9399
|
+
'@cedarjs/cli-helpers@5.0.6(typescript@5.9.3)':
|
|
9400
9400
|
dependencies:
|
|
9401
9401
|
'@babel/core': 7.29.7
|
|
9402
|
-
'@cedarjs/project-config': 5.0.
|
|
9403
|
-
'@cedarjs/telemetry': 5.0.
|
|
9402
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
9403
|
+
'@cedarjs/telemetry': 5.0.6(typescript@5.9.3)
|
|
9404
9404
|
'@listr2/prompt-adapter-enquirer': 4.2.1(enquirer@2.4.1)(listr2@10.2.2)
|
|
9405
9405
|
'@opentelemetry/api': 1.9.1
|
|
9406
9406
|
ansis: 4.2.0
|
|
@@ -9422,21 +9422,21 @@ snapshots:
|
|
|
9422
9422
|
- supports-color
|
|
9423
9423
|
- typescript
|
|
9424
9424
|
|
|
9425
|
-
'@cedarjs/cli@5.0.
|
|
9425
|
+
'@cedarjs/cli@5.0.6(ad3922cf8196a77535052ad173b4319e)':
|
|
9426
9426
|
dependencies:
|
|
9427
9427
|
'@babel/parser': 7.29.7
|
|
9428
9428
|
'@babel/preset-typescript': 7.29.7(@babel/core@7.29.7)
|
|
9429
|
-
'@cedarjs/api-server': 5.0.
|
|
9430
|
-
'@cedarjs/cli-helpers': 5.0.
|
|
9431
|
-
'@cedarjs/fastify-web': 5.0.
|
|
9432
|
-
'@cedarjs/internal': 5.0.
|
|
9433
|
-
'@cedarjs/prerender': 5.0.
|
|
9434
|
-
'@cedarjs/project-config': 5.0.
|
|
9435
|
-
'@cedarjs/structure': 5.0.
|
|
9436
|
-
'@cedarjs/telemetry': 5.0.
|
|
9437
|
-
'@cedarjs/utils': 5.0.
|
|
9438
|
-
'@cedarjs/vite': 5.0.
|
|
9439
|
-
'@cedarjs/web-server': 5.0.
|
|
9429
|
+
'@cedarjs/api-server': 5.0.6(@cedarjs/auth@5.0.6)(@cedarjs/graphql-server@5.0.6(@escape.tech/graphql-armor-types@0.6.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3))(@escape.tech/graphql-armor-types@0.6.0)(@swc/core@1.15.41)(@types/node@26.1.1)(graphql-tag@2.12.6(graphql@16.14.2))(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.49.0)(typescript@5.9.3)(yaml@2.9.0)
|
|
9430
|
+
'@cedarjs/cli-helpers': 5.0.6(typescript@5.9.3)
|
|
9431
|
+
'@cedarjs/fastify-web': 5.0.6(typescript@5.9.3)
|
|
9432
|
+
'@cedarjs/internal': 5.0.6(@cedarjs/auth@5.0.6)(@escape.tech/graphql-armor-types@0.6.0)(@swc/core@1.15.41)(@types/node@26.1.1)(graphql-tag@2.12.6(graphql@16.14.2))(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.49.0)(yaml@2.9.0)
|
|
9433
|
+
'@cedarjs/prerender': 5.0.6(@babel/core@7.29.7)(@cedarjs/auth@5.0.6)(@cedarjs/router@5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(@cedarjs/web@5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@escape.tech/graphql-armor-types@0.6.0)(@testing-library/dom@9.3.4)(@types/node@26.1.1)(@types/react@18.3.31)(graphql-tag@2.12.6(graphql@16.14.2))(hono@4.12.32)(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(srvx@0.11.16)(terser@5.49.0)(ts-node@10.9.2(@swc/core@1.15.41)(@types/node@26.1.1)(typescript@5.9.3))(typescript@5.9.3)(yaml@2.9.0)
|
|
9434
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
9435
|
+
'@cedarjs/structure': 5.0.6(typescript@5.9.3)
|
|
9436
|
+
'@cedarjs/telemetry': 5.0.6(typescript@5.9.3)
|
|
9437
|
+
'@cedarjs/utils': 5.0.6
|
|
9438
|
+
'@cedarjs/vite': 5.0.6(@babel/core@7.29.7)(@cedarjs/auth@5.0.6)(@cedarjs/router@5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(@cedarjs/web@5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@escape.tech/graphql-armor-types@0.6.0)(@testing-library/dom@9.3.4)(@types/node@26.1.1)(@types/react@18.3.31)(graphql-tag@2.12.6(graphql@16.14.2))(hono@4.12.32)(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(rollup@4.60.4)(srvx@0.11.16)(terser@5.49.0)(ts-node@10.9.2(@swc/core@1.15.41)(@types/node@26.1.1)(typescript@5.9.3))(typescript@5.9.3)(yaml@2.9.0)
|
|
9439
|
+
'@cedarjs/web-server': 5.0.6(typescript@5.9.3)
|
|
9440
9440
|
'@listr2/prompt-adapter-enquirer': 4.2.1(enquirer@2.4.1)(listr2@10.2.2)
|
|
9441
9441
|
'@opentelemetry/api': 1.9.1
|
|
9442
9442
|
'@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.1)
|
|
@@ -9550,24 +9550,24 @@ snapshots:
|
|
|
9550
9550
|
- webpack
|
|
9551
9551
|
- yaml
|
|
9552
9552
|
|
|
9553
|
-
'@cedarjs/context@5.0.
|
|
9553
|
+
'@cedarjs/context@5.0.6': {}
|
|
9554
9554
|
|
|
9555
|
-
'@cedarjs/cookie-jar@5.0.
|
|
9555
|
+
'@cedarjs/cookie-jar@5.0.6':
|
|
9556
9556
|
dependencies:
|
|
9557
9557
|
cookie: 1.1.1
|
|
9558
9558
|
esbuild: 0.27.7
|
|
9559
9559
|
fast-glob: 3.3.3
|
|
9560
9560
|
|
|
9561
|
-
'@cedarjs/core@5.0.
|
|
9561
|
+
'@cedarjs/core@5.0.6(def874e879d1999ced2f8734e232cef1)':
|
|
9562
9562
|
dependencies:
|
|
9563
9563
|
'@babel/cli': 7.29.7(@babel/core@7.29.7)
|
|
9564
|
-
'@cedarjs/api-server': 5.0.
|
|
9565
|
-
'@cedarjs/cli': 5.0.
|
|
9566
|
-
'@cedarjs/eslint-config': 5.0.
|
|
9567
|
-
'@cedarjs/internal': 5.0.
|
|
9568
|
-
'@cedarjs/project-config': 5.0.
|
|
9569
|
-
'@cedarjs/testing': 5.0.
|
|
9570
|
-
'@cedarjs/web-server': 5.0.
|
|
9564
|
+
'@cedarjs/api-server': 5.0.6(@cedarjs/auth@5.0.6)(@cedarjs/graphql-server@5.0.6(@escape.tech/graphql-armor-types@0.6.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3))(@escape.tech/graphql-armor-types@0.6.0)(@swc/core@1.15.41)(@types/node@26.1.1)(graphql-tag@2.12.6(graphql@16.14.2))(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.49.0)(typescript@5.9.3)(yaml@2.9.0)
|
|
9565
|
+
'@cedarjs/cli': 5.0.6(ad3922cf8196a77535052ad173b4319e)
|
|
9566
|
+
'@cedarjs/eslint-config': 5.0.6(@cedarjs/auth@5.0.6)(@escape.tech/graphql-armor-types@0.6.0)(@swc/core@1.15.41)(@testing-library/dom@9.3.4)(@types/node@26.1.1)(@typescript-eslint/utils@8.60.1(eslint@8.57.1)(typescript@5.9.3))(babel-plugin-module-resolver@5.0.3)(graphql-tag@2.12.6(graphql@16.14.2))(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.49.0)(typescript@5.9.3)(yaml@2.9.0)
|
|
9567
|
+
'@cedarjs/internal': 5.0.6(@cedarjs/auth@5.0.6)(@escape.tech/graphql-armor-types@0.6.0)(@swc/core@1.15.41)(@types/node@26.1.1)(graphql-tag@2.12.6(graphql@16.14.2))(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.49.0)(yaml@2.9.0)
|
|
9568
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
9569
|
+
'@cedarjs/testing': 5.0.6(@babel/core@7.29.7)(@cedarjs/auth@5.0.6)(@cedarjs/router@5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(@cedarjs/web@5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@escape.tech/graphql-armor-types@0.6.0)(@testing-library/dom@9.3.4)(@types/react@18.3.31)(graphql-tag@2.12.6(graphql@16.14.2))(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(ts-node@10.9.2(@swc/core@1.15.41)(@types/node@26.1.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
9570
|
+
'@cedarjs/web-server': 5.0.6(typescript@5.9.3)
|
|
9571
9571
|
graphql-tag: 2.12.6(graphql@16.14.2)
|
|
9572
9572
|
nodemon: 3.1.14
|
|
9573
9573
|
typescript: 5.9.3
|
|
@@ -9641,15 +9641,15 @@ snapshots:
|
|
|
9641
9641
|
- webpack
|
|
9642
9642
|
- yaml
|
|
9643
9643
|
|
|
9644
|
-
'@cedarjs/eslint-config@5.0.
|
|
9644
|
+
'@cedarjs/eslint-config@5.0.6(@cedarjs/auth@5.0.6)(@escape.tech/graphql-armor-types@0.6.0)(@swc/core@1.15.41)(@testing-library/dom@9.3.4)(@types/node@26.1.1)(@typescript-eslint/utils@8.60.1(eslint@8.57.1)(typescript@5.9.3))(babel-plugin-module-resolver@5.0.3)(graphql-tag@2.12.6(graphql@16.14.2))(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.49.0)(typescript@5.9.3)(yaml@2.9.0)':
|
|
9645
9645
|
dependencies:
|
|
9646
9646
|
'@babel/core': 7.29.7
|
|
9647
9647
|
'@babel/eslint-parser': 7.29.7(@babel/core@7.29.7)(eslint@8.57.1)
|
|
9648
9648
|
'@babel/eslint-plugin': 7.29.7(@babel/eslint-parser@7.29.7(@babel/core@7.29.7)(eslint@8.57.1))(eslint@8.57.1)
|
|
9649
|
-
'@cedarjs/babel-config': 5.0.
|
|
9650
|
-
'@cedarjs/eslint-plugin': 5.0.
|
|
9651
|
-
'@cedarjs/internal': 5.0.
|
|
9652
|
-
'@cedarjs/project-config': 5.0.
|
|
9649
|
+
'@cedarjs/babel-config': 5.0.6(graphql-tag@2.12.6(graphql@16.14.2))
|
|
9650
|
+
'@cedarjs/eslint-plugin': 5.0.6(typescript@5.9.3)
|
|
9651
|
+
'@cedarjs/internal': 5.0.6(@cedarjs/auth@5.0.6)(@escape.tech/graphql-armor-types@0.6.0)(@swc/core@1.15.41)(@types/node@26.1.1)(graphql-tag@2.12.6(graphql@16.14.2))(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.49.0)(yaml@2.9.0)
|
|
9652
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
9653
9653
|
'@eslint/js': 8.57.1
|
|
9654
9654
|
'@typescript-eslint/eslint-plugin': 8.60.1(@typescript-eslint/parser@8.60.1(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3)
|
|
9655
9655
|
'@typescript-eslint/parser': 8.60.1(eslint@8.57.1)(typescript@5.9.3)
|
|
@@ -9704,7 +9704,7 @@ snapshots:
|
|
|
9704
9704
|
- utf-8-validate
|
|
9705
9705
|
- yaml
|
|
9706
9706
|
|
|
9707
|
-
'@cedarjs/eslint-plugin@5.0.
|
|
9707
|
+
'@cedarjs/eslint-plugin@5.0.6(typescript@5.9.3)':
|
|
9708
9708
|
dependencies:
|
|
9709
9709
|
'@typescript-eslint/utils': 8.60.1(eslint@8.57.1)(typescript@5.9.3)
|
|
9710
9710
|
eslint: 8.57.1
|
|
@@ -9712,9 +9712,9 @@ snapshots:
|
|
|
9712
9712
|
- supports-color
|
|
9713
9713
|
- typescript
|
|
9714
9714
|
|
|
9715
|
-
'@cedarjs/fastify-web@5.0.
|
|
9715
|
+
'@cedarjs/fastify-web@5.0.6(typescript@5.9.3)':
|
|
9716
9716
|
dependencies:
|
|
9717
|
-
'@cedarjs/project-config': 5.0.
|
|
9717
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
9718
9718
|
'@fastify/http-proxy': 11.5.0
|
|
9719
9719
|
'@fastify/static': 8.3.0
|
|
9720
9720
|
'@fastify/url-data': 6.0.3
|
|
@@ -9725,17 +9725,17 @@ snapshots:
|
|
|
9725
9725
|
- typescript
|
|
9726
9726
|
- utf-8-validate
|
|
9727
9727
|
|
|
9728
|
-
'@cedarjs/forms@5.0.
|
|
9728
|
+
'@cedarjs/forms@5.0.6(react@18.3.1)':
|
|
9729
9729
|
dependencies:
|
|
9730
9730
|
graphql: 16.14.2
|
|
9731
9731
|
pascalcase: 1.0.0
|
|
9732
9732
|
react: 18.3.1
|
|
9733
9733
|
react-hook-form: 7.74.0(react@18.3.1)
|
|
9734
9734
|
|
|
9735
|
-
'@cedarjs/graphql-server@5.0.
|
|
9735
|
+
'@cedarjs/graphql-server@5.0.6(@escape.tech/graphql-armor-types@0.6.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3)':
|
|
9736
9736
|
dependencies:
|
|
9737
|
-
'@cedarjs/api': 5.0.
|
|
9738
|
-
'@cedarjs/context': 5.0.
|
|
9737
|
+
'@cedarjs/api': 5.0.6(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
9738
|
+
'@cedarjs/context': 5.0.6
|
|
9739
9739
|
'@envelop/core': 5.5.1
|
|
9740
9740
|
'@envelop/depth-limit': 4.0.0(@envelop/core@5.5.1)(graphql@16.14.2)
|
|
9741
9741
|
'@envelop/disable-introspection': 6.0.0(@envelop/core@5.5.1)(graphql@16.14.2)
|
|
@@ -9762,20 +9762,20 @@ snapshots:
|
|
|
9762
9762
|
- redis
|
|
9763
9763
|
- typescript
|
|
9764
9764
|
|
|
9765
|
-
'@cedarjs/internal@5.0.
|
|
9765
|
+
'@cedarjs/internal@5.0.6(@cedarjs/auth@5.0.6)(@escape.tech/graphql-armor-types@0.6.0)(@swc/core@1.15.41)(@types/node@26.1.1)(graphql-tag@2.12.6(graphql@16.14.2))(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.49.0)(yaml@2.9.0)':
|
|
9766
9766
|
dependencies:
|
|
9767
9767
|
'@babel/core': 7.29.7
|
|
9768
9768
|
'@babel/parser': 7.29.7
|
|
9769
9769
|
'@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7)
|
|
9770
9770
|
'@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.7)
|
|
9771
9771
|
'@babel/traverse': 7.29.7
|
|
9772
|
-
'@cedarjs/babel-config': 5.0.
|
|
9773
|
-
'@cedarjs/cli-helpers': 5.0.
|
|
9774
|
-
'@cedarjs/graphql-server': 5.0.
|
|
9775
|
-
'@cedarjs/project-config': 5.0.
|
|
9776
|
-
'@cedarjs/router': 5.0.
|
|
9777
|
-
'@cedarjs/structure': 5.0.
|
|
9778
|
-
'@cedarjs/utils': 5.0.
|
|
9772
|
+
'@cedarjs/babel-config': 5.0.6(graphql-tag@2.12.6(graphql@16.14.2))
|
|
9773
|
+
'@cedarjs/cli-helpers': 5.0.6(typescript@5.9.3)
|
|
9774
|
+
'@cedarjs/graphql-server': 5.0.6(@escape.tech/graphql-armor-types@0.6.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
9775
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
9776
|
+
'@cedarjs/router': 5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3)
|
|
9777
|
+
'@cedarjs/structure': 5.0.6(typescript@5.9.3)
|
|
9778
|
+
'@cedarjs/utils': 5.0.6
|
|
9779
9779
|
'@graphql-codegen/add': 6.0.1(graphql@16.14.2)
|
|
9780
9780
|
'@graphql-codegen/cli': 6.3.1(@types/node@26.1.1)(graphql@16.14.2)(typescript@5.9.3)
|
|
9781
9781
|
'@graphql-codegen/client-preset': 5.3.0(graphql@16.14.2)
|
|
@@ -9846,18 +9846,18 @@ snapshots:
|
|
|
9846
9846
|
- utf-8-validate
|
|
9847
9847
|
- yaml
|
|
9848
9848
|
|
|
9849
|
-
'@cedarjs/prerender@5.0.
|
|
9849
|
+
'@cedarjs/prerender@5.0.6(@babel/core@7.29.7)(@cedarjs/auth@5.0.6)(@cedarjs/router@5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(@cedarjs/web@5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@escape.tech/graphql-armor-types@0.6.0)(@testing-library/dom@9.3.4)(@types/node@26.1.1)(@types/react@18.3.31)(graphql-tag@2.12.6(graphql@16.14.2))(hono@4.12.32)(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(srvx@0.11.16)(terser@5.49.0)(ts-node@10.9.2(@swc/core@1.15.41)(@types/node@26.1.1)(typescript@5.9.3))(typescript@5.9.3)(yaml@2.9.0)':
|
|
9850
9850
|
dependencies:
|
|
9851
9851
|
'@ast-grep/napi': 0.43.0
|
|
9852
9852
|
'@babel/generator': 7.29.7
|
|
9853
9853
|
'@babel/parser': 7.29.7
|
|
9854
9854
|
'@babel/traverse': 7.29.7
|
|
9855
|
-
'@cedarjs/babel-config': 5.0.
|
|
9856
|
-
'@cedarjs/project-config': 5.0.
|
|
9857
|
-
'@cedarjs/router': 5.0.
|
|
9858
|
-
'@cedarjs/structure': 5.0.
|
|
9859
|
-
'@cedarjs/vite': 5.0.
|
|
9860
|
-
'@cedarjs/web': 5.0.
|
|
9855
|
+
'@cedarjs/babel-config': 5.0.6(graphql-tag@2.12.6(graphql@16.14.2))
|
|
9856
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
9857
|
+
'@cedarjs/router': 5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3)
|
|
9858
|
+
'@cedarjs/structure': 5.0.6(typescript@5.9.3)
|
|
9859
|
+
'@cedarjs/vite': 5.0.6(@babel/core@7.29.7)(@cedarjs/auth@5.0.6)(@cedarjs/router@5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(@cedarjs/web@5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@escape.tech/graphql-armor-types@0.6.0)(@testing-library/dom@9.3.4)(@types/node@26.1.1)(@types/react@18.3.31)(graphql-tag@2.12.6(graphql@16.14.2))(hono@4.12.32)(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(rollup@4.60.4)(srvx@0.11.16)(terser@5.49.0)(ts-node@10.9.2(@swc/core@1.15.41)(@types/node@26.1.1)(typescript@5.9.3))(typescript@5.9.3)(yaml@2.9.0)
|
|
9860
|
+
'@cedarjs/web': 5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
9861
9861
|
'@rollup/plugin-alias': 5.1.1(rollup@4.60.4)
|
|
9862
9862
|
'@rollup/plugin-commonjs': 28.0.9(rollup@4.60.4)
|
|
9863
9863
|
'@rollup/plugin-node-resolve': 16.0.3(rollup@4.60.4)
|
|
@@ -9929,7 +9929,7 @@ snapshots:
|
|
|
9929
9929
|
- webpack
|
|
9930
9930
|
- yaml
|
|
9931
9931
|
|
|
9932
|
-
'@cedarjs/project-config@5.0.
|
|
9932
|
+
'@cedarjs/project-config@5.0.6(typescript@5.9.3)':
|
|
9933
9933
|
dependencies:
|
|
9934
9934
|
'@prisma/internals': 7.8.0(typescript@5.9.3)
|
|
9935
9935
|
deepmerge: 4.3.1
|
|
@@ -9940,11 +9940,11 @@ snapshots:
|
|
|
9940
9940
|
- magicast
|
|
9941
9941
|
- typescript
|
|
9942
9942
|
|
|
9943
|
-
'@cedarjs/router@5.0.
|
|
9943
|
+
'@cedarjs/router@5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3)':
|
|
9944
9944
|
dependencies:
|
|
9945
|
-
'@cedarjs/auth': 5.0.
|
|
9946
|
-
'@cedarjs/project-config': 5.0.
|
|
9947
|
-
'@cedarjs/server-store': 5.0.
|
|
9945
|
+
'@cedarjs/auth': 5.0.6
|
|
9946
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
9947
|
+
'@cedarjs/server-store': 5.0.6
|
|
9948
9948
|
react: 18.3.1
|
|
9949
9949
|
react-dom: 18.3.1(react@18.3.1)
|
|
9950
9950
|
ts-toolbelt: 9.6.0
|
|
@@ -9952,16 +9952,16 @@ snapshots:
|
|
|
9952
9952
|
- magicast
|
|
9953
9953
|
- typescript
|
|
9954
9954
|
|
|
9955
|
-
'@cedarjs/server-store@5.0.
|
|
9955
|
+
'@cedarjs/server-store@5.0.6':
|
|
9956
9956
|
dependencies:
|
|
9957
|
-
'@cedarjs/auth': 5.0.
|
|
9958
|
-
'@cedarjs/cookie-jar': 5.0.
|
|
9957
|
+
'@cedarjs/auth': 5.0.6
|
|
9958
|
+
'@cedarjs/cookie-jar': 5.0.6
|
|
9959
9959
|
esbuild: 0.27.7
|
|
9960
9960
|
fast-glob: 3.3.3
|
|
9961
9961
|
|
|
9962
|
-
'@cedarjs/structure@5.0.
|
|
9962
|
+
'@cedarjs/structure@5.0.6(typescript@5.9.3)':
|
|
9963
9963
|
dependencies:
|
|
9964
|
-
'@cedarjs/project-config': 5.0.
|
|
9964
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
9965
9965
|
'@prisma/internals': 7.8.0(typescript@5.9.3)
|
|
9966
9966
|
'@types/line-column': 1.0.2
|
|
9967
9967
|
camelcase: 6.3.0
|
|
@@ -9978,10 +9978,10 @@ snapshots:
|
|
|
9978
9978
|
- magicast
|
|
9979
9979
|
- typescript
|
|
9980
9980
|
|
|
9981
|
-
'@cedarjs/telemetry@5.0.
|
|
9981
|
+
'@cedarjs/telemetry@5.0.6(typescript@5.9.3)':
|
|
9982
9982
|
dependencies:
|
|
9983
|
-
'@cedarjs/project-config': 5.0.
|
|
9984
|
-
'@cedarjs/structure': 5.0.
|
|
9983
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
9984
|
+
'@cedarjs/structure': 5.0.6(typescript@5.9.3)
|
|
9985
9985
|
'@whatwg-node/fetch': 0.10.13
|
|
9986
9986
|
ci-info: 4.4.0
|
|
9987
9987
|
envinfo: 7.21.0
|
|
@@ -9992,15 +9992,15 @@ snapshots:
|
|
|
9992
9992
|
- magicast
|
|
9993
9993
|
- typescript
|
|
9994
9994
|
|
|
9995
|
-
'@cedarjs/testing@5.0.
|
|
9995
|
+
'@cedarjs/testing@5.0.6(@babel/core@7.29.7)(@cedarjs/auth@5.0.6)(@cedarjs/router@5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(@cedarjs/web@5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@escape.tech/graphql-armor-types@0.6.0)(@testing-library/dom@9.3.4)(@types/react@18.3.31)(graphql-tag@2.12.6(graphql@16.14.2))(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(ts-node@10.9.2(@swc/core@1.15.41)(@types/node@26.1.1)(typescript@5.9.3))(typescript@5.9.3)':
|
|
9996
9996
|
dependencies:
|
|
9997
|
-
'@cedarjs/auth': 5.0.
|
|
9998
|
-
'@cedarjs/babel-config': 5.0.
|
|
9999
|
-
'@cedarjs/context': 5.0.
|
|
10000
|
-
'@cedarjs/graphql-server': 5.0.
|
|
10001
|
-
'@cedarjs/project-config': 5.0.
|
|
10002
|
-
'@cedarjs/router': 5.0.
|
|
10003
|
-
'@cedarjs/web': 5.0.
|
|
9997
|
+
'@cedarjs/auth': 5.0.6
|
|
9998
|
+
'@cedarjs/babel-config': 5.0.6(graphql-tag@2.12.6(graphql@16.14.2))
|
|
9999
|
+
'@cedarjs/context': 5.0.6
|
|
10000
|
+
'@cedarjs/graphql-server': 5.0.6(@escape.tech/graphql-armor-types@0.6.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
10001
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
10002
|
+
'@cedarjs/router': 5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3)
|
|
10003
|
+
'@cedarjs/web': 5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
10004
10004
|
'@testing-library/jest-dom': 6.9.1
|
|
10005
10005
|
'@testing-library/react': 14.3.1(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
10006
10006
|
'@testing-library/user-event': 14.6.1(@testing-library/dom@9.3.4)
|
|
@@ -10043,29 +10043,29 @@ snapshots:
|
|
|
10043
10043
|
- typescript
|
|
10044
10044
|
- utf-8-validate
|
|
10045
10045
|
|
|
10046
|
-
'@cedarjs/utils@5.0.
|
|
10046
|
+
'@cedarjs/utils@5.0.6':
|
|
10047
10047
|
dependencies:
|
|
10048
10048
|
pluralize: 8.0.0
|
|
10049
10049
|
|
|
10050
|
-
'@cedarjs/vite@5.0.
|
|
10050
|
+
'@cedarjs/vite@5.0.6(@babel/core@7.29.7)(@cedarjs/auth@5.0.6)(@cedarjs/router@5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(@cedarjs/web@5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@escape.tech/graphql-armor-types@0.6.0)(@testing-library/dom@9.3.4)(@types/node@26.1.1)(@types/react@18.3.31)(graphql-tag@2.12.6(graphql@16.14.2))(hono@4.12.32)(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(rollup@4.60.4)(srvx@0.11.16)(terser@5.49.0)(ts-node@10.9.2(@swc/core@1.15.41)(@types/node@26.1.1)(typescript@5.9.3))(typescript@5.9.3)(yaml@2.9.0)':
|
|
10051
10051
|
dependencies:
|
|
10052
10052
|
'@ast-grep/napi': 0.43.0
|
|
10053
10053
|
'@babel/generator': 7.29.7
|
|
10054
10054
|
'@babel/parser': 7.29.7
|
|
10055
10055
|
'@babel/traverse': 7.29.7
|
|
10056
10056
|
'@babel/types': 7.29.7
|
|
10057
|
-
'@cedarjs/api': 5.0.
|
|
10058
|
-
'@cedarjs/auth': 5.0.
|
|
10059
|
-
'@cedarjs/babel-config': 5.0.
|
|
10060
|
-
'@cedarjs/context': 5.0.
|
|
10061
|
-
'@cedarjs/cookie-jar': 5.0.
|
|
10062
|
-
'@cedarjs/graphql-server': 5.0.
|
|
10063
|
-
'@cedarjs/internal': 5.0.
|
|
10064
|
-
'@cedarjs/project-config': 5.0.
|
|
10065
|
-
'@cedarjs/router': 5.0.
|
|
10066
|
-
'@cedarjs/server-store': 5.0.
|
|
10067
|
-
'@cedarjs/testing': 5.0.
|
|
10068
|
-
'@cedarjs/web': 5.0.
|
|
10057
|
+
'@cedarjs/api': 5.0.6(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
10058
|
+
'@cedarjs/auth': 5.0.6
|
|
10059
|
+
'@cedarjs/babel-config': 5.0.6(graphql-tag@2.12.6(graphql@16.14.2))
|
|
10060
|
+
'@cedarjs/context': 5.0.6
|
|
10061
|
+
'@cedarjs/cookie-jar': 5.0.6
|
|
10062
|
+
'@cedarjs/graphql-server': 5.0.6(@escape.tech/graphql-armor-types@0.6.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
10063
|
+
'@cedarjs/internal': 5.0.6(@cedarjs/auth@5.0.6)(@escape.tech/graphql-armor-types@0.6.0)(@swc/core@1.15.41)(@types/node@26.1.1)(graphql-tag@2.12.6(graphql@16.14.2))(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.49.0)(yaml@2.9.0)
|
|
10064
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
10065
|
+
'@cedarjs/router': 5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3)
|
|
10066
|
+
'@cedarjs/server-store': 5.0.6
|
|
10067
|
+
'@cedarjs/testing': 5.0.6(@babel/core@7.29.7)(@cedarjs/auth@5.0.6)(@cedarjs/router@5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(@cedarjs/web@5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@escape.tech/graphql-armor-types@0.6.0)(@testing-library/dom@9.3.4)(@types/react@18.3.31)(graphql-tag@2.12.6(graphql@16.14.2))(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(ts-node@10.9.2(@swc/core@1.15.41)(@types/node@26.1.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
10068
|
+
'@cedarjs/web': 5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
10069
10069
|
'@fastify/url-data': 6.0.3
|
|
10070
10070
|
'@swc/core': 1.15.41
|
|
10071
10071
|
'@universal-deploy/store': 0.2.1(srvx@0.11.16)
|
|
@@ -10151,25 +10151,25 @@ snapshots:
|
|
|
10151
10151
|
- webpack
|
|
10152
10152
|
- yaml
|
|
10153
10153
|
|
|
10154
|
-
'@cedarjs/vite@5.0.
|
|
10154
|
+
'@cedarjs/vite@5.0.6(@babel/core@7.29.7)(@cedarjs/auth@5.0.6)(@cedarjs/router@5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(@cedarjs/web@5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@escape.tech/graphql-armor-types@0.6.0)(@testing-library/dom@9.3.4)(@types/node@26.1.1)(@types/react@18.3.31)(graphql-tag@2.12.6(graphql@16.14.2))(hono@4.12.32)(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(rollup@4.62.3)(srvx@0.11.22)(terser@5.49.0)(ts-node@10.9.2(@swc/core@1.15.41)(@types/node@26.1.1)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.109.0(@swc/core@1.15.41))(yaml@2.9.0)':
|
|
10155
10155
|
dependencies:
|
|
10156
10156
|
'@ast-grep/napi': 0.43.0
|
|
10157
10157
|
'@babel/generator': 7.29.7
|
|
10158
10158
|
'@babel/parser': 7.29.7
|
|
10159
10159
|
'@babel/traverse': 7.29.7
|
|
10160
10160
|
'@babel/types': 7.29.7
|
|
10161
|
-
'@cedarjs/api': 5.0.
|
|
10162
|
-
'@cedarjs/auth': 5.0.
|
|
10163
|
-
'@cedarjs/babel-config': 5.0.
|
|
10164
|
-
'@cedarjs/context': 5.0.
|
|
10165
|
-
'@cedarjs/cookie-jar': 5.0.
|
|
10166
|
-
'@cedarjs/graphql-server': 5.0.
|
|
10167
|
-
'@cedarjs/internal': 5.0.
|
|
10168
|
-
'@cedarjs/project-config': 5.0.
|
|
10169
|
-
'@cedarjs/router': 5.0.
|
|
10170
|
-
'@cedarjs/server-store': 5.0.
|
|
10171
|
-
'@cedarjs/testing': 5.0.
|
|
10172
|
-
'@cedarjs/web': 5.0.
|
|
10161
|
+
'@cedarjs/api': 5.0.6(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
10162
|
+
'@cedarjs/auth': 5.0.6
|
|
10163
|
+
'@cedarjs/babel-config': 5.0.6(graphql-tag@2.12.6(graphql@16.14.2))
|
|
10164
|
+
'@cedarjs/context': 5.0.6
|
|
10165
|
+
'@cedarjs/cookie-jar': 5.0.6
|
|
10166
|
+
'@cedarjs/graphql-server': 5.0.6(@escape.tech/graphql-armor-types@0.6.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
10167
|
+
'@cedarjs/internal': 5.0.6(@cedarjs/auth@5.0.6)(@escape.tech/graphql-armor-types@0.6.0)(@swc/core@1.15.41)(@types/node@26.1.1)(graphql-tag@2.12.6(graphql@16.14.2))(jiti@2.7.0)(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.49.0)(yaml@2.9.0)
|
|
10168
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
10169
|
+
'@cedarjs/router': 5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3)
|
|
10170
|
+
'@cedarjs/server-store': 5.0.6
|
|
10171
|
+
'@cedarjs/testing': 5.0.6(@babel/core@7.29.7)(@cedarjs/auth@5.0.6)(@cedarjs/router@5.0.6(@cedarjs/auth@5.0.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(@cedarjs/web@5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@escape.tech/graphql-armor-types@0.6.0)(@testing-library/dom@9.3.4)(@types/react@18.3.31)(graphql-tag@2.12.6(graphql@16.14.2))(prisma@7.8.0(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(better-sqlite3@12.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(ts-node@10.9.2(@swc/core@1.15.41)(@types/node@26.1.1)(typescript@5.9.3))(typescript@5.9.3)
|
|
10172
|
+
'@cedarjs/web': 5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
10173
10173
|
'@fastify/url-data': 6.0.3
|
|
10174
10174
|
'@swc/core': 1.15.41
|
|
10175
10175
|
'@universal-deploy/store': 0.2.1(srvx@0.11.22)
|
|
@@ -10255,10 +10255,10 @@ snapshots:
|
|
|
10255
10255
|
- webpack
|
|
10256
10256
|
- yaml
|
|
10257
10257
|
|
|
10258
|
-
'@cedarjs/web-server@5.0.
|
|
10258
|
+
'@cedarjs/web-server@5.0.6(typescript@5.9.3)':
|
|
10259
10259
|
dependencies:
|
|
10260
|
-
'@cedarjs/fastify-web': 5.0.
|
|
10261
|
-
'@cedarjs/project-config': 5.0.
|
|
10260
|
+
'@cedarjs/fastify-web': 5.0.6(typescript@5.9.3)
|
|
10261
|
+
'@cedarjs/project-config': 5.0.6(typescript@5.9.3)
|
|
10262
10262
|
ansis: 4.2.0
|
|
10263
10263
|
dotenv-defaults: 5.0.2
|
|
10264
10264
|
fastify: 5.8.5
|
|
@@ -10269,11 +10269,11 @@ snapshots:
|
|
|
10269
10269
|
- typescript
|
|
10270
10270
|
- utf-8-validate
|
|
10271
10271
|
|
|
10272
|
-
'@cedarjs/web@5.0.
|
|
10272
|
+
'@cedarjs/web@5.0.6(@cedarjs/auth@5.0.6)(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
10273
10273
|
dependencies:
|
|
10274
10274
|
'@apollo/client': 3.14.1(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(graphql@16.14.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
10275
|
-
'@cedarjs/auth': 5.0.
|
|
10276
|
-
'@cedarjs/server-store': 5.0.
|
|
10275
|
+
'@cedarjs/auth': 5.0.6
|
|
10276
|
+
'@cedarjs/server-store': 5.0.6
|
|
10277
10277
|
'@dr.pogodin/react-helmet': 2.0.4(react@18.3.1)
|
|
10278
10278
|
'@whatwg-node/fetch': 0.10.13
|
|
10279
10279
|
apollo-upload-client: 18.0.1(@apollo/client@3.14.1(@types/react@18.3.31)(graphql-ws@6.2.0(graphql@16.14.2)(ws@8.21.1))(graphql@16.14.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(graphql@16.14.2)
|