Skip to content

Commit

Permalink
feat: add yarnpkg/core sub exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ChALkeR committed Nov 26, 2024
1 parent 8bfe2d5 commit cd3ec0f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .yarn/versions/30ae755e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
releases:
"@yarnpkg/core": patch

declined:
- "@yarnpkg/plugin-compat"
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@yarnpkg/plugin-exec"
- "@yarnpkg/plugin-file"
- "@yarnpkg/plugin-git"
- "@yarnpkg/plugin-github"
- "@yarnpkg/plugin-http"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-link"
- "@yarnpkg/plugin-nm"
- "@yarnpkg/plugin-npm"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-pnp"
- "@yarnpkg/plugin-pnpm"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- "@yarnpkg/builder"
- "@yarnpkg/cli"
- "@yarnpkg/doctor"
- "@yarnpkg/extensions"
- "@yarnpkg/nm"
- "@yarnpkg/pnpify"
- "@yarnpkg/sdks"
- "@yarnpkg/shell"
4 changes: 4 additions & 0 deletions packages/yarnpkg-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"main": "./sources/index.ts",
"exports": {
".": "./sources/index.ts",
"./structUtils": "./sources/structUtils.ts",
"./semverUtils": "./sources/semverUtils.ts",
"./package.json": "./package.json"
},
"sideEffects": false,
Expand Down Expand Up @@ -69,6 +71,8 @@
"main": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./structUtils": "./lib/structUtils.js",
"./semverUtils": "./lib/semverUtils.js",
"./package.json": "./package.json"
}
},
Expand Down

0 comments on commit cd3ec0f

Please sign in to comment.