@trieb.work/nextjs-turbo-redis-cache 1.13.0 → 1.14.0
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/.github/workflows/ci.yml +3 -3
- package/CHANGELOG.md +7 -0
- package/README.md +4 -4
- package/package.json +3 -3
- package/playwright.config.ts +1 -1
- package/test/cache-components/cache-components.integration.spec.ts +1 -1
- package/test/integration/next-app-15-0-3/pnpm-lock.yaml +32 -1
- package/test/integration/next-app-15-3-2/pnpm-lock.yaml +33 -1
- package/test/integration/next-app-15-4-7/pnpm-lock.yaml +36 -1
- package/test/integration/next-app-16-0-3/pnpm-lock.yaml +37 -1
- package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/package.json +3 -3
- package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/pnpm-lock.yaml +98 -55
- package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/package.json +3 -3
- package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/pnpm-lock.yaml +98 -55
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/README.md +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/eslint.config.mjs +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/next.config.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/postcss.config.mjs +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/api/cached-static-fetch/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/api/nested-fetch-in-api-route/revalidated-fetch/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/api/revalidatePath/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/api/revalidateTag/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/api/revalidated-fetch/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/api/uncached-fetch/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/favicon.ico +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/globals.css +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/layout.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/cached-static-fetch/default--force-dynamic-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/cached-static-fetch/revalidate15--default-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/cached-static-fetch/revalidate15--force-dynamic-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/no-fetch/default-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/revalidated-fetch/default--force-dynamic-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/revalidated-fetch/revalidate15--default-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/revalidated-fetch/revalidate15--force-dynamic-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/uncached-fetch/default--force-dynamic-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/uncached-fetch/revalidate15--default-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/pages/uncached-fetch/revalidate15--force-dynamic-page/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/revalidation-interface.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/src/app/update-tag-test/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1 → next-app-16-2-3}/tsconfig.json +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/README.md +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/cache-handler.js +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/eslint.config.mjs +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/next.config.ts +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/postcss.config.mjs +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/public/file.svg +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/public/globe.svg +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/public/next.svg +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/public/vercel.svg +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/public/window.svg +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/api/cached-static-fetch/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/api/cached-with-tag/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/api/revalidate-tag/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/api/revalidated-fetch/route.ts +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/cache-lab/cachelife-short/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/cache-lab/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/cache-lab/runtime-data-suspense/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/cache-lab/stale-while-revalidate/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/cache-lab/tag-invalidation/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/cache-lab/use-cache-nondeterministic/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/favicon.ico +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/globals.css +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/layout.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/revalidation-interface.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/src/app/update-tag-test/page.tsx +0 -0
- /package/test/integration/{next-app-16-1-1-cache-components → next-app-16-2-3-cache-components}/tsconfig.json +0 -0
package/.github/workflows/ci.yml
CHANGED
|
@@ -30,7 +30,7 @@ jobs:
|
|
|
30
30
|
run-cache-components: false
|
|
31
31
|
- next-test-app: next-app-16-0-3
|
|
32
32
|
run-cache-components: true
|
|
33
|
-
- next-test-app: next-app-16-
|
|
33
|
+
- next-test-app: next-app-16-2-3
|
|
34
34
|
run-cache-components: true
|
|
35
35
|
|
|
36
36
|
steps:
|
|
@@ -83,11 +83,11 @@ jobs:
|
|
|
83
83
|
|
|
84
84
|
- name: Install Cache Components Integration Test Project
|
|
85
85
|
if: matrix.run-cache-components
|
|
86
|
-
run: cd test/integration/next-app-16-
|
|
86
|
+
run: cd test/integration/next-app-16-2-3-cache-components && pnpm install
|
|
87
87
|
|
|
88
88
|
- name: Build Cache Components Integration Test Project
|
|
89
89
|
if: matrix.run-cache-components
|
|
90
|
-
run: cd test/integration/next-app-16-
|
|
90
|
+
run: cd test/integration/next-app-16-2-3-cache-components && pnpm build
|
|
91
91
|
|
|
92
92
|
- name: Run Cache Components integration tests
|
|
93
93
|
if: matrix.run-cache-components
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [1.14.0](https://github.com/trieb-work/nextjs-turbo-redis-cache/compare/v1.13.0...v1.14.0) (2026-05-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* upgrade Next.js test apps to 16.2.3 ([#77](https://github.com/trieb-work/nextjs-turbo-redis-cache/issues/77)) ([4f6c9a5](https://github.com/trieb-work/nextjs-turbo-redis-cache/commit/4f6c9a5660c11f945209691a7628c650145ebacd))
|
|
7
|
+
|
|
1
8
|
# [1.13.0](https://github.com/trieb-work/nextjs-turbo-redis-cache/compare/v1.12.0...v1.13.0) (2026-05-04)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -27,8 +27,8 @@ Tested versions are:
|
|
|
27
27
|
- Nextjs 15.3.2 + redis client 4.7.0
|
|
28
28
|
- Nextjs 15.4.7 + redis client 4.7.0
|
|
29
29
|
- Nextjs 16.0.3 + redis client 4.7.0 (cacheComponents: false)
|
|
30
|
-
- Nextjs 16.
|
|
31
|
-
- Nextjs 16.
|
|
30
|
+
- Nextjs 16.2.3 + redis client 4.7.0 (cacheComponents: false)
|
|
31
|
+
- Nextjs 16.2.3 + redis client 4.7.0 (cacheComponents: true)
|
|
32
32
|
|
|
33
33
|
Currently PPR, 'use cache', cacheLife and cacheTag are not tested. Use these operations with caution and your own risk. [Cache Components](https://nextjs.org/docs/app/getting-started/cache-components) are supported experimentally (Next.js 16+).
|
|
34
34
|
|
|
@@ -327,8 +327,8 @@ This repo includes a dedicated Next.js Cache Components integration app with rea
|
|
|
327
327
|
1. Install + start the Cache Components test app:
|
|
328
328
|
|
|
329
329
|
```bash
|
|
330
|
-
pnpm -C test/integration/next-app-16-
|
|
331
|
-
pnpm -C test/integration/next-app-16-
|
|
330
|
+
pnpm -C test/integration/next-app-16-2-3-cache-components install
|
|
331
|
+
pnpm -C test/integration/next-app-16-2-3-cache-components dev
|
|
332
332
|
```
|
|
333
333
|
|
|
334
334
|
Then open the Cache Lab pages:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trieb.work/nextjs-turbo-redis-cache",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0",
|
|
4
4
|
"homepage": "https://trwk.de/case-studies/nextjs-turbo-redis-cache",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"vitest": "^4.0.13"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
|
-
"next": ">=15.0.3 <16.
|
|
100
|
+
"next": ">=15.0.3 <16.3.0",
|
|
101
101
|
"redis": "4.7.0"
|
|
102
102
|
},
|
|
103
|
-
"packageManager": "pnpm@
|
|
103
|
+
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800"
|
|
104
104
|
}
|
package/playwright.config.ts
CHANGED
|
@@ -8,7 +8,7 @@ export default defineConfig({
|
|
|
8
8
|
},
|
|
9
9
|
webServer: {
|
|
10
10
|
command:
|
|
11
|
-
'pnpm -C test/integration/next-app-16-
|
|
11
|
+
'pnpm -C test/integration/next-app-16-2-3-cache-components dev -p 3101',
|
|
12
12
|
url: 'http://localhost:3101',
|
|
13
13
|
reuseExistingServer: true,
|
|
14
14
|
timeout: 120_000,
|
|
@@ -155,67 +155,79 @@ packages:
|
|
|
155
155
|
resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==}
|
|
156
156
|
cpu: [arm64]
|
|
157
157
|
os: [linux]
|
|
158
|
+
libc: [glibc]
|
|
158
159
|
|
|
159
160
|
'@img/sharp-libvips-linux-arm@1.0.5':
|
|
160
161
|
resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==}
|
|
161
162
|
cpu: [arm]
|
|
162
163
|
os: [linux]
|
|
164
|
+
libc: [glibc]
|
|
163
165
|
|
|
164
166
|
'@img/sharp-libvips-linux-s390x@1.0.4':
|
|
165
167
|
resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==}
|
|
166
168
|
cpu: [s390x]
|
|
167
169
|
os: [linux]
|
|
170
|
+
libc: [glibc]
|
|
168
171
|
|
|
169
172
|
'@img/sharp-libvips-linux-x64@1.0.4':
|
|
170
173
|
resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==}
|
|
171
174
|
cpu: [x64]
|
|
172
175
|
os: [linux]
|
|
176
|
+
libc: [glibc]
|
|
173
177
|
|
|
174
178
|
'@img/sharp-libvips-linuxmusl-arm64@1.0.4':
|
|
175
179
|
resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==}
|
|
176
180
|
cpu: [arm64]
|
|
177
181
|
os: [linux]
|
|
182
|
+
libc: [musl]
|
|
178
183
|
|
|
179
184
|
'@img/sharp-libvips-linuxmusl-x64@1.0.4':
|
|
180
185
|
resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==}
|
|
181
186
|
cpu: [x64]
|
|
182
187
|
os: [linux]
|
|
188
|
+
libc: [musl]
|
|
183
189
|
|
|
184
190
|
'@img/sharp-linux-arm64@0.33.5':
|
|
185
191
|
resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==}
|
|
186
192
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
187
193
|
cpu: [arm64]
|
|
188
194
|
os: [linux]
|
|
195
|
+
libc: [glibc]
|
|
189
196
|
|
|
190
197
|
'@img/sharp-linux-arm@0.33.5':
|
|
191
198
|
resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==}
|
|
192
199
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
193
200
|
cpu: [arm]
|
|
194
201
|
os: [linux]
|
|
202
|
+
libc: [glibc]
|
|
195
203
|
|
|
196
204
|
'@img/sharp-linux-s390x@0.33.5':
|
|
197
205
|
resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==}
|
|
198
206
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
199
207
|
cpu: [s390x]
|
|
200
208
|
os: [linux]
|
|
209
|
+
libc: [glibc]
|
|
201
210
|
|
|
202
211
|
'@img/sharp-linux-x64@0.33.5':
|
|
203
212
|
resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==}
|
|
204
213
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
205
214
|
cpu: [x64]
|
|
206
215
|
os: [linux]
|
|
216
|
+
libc: [glibc]
|
|
207
217
|
|
|
208
218
|
'@img/sharp-linuxmusl-arm64@0.33.5':
|
|
209
219
|
resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==}
|
|
210
220
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
211
221
|
cpu: [arm64]
|
|
212
222
|
os: [linux]
|
|
223
|
+
libc: [musl]
|
|
213
224
|
|
|
214
225
|
'@img/sharp-linuxmusl-x64@0.33.5':
|
|
215
226
|
resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==}
|
|
216
227
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
217
228
|
cpu: [x64]
|
|
218
229
|
os: [linux]
|
|
230
|
+
libc: [musl]
|
|
219
231
|
|
|
220
232
|
'@img/sharp-wasm32@0.33.5':
|
|
221
233
|
resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==}
|
|
@@ -260,24 +272,28 @@ packages:
|
|
|
260
272
|
engines: {node: '>= 10'}
|
|
261
273
|
cpu: [arm64]
|
|
262
274
|
os: [linux]
|
|
275
|
+
libc: [glibc]
|
|
263
276
|
|
|
264
277
|
'@next/swc-linux-arm64-musl@15.0.3':
|
|
265
278
|
resolution: {integrity: sha512-WkAk6R60mwDjH4lG/JBpb2xHl2/0Vj0ZRu1TIzWuOYfQ9tt9NFsIinI1Epma77JVgy81F32X/AeD+B2cBu/YQA==}
|
|
266
279
|
engines: {node: '>= 10'}
|
|
267
280
|
cpu: [arm64]
|
|
268
281
|
os: [linux]
|
|
282
|
+
libc: [musl]
|
|
269
283
|
|
|
270
284
|
'@next/swc-linux-x64-gnu@15.0.3':
|
|
271
285
|
resolution: {integrity: sha512-gWL/Cta1aPVqIGgDb6nxkqy06DkwJ9gAnKORdHWX1QBbSZZB+biFYPFti8aKIQL7otCE1pjyPaXpFzGeG2OS2w==}
|
|
272
286
|
engines: {node: '>= 10'}
|
|
273
287
|
cpu: [x64]
|
|
274
288
|
os: [linux]
|
|
289
|
+
libc: [glibc]
|
|
275
290
|
|
|
276
291
|
'@next/swc-linux-x64-musl@15.0.3':
|
|
277
292
|
resolution: {integrity: sha512-QQEMwFd8r7C0GxQS62Zcdy6GKx999I/rTO2ubdXEe+MlZk9ZiinsrjwoiBL5/57tfyjikgh6GOU2WRQVUej3UA==}
|
|
278
293
|
engines: {node: '>= 10'}
|
|
279
294
|
cpu: [x64]
|
|
280
295
|
os: [linux]
|
|
296
|
+
libc: [musl]
|
|
281
297
|
|
|
282
298
|
'@next/swc-win32-arm64-msvc@15.0.3':
|
|
283
299
|
resolution: {integrity: sha512-9TEp47AAd/ms9fPNgtgnT7F3M1Hf7koIYYWCMQ9neOwjbVWJsHZxrFbI3iEDJ8rf1TDGpmHbKxXf2IFpAvheIQ==}
|
|
@@ -386,24 +402,28 @@ packages:
|
|
|
386
402
|
engines: {node: '>= 10'}
|
|
387
403
|
cpu: [arm64]
|
|
388
404
|
os: [linux]
|
|
405
|
+
libc: [glibc]
|
|
389
406
|
|
|
390
407
|
'@tailwindcss/oxide-linux-arm64-musl@4.1.4':
|
|
391
408
|
resolution: {integrity: sha512-X3As2xhtgPTY/m5edUtddmZ8rCruvBvtxYLMw9OsZdH01L2gS2icsHRwxdU0dMItNfVmrBezueXZCHxVeeb7Aw==}
|
|
392
409
|
engines: {node: '>= 10'}
|
|
393
410
|
cpu: [arm64]
|
|
394
411
|
os: [linux]
|
|
412
|
+
libc: [musl]
|
|
395
413
|
|
|
396
414
|
'@tailwindcss/oxide-linux-x64-gnu@4.1.4':
|
|
397
415
|
resolution: {integrity: sha512-2VG4DqhGaDSmYIu6C4ua2vSLXnJsb/C9liej7TuSO04NK+JJJgJucDUgmX6sn7Gw3Cs5ZJ9ZLrnI0QRDOjLfNQ==}
|
|
398
416
|
engines: {node: '>= 10'}
|
|
399
417
|
cpu: [x64]
|
|
400
418
|
os: [linux]
|
|
419
|
+
libc: [glibc]
|
|
401
420
|
|
|
402
421
|
'@tailwindcss/oxide-linux-x64-musl@4.1.4':
|
|
403
422
|
resolution: {integrity: sha512-v+mxVgH2kmur/X5Mdrz9m7TsoVjbdYQT0b4Z+dr+I4RvreCNXyCFELZL/DO0M1RsidZTrm6O1eMnV6zlgEzTMQ==}
|
|
404
423
|
engines: {node: '>= 10'}
|
|
405
424
|
cpu: [x64]
|
|
406
425
|
os: [linux]
|
|
426
|
+
libc: [musl]
|
|
407
427
|
|
|
408
428
|
'@tailwindcss/oxide-wasm32-wasi@4.1.4':
|
|
409
429
|
resolution: {integrity: sha512-2TLe9ir+9esCf6Wm+lLWTMbgklIjiF0pbmDnwmhR9MksVOq+e8aP3TSsXySnBDDvTTVd/vKu1aNttEGj3P6l8Q==}
|
|
@@ -439,7 +459,7 @@ packages:
|
|
|
439
459
|
'@trieb.work/nextjs-turbo-redis-cache@file:../../..':
|
|
440
460
|
resolution: {directory: ../../.., type: directory}
|
|
441
461
|
peerDependencies:
|
|
442
|
-
next: '>=15.0.3
|
|
462
|
+
next: '>=15.0.3 <16.3.0'
|
|
443
463
|
redis: 4.7.0
|
|
444
464
|
|
|
445
465
|
'@tybys/wasm-util@0.9.0':
|
|
@@ -541,36 +561,43 @@ packages:
|
|
|
541
561
|
resolution: {integrity: sha512-FX2FV7vpLE/+Z0NZX9/1pwWud5Wocm/2PgpUXbT5aSV3QEB10kBPJAzssOQylvdj8mOHoKl5pVkXpbCwww/T2g==}
|
|
542
562
|
cpu: [arm64]
|
|
543
563
|
os: [linux]
|
|
564
|
+
libc: [glibc]
|
|
544
565
|
|
|
545
566
|
'@unrs/resolver-binding-linux-arm64-musl@1.5.0':
|
|
546
567
|
resolution: {integrity: sha512-+gF97xst1BZb28T3nwwzEtq2ewCoMDGKsenYsZuvpmNrW0019G1iUAunZN+FG55L21y+uP7zsGX06OXDQ/viKw==}
|
|
547
568
|
cpu: [arm64]
|
|
548
569
|
os: [linux]
|
|
570
|
+
libc: [musl]
|
|
549
571
|
|
|
550
572
|
'@unrs/resolver-binding-linux-ppc64-gnu@1.5.0':
|
|
551
573
|
resolution: {integrity: sha512-5bEmVcQw9js8JYM2LkUBw5SeELSIxX+qKf9bFrfFINKAp4noZ//hUxLpbF7u/3gTBN1GsER6xOzIZlw/VTdXtA==}
|
|
552
574
|
cpu: [ppc64]
|
|
553
575
|
os: [linux]
|
|
576
|
+
libc: [glibc]
|
|
554
577
|
|
|
555
578
|
'@unrs/resolver-binding-linux-riscv64-gnu@1.5.0':
|
|
556
579
|
resolution: {integrity: sha512-GGk/8TPUsf1Q99F+lzMdjE6sGL26uJCwQ9TlvBs8zR3cLQNw/MIumPN7zrs3GFGySjnwXc8gA6J3HKbejywmqA==}
|
|
557
580
|
cpu: [riscv64]
|
|
558
581
|
os: [linux]
|
|
582
|
+
libc: [glibc]
|
|
559
583
|
|
|
560
584
|
'@unrs/resolver-binding-linux-s390x-gnu@1.5.0':
|
|
561
585
|
resolution: {integrity: sha512-5uRkFYYVNAeVaA4W/CwugjFN3iDOHCPqsBLCCOoJiMfFMMz4evBRsg+498OFa9w6VcTn2bD5aI+RRayaIgk2Sw==}
|
|
562
586
|
cpu: [s390x]
|
|
563
587
|
os: [linux]
|
|
588
|
+
libc: [glibc]
|
|
564
589
|
|
|
565
590
|
'@unrs/resolver-binding-linux-x64-gnu@1.5.0':
|
|
566
591
|
resolution: {integrity: sha512-j905CZH3nehYy6NimNqC2B14pxn4Ltd7guKMyPTzKehbFXTUgihQS/ZfHQTdojkMzbSwBOSgq1dOrY+IpgxDsA==}
|
|
567
592
|
cpu: [x64]
|
|
568
593
|
os: [linux]
|
|
594
|
+
libc: [glibc]
|
|
569
595
|
|
|
570
596
|
'@unrs/resolver-binding-linux-x64-musl@1.5.0':
|
|
571
597
|
resolution: {integrity: sha512-dmLevQTuzQRwu5A+mvj54R5aye5I4PVKiWqGxg8tTaYP2k2oTs/3Mo8mgnhPk28VoYCi0fdFYpgzCd4AJndQvQ==}
|
|
572
598
|
cpu: [x64]
|
|
573
599
|
os: [linux]
|
|
600
|
+
libc: [musl]
|
|
574
601
|
|
|
575
602
|
'@unrs/resolver-binding-wasm32-wasi@1.5.0':
|
|
576
603
|
resolution: {integrity: sha512-LtJMhwu7avhoi+kKfAZOKN773RtzLBVVF90YJbB0wyMpUj9yQPeA+mteVUI9P70OG/opH47FeV5AWeaNWWgqJg==}
|
|
@@ -1284,24 +1311,28 @@ packages:
|
|
|
1284
1311
|
engines: {node: '>= 12.0.0'}
|
|
1285
1312
|
cpu: [arm64]
|
|
1286
1313
|
os: [linux]
|
|
1314
|
+
libc: [glibc]
|
|
1287
1315
|
|
|
1288
1316
|
lightningcss-linux-arm64-musl@1.29.2:
|
|
1289
1317
|
resolution: {integrity: sha512-Q64eM1bPlOOUgxFmoPUefqzY1yV3ctFPE6d/Vt7WzLW4rKTv7MyYNky+FWxRpLkNASTnKQUaiMJ87zNODIrrKQ==}
|
|
1290
1318
|
engines: {node: '>= 12.0.0'}
|
|
1291
1319
|
cpu: [arm64]
|
|
1292
1320
|
os: [linux]
|
|
1321
|
+
libc: [musl]
|
|
1293
1322
|
|
|
1294
1323
|
lightningcss-linux-x64-gnu@1.29.2:
|
|
1295
1324
|
resolution: {integrity: sha512-0v6idDCPG6epLXtBH/RPkHvYx74CVziHo6TMYga8O2EiQApnUPZsbR9nFNrg2cgBzk1AYqEd95TlrsL7nYABQg==}
|
|
1296
1325
|
engines: {node: '>= 12.0.0'}
|
|
1297
1326
|
cpu: [x64]
|
|
1298
1327
|
os: [linux]
|
|
1328
|
+
libc: [glibc]
|
|
1299
1329
|
|
|
1300
1330
|
lightningcss-linux-x64-musl@1.29.2:
|
|
1301
1331
|
resolution: {integrity: sha512-rMpz2yawkgGT8RULc5S4WiZopVMOFWjiItBT7aSfDX4NQav6M44rhn5hjtkKzB+wMTRlLLqxkeYEtQ3dd9696w==}
|
|
1302
1332
|
engines: {node: '>= 12.0.0'}
|
|
1303
1333
|
cpu: [x64]
|
|
1304
1334
|
os: [linux]
|
|
1335
|
+
libc: [musl]
|
|
1305
1336
|
|
|
1306
1337
|
lightningcss-win32-arm64-msvc@1.29.2:
|
|
1307
1338
|
resolution: {integrity: sha512-nL7zRW6evGQqYVu/bKGK+zShyz8OVzsCotFgc7judbt6wnB2KbiKKJwBE4SGoDBQ1O94RjW4asrCjQL4i8Fhbw==}
|
|
@@ -155,72 +155,85 @@ packages:
|
|
|
155
155
|
resolution: {integrity: sha512-IVfGJa7gjChDET1dK9SekxFFdflarnUB8PwW8aGwEoF3oAsSDuNUTYS+SKDOyOJxQyDC1aPFMuRYLoDInyV9Ew==}
|
|
156
156
|
cpu: [arm64]
|
|
157
157
|
os: [linux]
|
|
158
|
+
libc: [glibc]
|
|
158
159
|
|
|
159
160
|
'@img/sharp-libvips-linux-arm@1.1.0':
|
|
160
161
|
resolution: {integrity: sha512-s8BAd0lwUIvYCJyRdFqvsj+BJIpDBSxs6ivrOPm/R7piTs5UIwY5OjXrP2bqXC9/moGsyRa37eYWYCOGVXxVrA==}
|
|
161
162
|
cpu: [arm]
|
|
162
163
|
os: [linux]
|
|
164
|
+
libc: [glibc]
|
|
163
165
|
|
|
164
166
|
'@img/sharp-libvips-linux-ppc64@1.1.0':
|
|
165
167
|
resolution: {integrity: sha512-tiXxFZFbhnkWE2LA8oQj7KYR+bWBkiV2nilRldT7bqoEZ4HiDOcePr9wVDAZPi/Id5fT1oY9iGnDq20cwUz8lQ==}
|
|
166
168
|
cpu: [ppc64]
|
|
167
169
|
os: [linux]
|
|
170
|
+
libc: [glibc]
|
|
168
171
|
|
|
169
172
|
'@img/sharp-libvips-linux-s390x@1.1.0':
|
|
170
173
|
resolution: {integrity: sha512-xukSwvhguw7COyzvmjydRb3x/09+21HykyapcZchiCUkTThEQEOMtBj9UhkaBRLuBrgLFzQ2wbxdeCCJW/jgJA==}
|
|
171
174
|
cpu: [s390x]
|
|
172
175
|
os: [linux]
|
|
176
|
+
libc: [glibc]
|
|
173
177
|
|
|
174
178
|
'@img/sharp-libvips-linux-x64@1.1.0':
|
|
175
179
|
resolution: {integrity: sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==}
|
|
176
180
|
cpu: [x64]
|
|
177
181
|
os: [linux]
|
|
182
|
+
libc: [glibc]
|
|
178
183
|
|
|
179
184
|
'@img/sharp-libvips-linuxmusl-arm64@1.1.0':
|
|
180
185
|
resolution: {integrity: sha512-jYZdG+whg0MDK+q2COKbYidaqW/WTz0cc1E+tMAusiDygrM4ypmSCjOJPmFTvHHJ8j/6cAGyeDWZOsK06tP33w==}
|
|
181
186
|
cpu: [arm64]
|
|
182
187
|
os: [linux]
|
|
188
|
+
libc: [musl]
|
|
183
189
|
|
|
184
190
|
'@img/sharp-libvips-linuxmusl-x64@1.1.0':
|
|
185
191
|
resolution: {integrity: sha512-wK7SBdwrAiycjXdkPnGCPLjYb9lD4l6Ze2gSdAGVZrEL05AOUJESWU2lhlC+Ffn5/G+VKuSm6zzbQSzFX/P65A==}
|
|
186
192
|
cpu: [x64]
|
|
187
193
|
os: [linux]
|
|
194
|
+
libc: [musl]
|
|
188
195
|
|
|
189
196
|
'@img/sharp-linux-arm64@0.34.1':
|
|
190
197
|
resolution: {integrity: sha512-kX2c+vbvaXC6vly1RDf/IWNXxrlxLNpBVWkdpRq5Ka7OOKj6nr66etKy2IENf6FtOgklkg9ZdGpEu9kwdlcwOQ==}
|
|
191
198
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
192
199
|
cpu: [arm64]
|
|
193
200
|
os: [linux]
|
|
201
|
+
libc: [glibc]
|
|
194
202
|
|
|
195
203
|
'@img/sharp-linux-arm@0.34.1':
|
|
196
204
|
resolution: {integrity: sha512-anKiszvACti2sGy9CirTlNyk7BjjZPiML1jt2ZkTdcvpLU1YH6CXwRAZCA2UmRXnhiIftXQ7+Oh62Ji25W72jA==}
|
|
197
205
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
198
206
|
cpu: [arm]
|
|
199
207
|
os: [linux]
|
|
208
|
+
libc: [glibc]
|
|
200
209
|
|
|
201
210
|
'@img/sharp-linux-s390x@0.34.1':
|
|
202
211
|
resolution: {integrity: sha512-7s0KX2tI9mZI2buRipKIw2X1ufdTeaRgwmRabt5bi9chYfhur+/C1OXg3TKg/eag1W+6CCWLVmSauV1owmRPxA==}
|
|
203
212
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
204
213
|
cpu: [s390x]
|
|
205
214
|
os: [linux]
|
|
215
|
+
libc: [glibc]
|
|
206
216
|
|
|
207
217
|
'@img/sharp-linux-x64@0.34.1':
|
|
208
218
|
resolution: {integrity: sha512-wExv7SH9nmoBW3Wr2gvQopX1k8q2g5V5Iag8Zk6AVENsjwd+3adjwxtp3Dcu2QhOXr8W9NusBU6XcQUohBZ5MA==}
|
|
209
219
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
210
220
|
cpu: [x64]
|
|
211
221
|
os: [linux]
|
|
222
|
+
libc: [glibc]
|
|
212
223
|
|
|
213
224
|
'@img/sharp-linuxmusl-arm64@0.34.1':
|
|
214
225
|
resolution: {integrity: sha512-DfvyxzHxw4WGdPiTF0SOHnm11Xv4aQexvqhRDAoD00MzHekAj9a/jADXeXYCDFH/DzYruwHbXU7uz+H+nWmSOQ==}
|
|
215
226
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
216
227
|
cpu: [arm64]
|
|
217
228
|
os: [linux]
|
|
229
|
+
libc: [musl]
|
|
218
230
|
|
|
219
231
|
'@img/sharp-linuxmusl-x64@0.34.1':
|
|
220
232
|
resolution: {integrity: sha512-pax/kTR407vNb9qaSIiWVnQplPcGU8LRIJpDT5o8PdAx5aAA7AS3X9PS8Isw1/WfqgQorPotjrZL3Pqh6C5EBg==}
|
|
221
233
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
222
234
|
cpu: [x64]
|
|
223
235
|
os: [linux]
|
|
236
|
+
libc: [musl]
|
|
224
237
|
|
|
225
238
|
'@img/sharp-wasm32@0.34.1':
|
|
226
239
|
resolution: {integrity: sha512-YDybQnYrLQfEpzGOQe7OKcyLUCML4YOXl428gOOzBgN6Gw0rv8dpsJ7PqTHxBnXnwXr8S1mYFSLSa727tpz0xg==}
|
|
@@ -265,24 +278,28 @@ packages:
|
|
|
265
278
|
engines: {node: '>= 10'}
|
|
266
279
|
cpu: [arm64]
|
|
267
280
|
os: [linux]
|
|
281
|
+
libc: [glibc]
|
|
268
282
|
|
|
269
283
|
'@next/swc-linux-arm64-musl@15.3.2':
|
|
270
284
|
resolution: {integrity: sha512-KQkMEillvlW5Qk5mtGA/3Yz0/tzpNlSw6/3/ttsV1lNtMuOHcGii3zVeXZyi4EJmmLDKYcTcByV2wVsOhDt/zg==}
|
|
271
285
|
engines: {node: '>= 10'}
|
|
272
286
|
cpu: [arm64]
|
|
273
287
|
os: [linux]
|
|
288
|
+
libc: [musl]
|
|
274
289
|
|
|
275
290
|
'@next/swc-linux-x64-gnu@15.3.2':
|
|
276
291
|
resolution: {integrity: sha512-uRBo6THWei0chz+Y5j37qzx+BtoDRFIkDzZjlpCItBRXyMPIg079eIkOCl3aqr2tkxL4HFyJ4GHDes7W8HuAUg==}
|
|
277
292
|
engines: {node: '>= 10'}
|
|
278
293
|
cpu: [x64]
|
|
279
294
|
os: [linux]
|
|
295
|
+
libc: [glibc]
|
|
280
296
|
|
|
281
297
|
'@next/swc-linux-x64-musl@15.3.2':
|
|
282
298
|
resolution: {integrity: sha512-+uxFlPuCNx/T9PdMClOqeE8USKzj8tVz37KflT3Kdbx/LOlZBRI2yxuIcmx1mPNK8DwSOMNCr4ureSet7eyC0w==}
|
|
283
299
|
engines: {node: '>= 10'}
|
|
284
300
|
cpu: [x64]
|
|
285
301
|
os: [linux]
|
|
302
|
+
libc: [musl]
|
|
286
303
|
|
|
287
304
|
'@next/swc-win32-arm64-msvc@15.3.2':
|
|
288
305
|
resolution: {integrity: sha512-LLTKmaI5cfD8dVzh5Vt7+OMo+AIOClEdIU/TSKbXXT2iScUTSxOGoBhfuv+FU8R9MLmrkIL1e2fBMkEEjYAtPQ==}
|
|
@@ -391,24 +408,28 @@ packages:
|
|
|
391
408
|
engines: {node: '>= 10'}
|
|
392
409
|
cpu: [arm64]
|
|
393
410
|
os: [linux]
|
|
411
|
+
libc: [glibc]
|
|
394
412
|
|
|
395
413
|
'@tailwindcss/oxide-linux-arm64-musl@4.1.4':
|
|
396
414
|
resolution: {integrity: sha512-X3As2xhtgPTY/m5edUtddmZ8rCruvBvtxYLMw9OsZdH01L2gS2icsHRwxdU0dMItNfVmrBezueXZCHxVeeb7Aw==}
|
|
397
415
|
engines: {node: '>= 10'}
|
|
398
416
|
cpu: [arm64]
|
|
399
417
|
os: [linux]
|
|
418
|
+
libc: [musl]
|
|
400
419
|
|
|
401
420
|
'@tailwindcss/oxide-linux-x64-gnu@4.1.4':
|
|
402
421
|
resolution: {integrity: sha512-2VG4DqhGaDSmYIu6C4ua2vSLXnJsb/C9liej7TuSO04NK+JJJgJucDUgmX6sn7Gw3Cs5ZJ9ZLrnI0QRDOjLfNQ==}
|
|
403
422
|
engines: {node: '>= 10'}
|
|
404
423
|
cpu: [x64]
|
|
405
424
|
os: [linux]
|
|
425
|
+
libc: [glibc]
|
|
406
426
|
|
|
407
427
|
'@tailwindcss/oxide-linux-x64-musl@4.1.4':
|
|
408
428
|
resolution: {integrity: sha512-v+mxVgH2kmur/X5Mdrz9m7TsoVjbdYQT0b4Z+dr+I4RvreCNXyCFELZL/DO0M1RsidZTrm6O1eMnV6zlgEzTMQ==}
|
|
409
429
|
engines: {node: '>= 10'}
|
|
410
430
|
cpu: [x64]
|
|
411
431
|
os: [linux]
|
|
432
|
+
libc: [musl]
|
|
412
433
|
|
|
413
434
|
'@tailwindcss/oxide-wasm32-wasi@4.1.4':
|
|
414
435
|
resolution: {integrity: sha512-2TLe9ir+9esCf6Wm+lLWTMbgklIjiF0pbmDnwmhR9MksVOq+e8aP3TSsXySnBDDvTTVd/vKu1aNttEGj3P6l8Q==}
|
|
@@ -444,7 +465,7 @@ packages:
|
|
|
444
465
|
'@trieb.work/nextjs-turbo-redis-cache@file:../../..':
|
|
445
466
|
resolution: {directory: ../../.., type: directory}
|
|
446
467
|
peerDependencies:
|
|
447
|
-
next: '>=15.0.3
|
|
468
|
+
next: '>=15.0.3 <16.3.0'
|
|
448
469
|
redis: 4.7.0
|
|
449
470
|
|
|
450
471
|
'@tybys/wasm-util@0.9.0':
|
|
@@ -546,36 +567,43 @@ packages:
|
|
|
546
567
|
resolution: {integrity: sha512-FX2FV7vpLE/+Z0NZX9/1pwWud5Wocm/2PgpUXbT5aSV3QEB10kBPJAzssOQylvdj8mOHoKl5pVkXpbCwww/T2g==}
|
|
547
568
|
cpu: [arm64]
|
|
548
569
|
os: [linux]
|
|
570
|
+
libc: [glibc]
|
|
549
571
|
|
|
550
572
|
'@unrs/resolver-binding-linux-arm64-musl@1.5.0':
|
|
551
573
|
resolution: {integrity: sha512-+gF97xst1BZb28T3nwwzEtq2ewCoMDGKsenYsZuvpmNrW0019G1iUAunZN+FG55L21y+uP7zsGX06OXDQ/viKw==}
|
|
552
574
|
cpu: [arm64]
|
|
553
575
|
os: [linux]
|
|
576
|
+
libc: [musl]
|
|
554
577
|
|
|
555
578
|
'@unrs/resolver-binding-linux-ppc64-gnu@1.5.0':
|
|
556
579
|
resolution: {integrity: sha512-5bEmVcQw9js8JYM2LkUBw5SeELSIxX+qKf9bFrfFINKAp4noZ//hUxLpbF7u/3gTBN1GsER6xOzIZlw/VTdXtA==}
|
|
557
580
|
cpu: [ppc64]
|
|
558
581
|
os: [linux]
|
|
582
|
+
libc: [glibc]
|
|
559
583
|
|
|
560
584
|
'@unrs/resolver-binding-linux-riscv64-gnu@1.5.0':
|
|
561
585
|
resolution: {integrity: sha512-GGk/8TPUsf1Q99F+lzMdjE6sGL26uJCwQ9TlvBs8zR3cLQNw/MIumPN7zrs3GFGySjnwXc8gA6J3HKbejywmqA==}
|
|
562
586
|
cpu: [riscv64]
|
|
563
587
|
os: [linux]
|
|
588
|
+
libc: [glibc]
|
|
564
589
|
|
|
565
590
|
'@unrs/resolver-binding-linux-s390x-gnu@1.5.0':
|
|
566
591
|
resolution: {integrity: sha512-5uRkFYYVNAeVaA4W/CwugjFN3iDOHCPqsBLCCOoJiMfFMMz4evBRsg+498OFa9w6VcTn2bD5aI+RRayaIgk2Sw==}
|
|
567
592
|
cpu: [s390x]
|
|
568
593
|
os: [linux]
|
|
594
|
+
libc: [glibc]
|
|
569
595
|
|
|
570
596
|
'@unrs/resolver-binding-linux-x64-gnu@1.5.0':
|
|
571
597
|
resolution: {integrity: sha512-j905CZH3nehYy6NimNqC2B14pxn4Ltd7guKMyPTzKehbFXTUgihQS/ZfHQTdojkMzbSwBOSgq1dOrY+IpgxDsA==}
|
|
572
598
|
cpu: [x64]
|
|
573
599
|
os: [linux]
|
|
600
|
+
libc: [glibc]
|
|
574
601
|
|
|
575
602
|
'@unrs/resolver-binding-linux-x64-musl@1.5.0':
|
|
576
603
|
resolution: {integrity: sha512-dmLevQTuzQRwu5A+mvj54R5aye5I4PVKiWqGxg8tTaYP2k2oTs/3Mo8mgnhPk28VoYCi0fdFYpgzCd4AJndQvQ==}
|
|
577
604
|
cpu: [x64]
|
|
578
605
|
os: [linux]
|
|
606
|
+
libc: [musl]
|
|
579
607
|
|
|
580
608
|
'@unrs/resolver-binding-wasm32-wasi@1.5.0':
|
|
581
609
|
resolution: {integrity: sha512-LtJMhwu7avhoi+kKfAZOKN773RtzLBVVF90YJbB0wyMpUj9yQPeA+mteVUI9P70OG/opH47FeV5AWeaNWWgqJg==}
|
|
@@ -1289,24 +1317,28 @@ packages:
|
|
|
1289
1317
|
engines: {node: '>= 12.0.0'}
|
|
1290
1318
|
cpu: [arm64]
|
|
1291
1319
|
os: [linux]
|
|
1320
|
+
libc: [glibc]
|
|
1292
1321
|
|
|
1293
1322
|
lightningcss-linux-arm64-musl@1.29.2:
|
|
1294
1323
|
resolution: {integrity: sha512-Q64eM1bPlOOUgxFmoPUefqzY1yV3ctFPE6d/Vt7WzLW4rKTv7MyYNky+FWxRpLkNASTnKQUaiMJ87zNODIrrKQ==}
|
|
1295
1324
|
engines: {node: '>= 12.0.0'}
|
|
1296
1325
|
cpu: [arm64]
|
|
1297
1326
|
os: [linux]
|
|
1327
|
+
libc: [musl]
|
|
1298
1328
|
|
|
1299
1329
|
lightningcss-linux-x64-gnu@1.29.2:
|
|
1300
1330
|
resolution: {integrity: sha512-0v6idDCPG6epLXtBH/RPkHvYx74CVziHo6TMYga8O2EiQApnUPZsbR9nFNrg2cgBzk1AYqEd95TlrsL7nYABQg==}
|
|
1301
1331
|
engines: {node: '>= 12.0.0'}
|
|
1302
1332
|
cpu: [x64]
|
|
1303
1333
|
os: [linux]
|
|
1334
|
+
libc: [glibc]
|
|
1304
1335
|
|
|
1305
1336
|
lightningcss-linux-x64-musl@1.29.2:
|
|
1306
1337
|
resolution: {integrity: sha512-rMpz2yawkgGT8RULc5S4WiZopVMOFWjiItBT7aSfDX4NQav6M44rhn5hjtkKzB+wMTRlLLqxkeYEtQ3dd9696w==}
|
|
1307
1338
|
engines: {node: '>= 12.0.0'}
|
|
1308
1339
|
cpu: [x64]
|
|
1309
1340
|
os: [linux]
|
|
1341
|
+
libc: [musl]
|
|
1310
1342
|
|
|
1311
1343
|
lightningcss-win32-arm64-msvc@1.29.2:
|
|
1312
1344
|
resolution: {integrity: sha512-nL7zRW6evGQqYVu/bKGK+zShyz8OVzsCotFgc7judbt6wnB2KbiKKJwBE4SGoDBQ1O94RjW4asrCjQL4i8Fhbw==}
|