Skip to content

Commit f3d48d3

Browse files
committed
refactor: move to my own chunkify
1 parent df9e0e8 commit f3d48d3

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

packages/bentocache/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@
7373
},
7474
"dependencies": {
7575
"@boringnode/bus": "^0.7.0",
76-
"@julr/utils": "^1.1.1",
76+
"@julr/utils": "^1.2.0",
7777
"@poppinss/utils": "^6.9.2",
7878
"async-mutex": "^0.5.0",
79-
"chunkify": "^5.0.0",
8079
"hexoid": "^2.0.0",
8180
"lru-cache": "^11.0.2",
8281
"p-timeout": "^6.1.4"

packages/bentocache/src/drivers/dynamodb.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chunkify from 'chunkify'
1+
import { chunkify } from '@julr/utils/array/chunkify'
22
import {
33
DynamoDBClient,
44
GetItemCommand,

pnpm-lock.yaml

+5-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)