File tree 2 files changed +39
-0
lines changed
2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change 5
5
"main" : " ./sources/index.ts" ,
6
6
"exports" : {
7
7
"." : " ./sources/index.ts" ,
8
+ "./structUtils" : " ./sources/structUtils.ts" ,
9
+ "./semverUtils" : " ./sources/semverUtils.ts" ,
8
10
"./package.json" : " ./package.json"
9
11
},
10
12
"sideEffects" : false ,
69
71
"main" : " ./lib/index.js" ,
70
72
"exports" : {
71
73
"." : " ./lib/index.js" ,
74
+ "./structUtils" : " ./lib/structUtils.js" ,
75
+ "./semverUtils" : " ./lib/semverUtils.js" ,
72
76
"./package.json" : " ./package.json"
73
77
}
74
78
},
You can’t perform that action at this time.
0 commit comments