Skip to content

Commit 5e7758c

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

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.yarn/versions/30ae755e.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
releases:
2+
"@yarnpkg/core": patch
3+
4+
declined:
5+
- "@yarnpkg/plugin-workspace-tools"
6+
- "@yarnpkg/cli"
7+
- "@yarnpkg/nm"
8+
- "@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)