File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22
33## 20240909
44
5- - [ ` @datakit/tx@0.1.1 ` ] ( ./packages/tx/CHANGELOG.md )
5+ - [ ` @datakit/tx@0.1.2 ` ] ( ./packages/tx/CHANGELOG.md )
66
77## 20240828
88
Original file line number Diff line number Diff line change 11# @datakit/tx
22
3+ ## v0.1.2
4+
5+ - Fix local exports inadvertently broken in ` v0.1.1 `
6+
37## v0.1.1
48
59- Change how we re-exports ` @svizzle/utils ` to enable its autocompletion
Original file line number Diff line number Diff line change 3434 "url" : " github:mindrones/datakit"
3535 },
3636 "type" : " module" ,
37- "version" : " 0.1.1 "
37+ "version" : " 0.1.2 "
3838}
Original file line number Diff line number Diff line change @@ -81,6 +81,6 @@ export * from '@svizzle/utils/src/modules/string-string.js';
8181
8282export { default as areEquals } from 'just-compare' ;
8383
84- export * from './src/ array-any.js' ;
85- export * from './src/ array-number.js' ;
86- export * from './src/ array-string.js' ;
84+ export * from './array-any.js' ;
85+ export * from './array-number.js' ;
86+ export * from './array-string.js' ;
You can’t perform that action at this time.
0 commit comments