File tree 2 files changed +15
-5
lines changed
2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
# @ctx-core/ctx-core-typescript-tools
2
2
3
+ ## 5.0.28
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: npm publish: https://github.com/npm/cli/issues/2834
8
+ - Updated dependencies [ undefined]
9
+ - @ctx-core/array @20.2.2
10
+ - @ctx-core/object @17.4.2
11
+
3
12
## 5.0.27
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ctx-core/ctx-core-typescript-tools" ,
3
- "version" : " 5.0.27 " ,
3
+ "version" : " 5.0.28 " ,
4
4
"description" : " Typescript tools for the @ctx-core monorepo" ,
5
5
"keywords" : [
6
6
" ctx-core"
22
22
"exec" : " $@"
23
23
},
24
24
"dependencies" : {
25
- "@ctx-core/array" : " workspace:^20.2.1 " ,
26
- "@ctx-core/object" : " workspace:^17.4.1 " ,
25
+ "@ctx-core/array" : " workspace:^20.2.2 " ,
26
+ "@ctx-core/object" : " workspace:^17.4.2 " ,
27
27
"globby" : " ^11.0.3"
28
28
},
29
29
"devDependencies" : {
30
30
"typescript" : " ^4.2.3"
31
31
},
32
32
"publishConfig" : {
33
- "access" : " public"
33
+ "access" : " public" ,
34
+ "cache" : " ~/.npm"
34
35
}
35
- }
36
+ }
You can’t perform that action at this time.
0 commit comments