Skip to content

Commit cd3ec0f

Browse files
committed
feat: add yarnpkg/core sub exports
1 parent 8bfe2d5 commit cd3ec0f

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.yarn/versions/30ae755e.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
releases:
2+
"@yarnpkg/core": patch
3+
4+
declined:
5+
- "@yarnpkg/plugin-compat"
6+
- "@yarnpkg/plugin-constraints"
7+
- "@yarnpkg/plugin-dlx"
8+
- "@yarnpkg/plugin-essentials"
9+
- "@yarnpkg/plugin-exec"
10+
- "@yarnpkg/plugin-file"
11+
- "@yarnpkg/plugin-git"
12+
- "@yarnpkg/plugin-github"
13+
- "@yarnpkg/plugin-http"
14+
- "@yarnpkg/plugin-init"
15+
- "@yarnpkg/plugin-interactive-tools"
16+
- "@yarnpkg/plugin-link"
17+
- "@yarnpkg/plugin-nm"
18+
- "@yarnpkg/plugin-npm"
19+
- "@yarnpkg/plugin-npm-cli"
20+
- "@yarnpkg/plugin-pack"
21+
- "@yarnpkg/plugin-patch"
22+
- "@yarnpkg/plugin-pnp"
23+
- "@yarnpkg/plugin-pnpm"
24+
- "@yarnpkg/plugin-stage"
25+
- "@yarnpkg/plugin-typescript"
26+
- "@yarnpkg/plugin-version"
27+
- "@yarnpkg/plugin-workspace-tools"
28+
- "@yarnpkg/builder"
29+
- "@yarnpkg/cli"
30+
- "@yarnpkg/doctor"
31+
- "@yarnpkg/extensions"
32+
- "@yarnpkg/nm"
33+
- "@yarnpkg/pnpify"
34+
- "@yarnpkg/sdks"
35+
- "@yarnpkg/shell"

packages/yarnpkg-core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"main": "./sources/index.ts",
66
"exports": {
77
".": "./sources/index.ts",
8+
"./structUtils": "./sources/structUtils.ts",
9+
"./semverUtils": "./sources/semverUtils.ts",
810
"./package.json": "./package.json"
911
},
1012
"sideEffects": false,
@@ -69,6 +71,8 @@
6971
"main": "./lib/index.js",
7072
"exports": {
7173
".": "./lib/index.js",
74+
"./structUtils": "./lib/structUtils.js",
75+
"./semverUtils": "./lib/semverUtils.js",
7276
"./package.json": "./package.json"
7377
}
7478
},

0 commit comments

Comments
 (0)