File tree 2 files changed +18
-6
lines changed
2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
1
# @ctx-core/tree \_\_ checkbox
2
2
3
+ ## 9.1.42
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
+ - @ctx-core/sass @9.2.13
12
+ - @ctx-core/store @24.1.15
13
+
3
14
## 9.1.41
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ctx-core/tree__checkbox" ,
3
- "version" : " 9.1.41 " ,
3
+ "version" : " 9.1.42 " ,
4
4
"description" : " ctx-core tree__checkbox" ,
5
5
"keywords" : [
6
6
" ctx-core" ,
29
29
"prepublishOnly" : " npm run compile"
30
30
},
31
31
"dependencies" : {
32
- "@ctx-core/array" : " workspace:^20.2.1 " ,
33
- "@ctx-core/object" : " workspace:^17.4.1 " ,
34
- "@ctx-core/sass" : " workspace:^9.2.12 " ,
35
- "@ctx-core/store" : " workspace:^24.1.14 " ,
32
+ "@ctx-core/array" : " workspace:^20.2.2 " ,
33
+ "@ctx-core/object" : " workspace:^17.4.2 " ,
34
+ "@ctx-core/sass" : " workspace:^9.2.13 " ,
35
+ "@ctx-core/store" : " workspace:^24.1.15 " ,
36
36
"svelte" : " 3.35.0"
37
37
},
38
38
"devDependencies" : {
39
39
"typescript" : " ^4.2.3"
40
40
},
41
41
"publishConfig" : {
42
- "access" : " public"
42
+ "access" : " public" ,
43
+ "cache" : " ~/.npm"
43
44
}
44
45
}
You can’t perform that action at this time.
0 commit comments