Skip to content

Commit

Permalink
feat: migrate @pkgr/utils to lite @pkgr/core (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored Dec 26, 2023
1 parent c5eaca3 commit 7b6a0eb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-sloths-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"synckit": patch
---

feat: migrate `@pkgr/utils` to lite `@pkgr/core` - This will make the whole package much more smaller
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"typecov": "type-coverage"
},
"dependencies": {
"@pkgr/utils": "^2.4.2",
"@pkgr/core": "^0.1.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
workerData,
} from 'node:worker_threads'

import { findUp, isPkgAvailable, tryExtensions } from '@pkgr/utils'
import { findUp, isPkgAvailable, tryExtensions } from '@pkgr/core'

import type {
AnyAsyncFn,
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2640,6 +2640,11 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@pkgr/core@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.0.tgz#7d8dacb7fdef0e4387caf7396cbd77f179867d06"
integrity sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==

"@pkgr/es-modules@^0.6.3":
version "0.6.3"
resolved "https://registry.yarnpkg.com/@pkgr/es-modules/-/es-modules-0.6.3.tgz#ac6508af00ca42bcedf5e10505018b5a0a2634dd"
Expand Down

0 comments on commit 7b6a0eb

Please sign in to comment.