Skip to content

Commit bd37717

Browse files
committed
refactor: use specific submodule path when importing things from poppinss
1 parent b816b67 commit bd37717

4 files changed

Lines changed: 21 additions & 21 deletions

File tree

packages/verrou/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@lukeed/ms": "^2.0.2",
45-
"@poppinss/utils": "^6.8.1",
45+
"@poppinss/utils": "^6.8.2",
4646
"async-mutex": "^0.5.0",
4747
"typescript-log": "^2.0.0"
4848
},

packages/verrou/src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createError } from '@poppinss/utils'
1+
import { createError } from '@poppinss/utils/exception'
22

33
/**
44
* Thrown when user tries to update/release/extend a lock that is not acquired by them

packages/verrou/src/lock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { setTimeout } from 'node:timers/promises'
2-
import { InvalidArgumentsException } from '@poppinss/utils'
2+
import { InvalidArgumentsException } from '@poppinss/utils/exceptions'
33

44
import { resolveDuration } from './helpers.js'
55
import type {

pnpm-lock.yaml

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)