We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfe2d5 commit 5e7758cCopy full SHA for 5e7758c
.yarn/versions/30ae755e.yml
@@ -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
@@ -5,6 +5,8 @@
"main": "./sources/index.ts",
"exports": {
".": "./sources/index.ts",
+ "./structUtils": "./sources/structUtils.ts",
9
+ "./semverUtils": "./sources/semverUtils.ts",
10
"./package.json": "./package.json"
11
},
12
"sideEffects": false,
@@ -69,6 +71,8 @@
69
71
"main": "./lib/index.js",
70
72
73
".": "./lib/index.js",
74
+ "./structUtils": "./lib/structUtils.js",
75
+ "./semverUtils": "./lib/semverUtils.js",
76
77
}
78
0 commit comments