Skip to content

Commit

Permalink
refactor: use specific submodule path when importing things from popp…
Browse files Browse the repository at this point in the history
…inss
  • Loading branch information
Julien-R44 committed Sep 20, 2024
1 parent b816b67 commit bd37717
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/verrou/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@lukeed/ms": "^2.0.2",
"@poppinss/utils": "^6.8.1",
"@poppinss/utils": "^6.8.2",
"async-mutex": "^0.5.0",
"typescript-log": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/verrou/src/errors.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createError } from '@poppinss/utils'
import { createError } from '@poppinss/utils/exception'

/**
* Thrown when user tries to update/release/extend a lock that is not acquired by them
Expand Down
2 changes: 1 addition & 1 deletion packages/verrou/src/lock.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { setTimeout } from 'node:timers/promises'
import { InvalidArgumentsException } from '@poppinss/utils'
import { InvalidArgumentsException } from '@poppinss/utils/exceptions'

import { resolveDuration } from './helpers.js'
import type {
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd37717

Please sign in to comment.